Sha256: 761489c10c0814bc1d50e97eefc4eaf402d4f691c34b86d7381e9d0438054a04

Contents?: true

Size: 1.78 KB

Versions: 3

Compression:

Stored size: 1.78 KB

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

## Showcase

- [Coder Zhao’s Zone](https://coderzhaoziwei.github.io)

## 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 -->

<!--

The page build completed successfully, but returned the following warning for the `main` branch:

You are attempting to use a Jekyll theme, "jekyll-theme-acg", which is not supported by GitHub Pages. Please visit https://pages.github.com/themes/ for a list of supported themes. If you are using the "theme" configuration variable for something other than a Jekyll theme, we recommend you rename this variable throughout your site. For more information, see https://docs.github.com/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.

For information on troubleshooting Jekyll see:

 https://docs.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can submit a request at https://support.github.com/contact?repo_id=380397777&page_build_id=262410246

-->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-acg-1.0.12 README.md
jekyll-theme-acg-1.0.11 README.md
jekyll-theme-acg-1.0.10 README.md