Skip to content
forked from iGuan7u/Acetolog

A beautiful & simple hexo theme.

License

Notifications You must be signed in to change notification settings

sonodar/Acetolog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

Analytice

Acetolog support:

You can modify the theme config theme/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.

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 theme/Acetolog/source/stylus/_var.styl, of course, you can disable it by commented the code below in theme/Acetolog/source/css/style.styl

@import "../stylus/darkTheme.styl";

Main Theme Color

You can modify the main color to your prefer one, which in $theme_color in theme/Acetolog/source/stylus/_var.styl.

IPC License

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

License

MIT

About

A beautiful & simple hexo theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 83.4%
  • TypeScript 14.4%
  • JavaScript 2.2%