summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlexis Metaireau <ametaireau@gmail.com>2010-11-15 18:58:54 +0000
committerAlexis Metaireau <ametaireau@gmail.com>2010-11-15 18:58:54 +0000
commit32102dae122d31a4599d5376461496b92f9fc14a (patch)
tree229536ef462ce544417332b73839472087f32576 /README.rst
parent5407be19cf7f08b0d2113e65d94ab5a5a5614404 (diff)
downloadpelican-32102dae122d31a4599d5376461496b92f9fc14a.tar.gz
Fix a FAQ mistake.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index b9851e56..cac2029b 100644
--- a/README.rst
+++ b/README.rst
@@ -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"