Jekyll Theme ACG
Status: Beta
This theme is still under development, just waiting for me...
Showcase
Usage
- Set theme in
/_config.yml:
theme: jekyll-theme-acg
- Add gem in
/Gemfile:
gem "jekyll-theme-acg"
- Set Front Matter in your
/index.html:
---
layout: home
---
Your homepage filename must be
index.html, notindex.mdor others.
- Build:
bundle update & bundle exec jekyll serve -o
Documentation
To be continued...
Thanks
- Markdown Style: https://github.com/primer/css/tree/main/src/markdown
- Highlight JS: https://highlightjs.org
License
MIT