All Projects → iGuan7u → Acetolog

iGuan7u / Acetolog

Licence: mit
A beautiful & simple hexo theme.

Programming Languages

stylus
462 projects

Acetolog

A beautiful & simple hexo theme. Inspired by typology and Bear. Aiming to be a simple but elegant blog theme.

ScreenShot

LiveDemo

Dependency

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.)

But in Hexo 5.0, hexo-renderer-swig plugin seems be removed by hexo, although Docs still insists that Swig template engine provides by hexo. Make sure you have install this plugin in project.

$: npm install hexo-renderer-swig --save

Install

  1. Enter hexo theme folder
$: cd themes
  1. Clone Acetolog from github
$: git clone https://github.com/iGuan7u/Acetolog
  1. Modify hexo config change theme to Acetolog
theme: Acetolog
  1. Generate new pages
$: hexo clean
$: hexo g

Custom

Comment:

  • 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 theme themes/Acetolog/_config.yml to use it. Recommanded

  • Disqus You can enable disqus config in theme config themes/Acetolog/_config.yml.

Analytice:

Acetolog support:

You can modify the theme config themes/Acetolog/_config.yml to enable which one you prefer.

Code Block Highlight:

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!

Read Time:

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.

Excerpt:

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.

Dark Mode:

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";

Main Theme Color:

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:

favicon.io is the recommended favicon generation tool: just generate, download, got favicon_io.zip, and unzip to your source directory.

IPC License:

You can enable it in theme config themes/Acetolog/_config.yml, chinese website may need it.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].