Add the COLOR_THEME variable
This commit is contained in:
@@ -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 <https://github.com/poole/hyde> 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/)
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@
|
||||
{% include 'fragments/google_analytics.html' %}
|
||||
</head>
|
||||
|
||||
<body class="theme-base-0d">
|
||||
<body class="theme-base-{{ COLOR_THEME if COLOR_THEME else '0d' }}">
|
||||
{% include 'sidebar.html' %}
|
||||
<div class="content container">
|
||||
{% block content %}
|
||||
|
||||
Reference in New Issue
Block a user