Pelican theme based on Hyde Jekyll theme. Color graded for Retro CLI Style
Go to file
Jan Holthuis 53a18556cc Fix link to homepage in sidebar
This fixes an issue when the website is deployed to a subdirectory of
the web server (e.g., `SITEURL` is set to a value like
`https://example.com/john.doe/`).
2023-07-07 11:42:56 -03:00
static/css Adding code to support tags 2021-12-26 21:53:00 -03:00
templates Fix link to homepage in sidebar 2023-07-07 11:42:56 -03:00
LICENSE Initial commit 2015-10-25 01:56:27 -02:00
README.md Dont show older and newer buttons when pagination is disabled 2020-08-07 10:42:48 +07:00
screenshot.png screenshot: add screenshot 2015-11-17 00:23:26 -02:00

pelican-hyde

The pelican-hyde is a Pelican theme inspired on the beautiful Hyde Jekyll theme

You can see a live demo here

Screenshot

Pull requests are welcome

Settings

List of Pelican's settings that are supported by this theme. Refer to the Pelican's documentation for more details.

  • FEED_* and *_FEED_*
  • DEFAULT_PAGINATION
  • DISPLAY_PAGES_ON_MENU
  • DISQUS_SITENAME
  • GOOGLE_ANALYTICS
  • GA_COOKIE_DOMAIN
  • SITESUBTITLE
  • MENUITEMS
  • SOCIAL

Additional settings:

  • BIO - short biography to display in the sidebar, eg. Hello world
  • PROFILE_IMAGE - image to display in the sidebar, eg. avatar.png
  • FOOTER_TEXT - footer to display in the sidebar, eg. (C) 2020 Foo Bar
  • 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

By default, the theme uses Fork Awesome, which is fetched from cdn.jsdelivr.net. Fork Awesome is a drop-in replacement for Font Awesome v4, but is not compatible with Font Awesome v5 and later, so if you want to use Font Awesome v5+, setting FONT_AWESOME_CSS is not enough, you will also need to modify the templates.

Authors

License

Released under the MIT license