blog/themes/chameleon
curben c61fdab84f
fix(sitemap): modernise
- 'index.html' removal function is replaced by pretty_urls config
- add homepage
- remove uriencode, permalink is now encoded by default in Hexo v4+
- es6-fy
2019-10-17 07:01:35 +01:00
..
languages fix: rename typing to chameleon theme 2019-09-11 06:48:43 +01:00
layout feat(layout): remove about layout and associated configs 2019-10-17 06:44:57 +01:00
preview fix: rename typing to chameleon theme 2019-09-11 06:48:43 +01:00
scripts fix(sitemap): modernise 2019-10-17 07:01:35 +01:00
source fix(css): unset margin-left of toc 2019-10-17 06:42:10 +01:00
README.md docs: add readme to theme 2019-09-15 19:09:38 +01:00

README.md

Chameleon theme

Chameleon is a fork of Typing theme, rewrote from scratch with the following changes/features:

  • sanitize.css and autoprefixer for consistent cross-browser styling.
  • Utilise relative length instead of absolute length in the css.
  • prefers-color-scheme to apply light/dark theme according to the OS preference.
  • Add a Copy button to each code block.
  • Removed jQuery, fancyBox, web analytics, comment plugins, donation links and typo.css.
  • Homepage shows index of posts (same as /archives).