diff --git a/README.md b/README.md index 8bcfd6e..6c1a09e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Additional settings: - `BIO` - short biography to display in the sidebar, eg. `Hello world` - `PROFILE_IMAGE` - image to display in the sidebar, eg. `avatar.png` +- `COLOR_THEME` - base colors for the theme, choose from `08` to `0f`, + refer to for details. - `FONT_AWESOME_CSS` - URL to get Font Awesome as CSS - `FONT_AWESOME_JS` - URL to get Font Awesome as Javascript - `FONT_ACADEMICONS` - set to `True` to fetch the [Academicons font](https://jpswalsh.github.io/academicons/) diff --git a/templates/base.html b/templates/base.html index 9545775..0dffada 100644 --- a/templates/base.html +++ b/templates/base.html @@ -45,7 +45,7 @@ {% include 'fragments/google_analytics.html' %} - + {% include 'sidebar.html' %}
{% block content %}