mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add a FAQ.
This commit is contained in:
parent
da3efaa8d2
commit
5407be19cf
1 changed files with 13 additions and 0 deletions
13
README.rst
13
README.rst
|
|
@ -155,3 +155,16 @@ If you want to see new features in Pelican, dont hesitate to tell me, to clone
|
||||||
the repository, etc. That's open source, dude!
|
the repository, etc. That's open source, dude!
|
||||||
|
|
||||||
Contact me at "alexis at notmyidea dot org" for any request/feedback !
|
Contact me at "alexis at notmyidea dot org" for any request/feedback !
|
||||||
|
|
||||||
|
FAQ
|
||||||
|
---
|
||||||
|
|
||||||
|
Here are some frequently asqued questions.
|
||||||
|
|
||||||
|
How do I specify my site URL? I dont want to use the default "/home/…" folder.
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Configure the `SITENAME` to your site base url, let's say
|
||||||
|
`http://myswebsite.tld`, in your settings file::
|
||||||
|
|
||||||
|
SITENAME = "http://mywebsite.tld"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue