7ca9c59784
The `rollup-plugin-license` has been using too many deprecated dependencies, so it is necessary to remove it. As an alternative, this changes uses Rollup `output.banner` to insert copyright information. Since `terser` runs after `output`, it is not possible to insert the Front Matter defining permlink for `sw.js` through the same way (Jekyll Front Matter is YAML rather than JS, which would cause errors with terser). Therefore, _Jekyll Collection_ is now used to add permlink to `sw.js`, with the collection named `app`, and the directory placed in `_app`. This directory is not tracked by git, but it will be included when building the gem. |
||
---|---|---|
.devcontainer | ||
.github | ||
.husky | ||
.vscode | ||
_data | ||
_includes | ||
_javascript | ||
_layouts | ||
_plugins | ||
_posts | ||
_sass | ||
_tabs | ||
assets | ||
docs | ||
tools | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.markdownlint.json | ||
.nojekyll | ||
_config.yml | ||
Gemfile | ||
index.html | ||
jekyll-theme-chirpy.gemspec | ||
LICENSE | ||
package.json | ||
purgecss.config.js | ||
README.md | ||
rollup.config.js |
Chirpy Jekyll Theme
A minimal, responsive, and feature-rich Jekyll theme for technical writing.
Features
- Dark Theme
- Localized UI language
- Pinned Posts on Home Page
- Hierarchical Categories
- Trending Tags
- Table of Contents
- Last Modified Date
- Syntax Highlighting
- Mathematical Expressions
- Mermaid Diagrams & Flowcharts
- Dark Mode Images
- Embed Media
- Comment Systems
- Built-in Search
- Atom Feeds
- PWA
- Web Analytics
- SEO & Performance Optimization
Documentation
To learn how to use, develop, and upgrade the project, please refer to the Wiki.
Contributing
Contributions (pull requests, issues, and discussions) are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For details, see the "Contributing Guidelines".
Credits
Contributors
Thanks to all the contributors involved in the development of the project!
— Made with contrib.rocks
Third-Party Assets
This project is built on the Jekyll ecosystem and some great libraries, and is developed using VS Code as well as tools provided by JetBrains under a non-commercial open-source software license.
The avatar and favicon for the project's website are from ClipartMAX.
License
This project is published under MIT License.