# hexo-Acetolog **Repository Path**: tomasyao/hexo-Acetolog ## Basic Information - **Project Name**: hexo-Acetolog - **Description**: No description available - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-09 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo-Acetolog A beautiful & simple hexo theme. Inspired by [typology](https://demo.mekshq.com/typology/) and [Bear](https://demo.mekshq.com/typology/). Thanks to [iguan7u](https://www.iguan7u.cn). Aiming to be a simple but elegant blog theme. I worked based on those good jobs above. Thanks again! My diary homepage is [Diary](https://tomasyao.gitee.io/diary/). Welcome! ![ScreenShot](./screenshot/diaryhome.png) ## Dependency Acetolog denpende on some extra hexo plugins, in order to have best experience, you should install all of them. - hexo-renderer-pug - hexo-renderer-sass - hexo-wordcount - hexo-auto-excerpt ``` $: npm install hexo-renderer-pug hexo-renderer-sass hexo-wordcount hexo-auto-excerpt ``` ## Install 1. Enter hexo theme folder ``` $: cd themes ``` 2. Clone Acetolog from github ``` $: git clone https://gitee.com/tomasyao/hexo-Acetolog.git ``` 3. Modify hexo config change theme to `hexo-Acetolog` ``` theme: hexo-Acetolog ``` 4. Generate new pages ``` $: hexo clean $: hexo g ``` ## Custom ### Comment - [Gitalk](https://github.com/gitalk/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/hexo-Acetolog/_config.yml` to use it. **Recommanded** - [Disqus](https://disqus.com) You can enable `disqus` config in theme config `theme/hexo-Acetolog/_config.yml`. ### Analytice Acetolog support: - [GoogleAnalytice](https://analytics.google.com) - [TencentAnalytice](https://mta.qq.com) - [BaiduAnalytice](https://tongji.baidu.com) You can modify the theme config `theme/hexo-Acetolog/_config.yml` to enable which one you prefer. ### Main Theme Color You can modify the main color to your prefer one, which in `$theme_color` in `theme/hexo-Acetolog/source/scss/_var.scss`. ### IPC License You can enable it in theme config `theme/hexo-Acetolog/_config.yml`, chinese website may need it. ## License MIT