diff --git a/README.md b/README.md index 3812235..55734b4 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,15 @@ SITEMAP = { FAVICON = 'https://dl.dropboxusercontent.com/u/299446/logo.png' ICON = 'https://dl.dropboxusercontent.com/u/299446/logo.png' SHORTCUT_ICON = 'https://dl.dropboxusercontent.com/u/299446/logo.png' +# HEADER_IMAGE = 'Your local or remote URL' +# COPYRIGHT = '2015 © All Rights Reserved.' +# Google fonts can be downloaded with +# https://neverpanic.de/downloads/code/2014-03-19-downloading-google-web-fonts-for-local-hosting-fetch.sh' +# Maybe you need to add missing mime types to your webserver configuration +# USER_FONT = '/theme/fonts/font.css' +# USER_BOOTSTRAP = '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4' +# USER_FONTAWESOME = '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0' +# USER_JQUERY = '//code.jquery.com/jquery-1.11.2.min.js' # About ME PERSONAL_PHOTO = "https://dl.dropboxusercontent.com/u/299446/thumb-400x400.png" diff --git a/templates/_includes/footer.html b/templates/_includes/footer.html index 6573c62..61d09b4 100644 --- a/templates/_includes/footer.html +++ b/templates/_includes/footer.html @@ -10,12 +10,16 @@
{% for group_title, group_link in SOCIAL %} - + {% endfor %}
@@ -28,8 +32,16 @@ +{% if USER_JQUERY %} + +{% else %} +{% endif %} +{% if USER_BOOTSTRAP %} + +{% else %} +{% endif %} @@ -74,6 +86,7 @@ {% endif %} +{% if DISQUS_SITENAME %} +{% endif %} {% if PIWIK_URL and PIWIK_SITE_ID %} +{% if USER_FONT %} + +{% else %} - +{% endif %} +{% if USER_BOOTSTRAP %} + +{% else %} +{% endif %} +{% if USER_FONTAWESOME %} + +{% else %} +{% endif %} diff --git a/templates/_includes/nav.html b/templates/_includes/nav.html index cf3927f..91fb3f9 100644 --- a/templates/_includes/nav.html +++ b/templates/_includes/nav.html @@ -31,8 +31,12 @@ {% else %}
  • Home
  • About
  • + {% if WORK_DESCRIPTION %}
  • Work
  • + {% endif %} + {% if articles %}
  • Blog
  • + {% endif %} {% endif %} {% if LINKS %} @@ -90,6 +94,7 @@

    Simplicity

    + {% if WORK_DESCRIPTION %}
    @@ -214,7 +219,9 @@

    PROJECT TITLE

    + {% endif %} + {% if articles %}
    @@ -266,6 +273,7 @@

    {{article.title

    + {% endif %} {% include "_includes/footer.html" %}