diff options
| author | gamerdonkey | 2020-05-23 14:55:53 -0500 |
|---|---|---|
| committer | gamerdonkey | 2020-05-23 14:55:53 -0500 |
| commit | cd27091ea122aaca8a161ab1a8039a99f0d90251 (patch) | |
| tree | ea0dbe39f52428eeab164882396200f35abde93f | |
| parent | 2c8262fc9348ab1a11604d0f5a4cb9410f093399 (diff) | |
| download | gamerdonkey.com-blog-cd27091ea122aaca8a161ab1a8039a99f0d90251.tar.gz gamerdonkey.com-blog-cd27091ea122aaca8a161ab1a8039a99f0d90251.tar.bz2 gamerdonkey.com-blog-cd27091ea122aaca8a161ab1a8039a99f0d90251.zip | |
Made a placeholder page and edited conf to display menu more appropriately.
| -rw-r--r-- | content/pages/about.md | 5 | ||||
| -rw-r--r-- | pelicanconf.py | 6 |
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 |
