Go to file
Cotes Chung e48d66e525
docs: update CI badge
2022-10-22 16:52:54 +08:00
.github chore(gh-actions): add style-lint on CI 2022-10-22 03:26:22 +08:00
.husky build(npm): use the global `commitlint` & `husky` 2022-03-13 16:47:22 +08:00
_data refactor(locale): restore options for changing date format (#716) 2022-10-19 04:14:59 +08:00
_includes refactor: reduce language include file 2022-10-19 04:22:13 +08:00
_javascript style(js): fix code style in JS 2022-10-22 03:26:22 +08:00
_layouts refactor: reduce language include file 2022-10-19 04:22:13 +08:00
_plugins Improve the copyrights of the assets 2021-01-26 20:24:47 +08:00
_posts docs: update typography demo post 2022-10-09 20:10:03 +08:00
_sass refactor: update vendor prefix in SCSS 2022-10-22 03:26:22 +08:00
_tabs style(linter): fix linter issues 2022-10-15 21:23:21 +08:00
assets perf: truncate post content for search results 2022-10-22 03:33:09 +08:00
gulpfile.js build(gulp): append new line at end of JS files 2022-10-15 21:28:25 +08:00
tools fix(tools): multiple configuration files will fail the test 2022-10-06 20:39:40 +08:00
.commitlintrc.json style(linter): fix linter issues 2022-10-15 21:23:21 +08:00
.editorconfig Add editorconfig 2020-11-23 22:09:26 +08:00
.gitattributes Add gitattributes 2020-12-08 13:49:12 +08:00
.gitignore build(npm): add stylelint 2022-10-21 02:38:25 +08:00
.gitmodules Add assets submodule 2022-02-10 04:12:35 +08:00
.nojekyll style(linter): fix linter issues 2022-10-15 21:23:21 +08:00
.stylelintrc.json style: improve SCSS style 2022-10-22 03:26:22 +08:00
.travis.yml chore(travis): enable the cache in `production` build 2022-10-07 15:37:48 +08:00
.versionrc.json build(npm, shell): use the global `standard-version` 2022-03-13 16:53:13 +08:00
CHANGELOG.md style(linter): fix linter issues 2022-10-15 21:23:21 +08:00
Gemfile Unlock Ruby 3.0 2021-09-22 01:22:32 +08:00
LICENSE Import the framework. 2019-11-18 01:08:03 +08:00
README.md docs: update CI badge 2022-10-22 16:52:54 +08:00
_config.yml chore: correct spelling of example (#718) 2022-10-22 03:26:22 +08:00
index.html Improve the copyrights of the assets 2021-01-26 20:24:47 +08:00
jekyll-theme-chirpy.gemspec chore: reduce files from gem package 2022-10-01 16:12:45 +08:00
package.json chore(gh-actions): add style-lint on CI 2022-10-22 03:26:22 +08:00

README.md

Chirpy Jekyll Theme

A minimal, responsive, and powerful Jekyll theme for presenting professional writing.

Gem Version CI Codacy Badge GitHub license 996.icu

Live Demo →

Devices Mockup

Features

  • Localized Layout
  • Dark/Light Theme Mode
  • Pinned Posts
  • Hierarchical Categories
  • Last Modified Date for Posts
  • Table of Contents
  • Auto-generated Related Posts
  • Syntax Highlighting
  • Mathematical Expressions
  • Mermaid Diagram & Flowchart
  • Disqus/Utterances/Giscus Comments
  • Search
  • Atom Feeds
  • Google Analytics
  • GA Pageviews Reporting
  • SEO & Performance Optimization

Quick Start

Before starting, please follow the instructions in the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll, and Bundler. In addition, Git is also required to be installed.

Step 1. Creating a New Site

Create a new repository from the Chirpy Starter and name it <GH_USERNAME>.github.io, where GH_USERNAME represents your GitHub username.

Step 2. Installing Dependencies

Before running for the first time, go to the root directory of your site, and install dependencies as follows:

$ bundle

Step 3. Running Local Server

Run the following command in the root directory of the site:

$ bundle exec jekyll s

Or run with Docker:

$ docker run -it --rm \
    --volume="$PWD:/srv/jekyll" \
    -p 4000:4000 jekyll/jekyll \
    jekyll serve

After a while, navigate to the site at http://localhost:4000.

Documentation

For more details on usage, please refer to the tutorial on the demo website / wiki. Note that the tutorial is based on the latest release, and the features of the default branch are usually ahead of the documentation.

Contributing

Welcome to report bugs, improve code quality or submit a new feature. For more information, see contributing guidelines.

Credits

This theme is mainly built with Jekyll ecosystem, Bootstrap, Font Awesome and some other wonderful tools (their copyright information can be found in the relevant files). The avatar and favicon design come from Clipart Max.

🎉 Thanks to all the volunteers who contributed to this project, their GitHub IDs are on this list. Also, I won't forget those guys who submitted the issues or unmerged PR because they reported bugs, shared ideas, or inspired me to write more readable documentation.

Last but not least, thank JetBrains for providing the OSS development license.

Sponsoring

If you like this theme or find it helpful, please consider sponsoring me, because it will encourage and help me better maintain the project, I will be very grateful!

Ko-fi Wechat Pay Alipay

License

This work is published under MIT License.