Skip to content

Commit

Permalink
add blog_author and blog_desc, update nikola's url
Browse files Browse the repository at this point in the history
  • Loading branch information
kadefor committed Jun 16, 2012
1 parent 873d3da commit f3aae1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nikola/data/samplesite/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@
##############################################################################

# Data about this site
BLOG_AUTHOR = "Your Name"
BLOG_TITLE = "Demo Site"
BLOG_URL = "http://nikola-generator.googlecode.com"
BLOG_URL = "http://nikola.ralsina.com.ar"
BLOG_EMAIL = "[email protected]"
BLOG_DESCRIPTION = "This is a demo site for Nikola."

Expand Down Expand Up @@ -184,8 +185,10 @@
# It can be anything, data, functions, modules, etc.
GLOBAL_CONTEXT = {
'analytics': ANALYTICS,
'blog_author': BLOG_AUTHOR,
'blog_title': BLOG_TITLE,
'blog_url': BLOG_URL,
'blog_desc': BLOG_DESCRIPTION,
'translations': TRANSLATIONS,
'license': LICENSE,
'search_form': SEARCH_FORM,
Expand Down

0 comments on commit f3aae1b

Please sign in to comment.