added about page.

new file:   content/pages/about.rst
	renamed:    content/russell.ballestrini.resume.rst -> content/pages/russell.ballestrini.resume.rst
	modified:   pelicanconf.py
	deleted:    publishconf.py
This commit is contained in:
russellballestrini 2016-04-18 16:07:37 -04:00
parent da57469571
commit bd8ec509b5
4 changed files with 55 additions and 25 deletions

View file

@ -26,7 +26,7 @@ REMARKBOX = get_environ_or_default('REMARKBOX')
# Theme specific
USER_LOGO_URL = 'https://lh3.googleusercontent.com/-uAPZy7NmmP0/AAAAAAAAAAI/AAAAAAAAAnI/iG2P43gCL2U/s125-c/photo.jpg'
TAGLINE = 'Builds Products'
TAGLINE = '<a href="/about">Builds Products</a>'
PATH = 'content'
@ -61,6 +61,8 @@ DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
DISPLAY_PAGES_ON_MENU = False
# teach pelican to use directory/index.html files
ARTICLE_URL = '{slug}/'
PAGE_URL = '{slug}/'