Personal Website Source Code
Go to file
Cotes Chung 241bb4df78
feat: add site-wide social preview image settings (#1463)
- Add configuration field `social_preview_image` that sets the site-wide default social preview image.  

   For pages that do not have `page.image` set in font matter, the seo tag will use the image specified by `site.social_preview_image` as the Open Graph image.

- Refactored the generation of image URLs to reduce redundant code and enhance fault tolerance for missing or repeated slash `/` when defining image paths.
2024-01-10 09:04:27 +08:00
.github build(deps): bump the gh-actions group with 2 updates (#1448) 2024-01-01 19:52:24 +00:00
.husky build(npm): use the global `commitlint` & `husky` 2022-03-13 16:47:22 +08:00
_data chore: add a period at the end of the meta info 2023-11-10 20:08:08 +08:00
_includes feat: add site-wide social preview image settings (#1463) 2024-01-10 09:04:27 +08:00
_javascript chore: remove console log from `copy link` button 2023-10-06 02:04:19 +08:00
_layouts fix: url-less authors should not have empty links (#1410) 2023-12-06 22:38:11 +08:00
_plugins Improve the copyrights of the assets 2021-01-26 20:24:47 +08:00
_posts feat: add bilibili embed video support (#1406) 2023-12-09 21:48:19 +08:00
_sass refactor: remove extra margins from text within `blockquote` 2024-01-07 06:27:09 +08:00
_tabs feat(ui): redesign the sidebar 2023-05-13 02:05:33 +08:00
assets chore(deps): upgrade dependent libraries 2023-11-07 03:29:28 +08:00
docs chore(release): 6.3.1 2023-11-13 04:21:03 +08:00
tools build(tools): improve the release script 2023-11-07 03:38:02 +08:00
.editorconfig chore: update code style config 2023-03-11 01:55:32 +08:00
.gitattributes Add gitattributes 2020-12-08 13:49:12 +08:00
.gitignore refactor(build): modularize JS code 2023-03-15 21:51:37 +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
Gemfile build(gem): remove outdated config from `Gemfile` 2023-09-22 03:31:05 +08:00
LICENSE Import the framework. 2019-11-18 01:08:03 +08:00
README.md docs: update the credits section in README 2024-01-06 19:15:31 +08:00
_config.yml feat: add site-wide social preview image settings (#1463) 2024-01-10 09:04:27 +08:00
index.html Improve the copyrights of the assets 2021-01-26 20:24:47 +08:00
jekyll-theme-chirpy.gemspec chore(release): 6.3.1 2023-11-13 04:21:03 +08:00
package.json build(deps-dev): bump the npm group with 5 updates (#1447) 2024-01-03 09:28:03 +00:00
rollup.config.js feat(ui): show preview image in home page 2023-05-13 02:05:30 +08:00

README.md

Chirpy Jekyll Theme

A minimal, responsive, and feature-rich Jekyll theme for technical writing.

Gem Version  CI  Codacy Badge  GitHub license  996.icu

Live Demo

Devices Mockup

Features

  • Dark / Light Theme Mode
  • 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 / Light Mode Images
  • Embed Videos
  • Disqus / Giscus / Utterances Comments
  • Built-in Search
  • Atom Feeds
  • PWA
  • Google 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!

all-contributors —— 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.