summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/pages/about.md5
-rw-r--r--pelicanconf.py6
2 files changed, 10 insertions, 1 deletions
diff --git a/content/pages/about.md b/content/pages/about.md
new file mode 100644
index 0000000..3a25119
--- /dev/null
+++ b/content/pages/about.md
@@ -0,0 +1,5 @@
+Title: about
+
+# Basic About Page
+
+About me.
diff --git a/pelicanconf.py b/pelicanconf.py
index 904073f..c5f1bd9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -32,4 +32,8 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION = 20
# Uncomment following line if you want document-relative URLs when developing
-#RELATIVE_URLS = True \ No newline at end of file
+#RELATIVE_URLS = True
+
+MENUITEMS = (('blog', SITEURL),)
+DISPLAY_PAGES_ON_MENU = True
+DISPLAY_CATEGORIES_ON_MENU = False