A beautiful & simple hexo theme. Inspired by typology and Bear. Aiming to be a simple but elegant blog theme.
Acetolog no longer depends on any other libraries. Since you install hexo successfully, you can switch theme to Acetolog, Smoothly. (Just as hexo-theme-next did.)
- Enter hexo theme folder
$: cd themes
- Clone Acetolog from github
$: git clone https://github.com/iGuan7u/Acetolog
- Modify hexo config change theme to
Acetolog
theme: Acetolog
- Generate new pages
$: hexo clean
$: hexo g
-
Gitalk Gitalk is based on Github issus. It requires less resources than disqus, saving your website loading time, a lot. By enaling
gitalk
config in acetolog themethemes/Acetolog/_config.yml
to use it. Recommanded -
Disqus You can enable
disqus
config in theme configthemes/Acetolog/_config.yml
.
Acetolog support:
You can modify the theme config themes/Acetolog/_config.yml
to enable which
one you prefer.
Acetolog support code block highlight by using hexo built-in function. Make sure
you enabled highlight.enable
andhighlight.hljs
in your blog _config.yml
.
highlight:
enable: true
hljs: true # MAKE SURE ENABLE IT!
Acetolog can display each page's word count nicely, you can enable it by
installing hexo-wordcount
.
$: npm intall hexo-wordcount
That's it, no more configuration.
Acetolog can display page's excerpt in main page. If you don't setting excerpt
in each page, you can just setting it automatically by installing
hexo-auto-excerpt
.
$: npm intall hexo-auto-excerpt
That's it, no more configuration.
Now Acetolog support Dark Mode! You can change the color you prefer in
themes/Acetolog/source/stylus/_var.styl
, of course, you can disable it by
commented the code below in themes/Acetolog/source/css/style.styl
@import "../stylus/darkTheme.styl";
You can modify the main colors to your preferred, they are $theme_color
and
$theme_color_light
in themes/Acetolog/source/stylus/_var.styl
.
favicon.io is the recommended favicon generation tool:
just generate, download, got favicon_io.zip
, and unzip to your source
directory.
You can enable it in theme config themes/Acetolog/_config.yml
, chinese website
may need it.
MIT