mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Allow specifying custom links in the footer
This commit is contained in:
parent
a392498f69
commit
3381c5031b
2 changed files with 8 additions and 0 deletions
|
|
@ -117,6 +117,8 @@ Visit the [Settings wiki](https://github.com/nairobilug/pelican-alchemy/wiki/Set
|
|||
- **DESCRIPTION**: Index HTML head `<meta>` description.
|
||||
- **LINKS**: A list of tuples (Title, URL) for menu links.
|
||||
- **ICONS**: A list of tuples (Icon, URL) for icon links.
|
||||
- **FOOTER_LINKS**: A list of tuples (Title, URL) for footer links. Replaces
|
||||
default set of links (Authors, Archives, Categories, Tags).
|
||||
- **BOOTSTRAP_CSS**: URL of Bootstrap CSS file. Use this to enable Boostwatch themes.
|
||||
- **PYGMENTS_STYLE**: Built-in Pygments style for syntax highlighting.
|
||||
- **HIDE_AUTHORS**: Hide the author(s) of an article - useful for single author sites.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue