Skip to content

disembarkedone/hexo-theme-achilles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imgur

Features

Installation guide

hexo init Blog 
cd Blog 
npm install
npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
git clone https://github.com/geniustanley/hexo-theme-achilles themes/achilles

Setting

修改 _config.ymltheme 配置项为 achilles:

theme: achilles

# 在归档页面显示所有文章
# 需要上面安装的 hexo-generator-archive 插件支持
archive_generator:
    per_page: 0
    yearly: false
    monthly: false
    daily: false

Customize css

After customize your own scss, you should run the scripts below to generate css

cd themes/achilles
yarn
yarn run sass

Update

cd themes/achilles
git pull

TODOs

  • Bigger fonts for tagcloud
  • Add facebook og meta tag
  • [v] Modify og:description

License

MIT

About

a medium like, clean and delicate hexo theme inspired by hexo-theme-apollo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.8%
  • JavaScript 30.7%
  • HTML 29.5%