97 lines
3.7 KiB
Markdown
97 lines
3.7 KiB
Markdown
<div align="center">
|
|
|
|
# Chirpy Jekyll Theme
|
|
|
|
A minimal, responsive and feature-rich Jekyll theme for technical writing.
|
|
|
|
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy?color=brightgreen)](https://rubygems.org/gems/jekyll-theme-chirpy)
|
|
[![CI](https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml/badge.svg)](https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml)
|
|
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894)](https://www.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cotes2020/jekyll-theme-chirpy&utm_campaign=Badge_Grade)
|
|
[![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy.svg)](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE)
|
|
[![996.icu](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu)
|
|
|
|
[**Live Demo →**][demo]
|
|
|
|
[![Devices Mockup](https://chirpy-img.netlify.app/commons/devices-mockup.png)][demo]
|
|
|
|
</div>
|
|
|
|
## Features
|
|
|
|
<details>
|
|
<summary>
|
|
<i>Click to check out the features</i>
|
|
</summary>
|
|
<p>
|
|
|
|
- Dark/Light Theme Mode
|
|
- Localized UI language
|
|
- Pinned Posts
|
|
- Hierarchical Categories
|
|
- Trending Tags
|
|
- Table of Contents
|
|
- Last Modified Date of Posts
|
|
- Syntax Highlighting
|
|
- Mathematical Expressions
|
|
- Mermaid Diagram & Flowchart
|
|
- Dark/Light Mode Images
|
|
- Embed Videos
|
|
- Disqus/Utterances/Giscus Comments
|
|
- Search
|
|
- Atom Feeds
|
|
- Google Analytics
|
|
- Page Views Reporting
|
|
- SEO & Performance Optimization
|
|
|
|
</p>
|
|
</details>
|
|
|
|
## Documentation
|
|
|
|
To explore usage, development, and upgrade guide of the project, please refer to
|
|
the [Wiki][wiki].
|
|
|
|
## Contributing
|
|
|
|
Welcome to report bugs, help improve the code or submit new features.
|
|
For more information, please see the ["Contributing Guidelines"][contribute-guide].
|
|
|
|
## Credits
|
|
|
|
This theme is mainly built with [Jekyll][jekyllrb] ecosystem,
|
|
[Bootstrap][bootstrap], [Font Awesome][icons] and some other [wonderful tools][lib].
|
|
The avatar and favicon design come from [Clipart Max][image].
|
|
|
|
Thanks to all the [contributors][contributors]. Also, folks who submitted issues
|
|
or unmerged PRs should not be forgotten. Because they reported bugs, shared ideas,
|
|
or inspired me to write more readable documentation.
|
|
|
|
Last but not least, thanks to [JetBrains][jetbrains] for providing the
|
|
_Open Source Development_ license.
|
|
|
|
## Sponsoring
|
|
|
|
If you would like to sponsor this project, the following options are available.
|
|
|
|
[![Ko-fi](https://img.shields.io/badge/-Buy%20Me%20a%20Coffee-ff5f5f?logo=ko-fi&logoColor=white)](https://ko-fi.com/coteschung)
|
|
[![Wechat Pay](https://img.shields.io/badge/-Tip%20Me%20on%20WeChat-brightgreen?logo=wechat&logoColor=white)][donation]
|
|
[![Alipay](https://img.shields.io/badge/-Tip%20Me%20on%20Alipay-blue?logo=alipay&logoColor=white)][donation]
|
|
|
|
## License
|
|
|
|
This work is published under [MIT][mit] License.
|
|
|
|
<!-- ReadMe links -->
|
|
|
|
[jekyllrb]: https://jekyllrb.com/
|
|
[bootstrap]: https://getbootstrap.com/
|
|
[icons]: https://fontawesome.com/
|
|
[image]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
|
|
[demo]: https://cotes2020.github.io/chirpy-demo/
|
|
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
|
|
[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/CONTRIBUTING.md
|
|
[contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors
|
|
[lib]: https://github.com/cotes2020/chirpy-static-assets
|
|
[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy
|
|
[donation]: https://sponsor.cotes.page/
|
|
[mit]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE
|