Sha256: d4ba371244bc3c2eab0ed396b647850af58f12a611436866c95f61fd5f953023

Contents?: true

Size: 927 Bytes

Versions: 4

Compression:

Stored size: 927 Bytes

Contents

# Jekyll Theme ACG

![](https://img.shields.io/gem/v/jekyll-theme-acg)
![](https://img.shields.io/gem/dt/jekyll-theme-acg)
![](https://img.shields.io/github/stars/coderzhaoziwei/jekyll-theme-acg?style=social)

## Status: Beta

This theme is still under development, just waiting for me...


## 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`, not `index.md` or 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


<!-- https://rubygems.org/gems/jekyll-theme-acg -->
<!-- https://github.com/coderzhaoziwei/jekyll-theme-acg -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-acg-1.0.9 README.md
jekyll-theme-acg-1.0.8 README.md
jekyll-theme-acg-1.0.7 README.md
jekyll-theme-acg-1.0.6 README.md