summaryrefslogtreecommitdiffstats
path: root/docs/creating-a-site.txt
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2014-02-28 08:49:38 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2014-02-28 08:49:38 -0300
commit2828399ba5cbb14502b023d4de1ba02f13dd5055 (patch)
tree38012b6bacaa508ca56fb6f4ba87b912bb54b8c9 /docs/creating-a-site.txt
parentca94afc07df55cb7fc6fe3b4f3011877b7881195 (diff)
Imported Upstream version 6.3.0upstream/6.3.0
Diffstat (limited to 'docs/creating-a-site.txt')
-rw-r--r--docs/creating-a-site.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/creating-a-site.txt b/docs/creating-a-site.txt
index a200d54..097bfb5 100644
--- a/docs/creating-a-site.txt
+++ b/docs/creating-a-site.txt
@@ -38,7 +38,7 @@ configuration file:
BLOG_TITLE = "Not a Blog"
# This is the main URL for your site. It will be used
# in a prominent link
- SITE_URL = "http://notablog.ralsina.com.ar"
+ SITE_URL = "http://notablog.ralsina.com.ar/"
BLOG_EMAIL = "ralsina@kde.org"
BLOG_DESCRIPTION = "This is a demo site (not a blog) for Nikola."
@@ -168,6 +168,6 @@ or whatever.
in http://yoursite.com/blog (you may want to add links to it in NAVIGATION_LINKS of course).
You can see the finished site in http://notablog.ralsina.com.ar and its full configuration in
-http://ralsina.com.ar/listings/notablog/conf.py.html
+http://ralsina.me/listings/notablog/conf.py.html
I hope this was helpful!