mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix a FAQ mistake.
This commit is contained in:
parent
5407be19cf
commit
32102dae12
4 changed files with 8 additions and 5 deletions
|
|
@ -161,10 +161,10 @@ FAQ
|
|||
|
||||
Here are some frequently asqued questions.
|
||||
|
||||
How do I specify my site URL? I dont want to use the default "/home/…" folder.
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
How can I specify the url of my website ?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Configure the `SITENAME` to your site base url, let's say
|
||||
Configure the `SITEURL` to your site base url, let's say
|
||||
`http://myswebsite.tld`, in your settings file::
|
||||
|
||||
SITENAME = "http://mywebsite.tld"
|
||||
SITEURL = "http://mywebsite.tld"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue