blog-theme/alchemy/templates/include
Vitaly Potyarkin 18996a6c1d Enable alternative themes for Bootstrap (e.g. Boostwatch)
Alchemy is a great theme, but it was not using the full potential of
underlying technology. Bootstrap provides an easy way to customize look
and feel of rendered pages, and a lot of themes for Bootstrap are freely
available, e.g. at <https://boostwatch.com>

This commit introduces a new configuration variable BOOTSTRAP_CSS to make
use of any existing Bootstrap skins. All incompatibilities in `theme.css`
were fixed:

- Instead of using constant color values we use Bootstrap css variables for
  colors:
  <https://getbootstrap.com/docs/4.3/getting-started/theming/#css-variables>
- The only hardcoded color value left is the color for header/footer
  borders. It was moved into a variable `--alchemy-border` for easier
  overriding if needed. I have tested the current value against both dark
  and light Boostwatch themes, it works ok.
- Pagination template was slightly changed to avoid producing invisible
  text with some of Bootstrap skins
2019-09-18 17:52:08 +03:00
..
analytics.html Indent jinja code blocks, allow editors to collapse regions 2017-11-21 15:22:16 +03:00
comments.html Indent jinja code blocks, allow editors to collapse regions 2017-11-21 15:22:16 +03:00
footer.html Move header, footer, xml_feeds to include; reason base.html 2017-11-21 15:22:11 +03:00
header.html Make header image edges ~1px rounded 2017-11-21 15:22:29 +03:00
pagination.html Enable alternative themes for Bootstrap (e.g. Boostwatch) 2019-09-18 17:52:08 +03:00
xml_feeds.html Remove positional argument formatting on object-related feed URLs to be complient with pelican 4.0 2018-12-20 10:23:48 +01:00