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:
parent
da57469571
commit
bd8ec509b5
4 changed files with 55 additions and 25 deletions
|
|
@ -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}/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue