Compare commits

...

2 Commits

Author SHA1 Message Date
98acc1f743 chore: update go files 2025-09-06 12:04:01 +10:00
02da26940c chore: update README.md 2025-09-06 00:23:50 +10:00
4 changed files with 15 additions and 60 deletions

View File

@ -1,61 +1,21 @@
<!-- markdownlint-disable-next-line -->
<div align="center"> <div align="center">
<!-- markdownlint-disable-next-line -->
# Chirpy Hugo Theme # Chirpy Hugo Theme
A hugo version of [Chirpy Jekyll Theme]([chirpy-jekyll]). A minimal, responsive, and feature-rich Hugo theme for technical writing. A Hugo version of the [Chirpy Jekyll Theme](https://github.com/cotes2020/jekyll-theme-chirpy)
[**Live Demo** →][demo] | [**Jekyll Theme** →][chirpy-jekyll]
[![Devices Mockup](https://chirpy-img.netlify.app/commons/devices-mockup.png)][demo]
</div> </div>
## Features ---
- Native i18n Support (thanks to [Hugo][hugo]) # Comprofix
- 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 (🚧 Work in Progress)
- Dark Mode Images
- Embed Media
- Comment Systems (🙋‍♂️ Call for Test)
- Built-in Search
- RSS Feeds
- PWA (🚧 Work in Progress)
- Web Analytics
- SEO & Performance Optimization
## Quick Start This repository contains all merges and changes from my development repository so it can be used as a module for the [comprofix.com](https://comprofix.com) website.
Use this template: [geekifan/chirpy-starter](https://github.com/geekifan/chirpy-starter)
## Documentation ## Related Repositories
To learn how to use, develop, and upgrade the project, please refer to the [Wiki][wiki]. - **Development branch:** [comprofix/hugo-theme-chirpy](https://github.com/comprofix/hugo-theme-chirpy)
- **Original fork:** [geekifan/hugo-theme-chirpy/](https://github.com/geekifan/hugo-theme-chirpy/)
## 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.
## Credits
Thanks to the theme [Chirpy Jekyll Theme][chirpy-jekyll] and all its contributors.
## License
This project is published under [MIT License][license].
[chirpy-jekyll]: https://github.com/cotes2020/jekyll-theme-chirpy
[license]: https://github.com/geekifan/hugo-theme-chirpy/blob/main/LICENSE
[hugo]: https://gohugo.io/
[demo]: https://geekifan.github.io/chirpy-starter
[wiki]: https://geekifan.github.io/chirpy-starter

8
go.mod
View File

@ -1,10 +1,8 @@
module github.com/geekifan/hugo-theme-chirpy module git.comprofix.com/mmckinnon/hugo-theme-chirpy
go 1.24.2 go 1.25.1
require ( require (
github.com/geekifan/chirpy-static-assets v0.0.0-20250507021825-887e490b15f2 // indirect git.comprofix.com/mmckinnon/chirpy-static-assets v0.0.0-20250906020312-767f82775038 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/twbs/bootstrap v5.3.6+incompatible // indirect
) )

7
go.sum
View File

@ -1,9 +1,6 @@
github.com/geekifan/chirpy-static-assets v0.0.0-20250507021825-887e490b15f2 h1:r/j8ns7StZlMJeDd5mRPZ5RgogdsegvrVHPr2y955/U= git.comprofix.com/mmckinnon/chirpy-static-assets v0.0.0-20250906020312-767f82775038 h1:bA/NjPJeRttohR586J50qQCcjBuqiU/n1sjFmAOR6NY=
github.com/geekifan/chirpy-static-assets v0.0.0-20250507021825-887e490b15f2/go.mod h1:F58Ey9QK/tEgIxwcQSqAgV4ZA24mCb714B58D4Syv/0= git.comprofix.com/mmckinnon/chirpy-static-assets v0.0.0-20250906020312-767f82775038/go.mod h1:kdeC0vGA6Iiww0uPloRE7vg0tuykfC/ncHMWpIgLWr4=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 h1:L6+F22i76xmeWWwrtijAhUbf3BiRLmpO5j34bgl1ggU= github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 h1:L6+F22i76xmeWWwrtijAhUbf3BiRLmpO5j34bgl1ggU=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400/go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78= github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400/go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 h1:GZxx4Hc+yb0/t3/rau1j8XlAxLE4CyXns2fqQbyqWfs=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI= github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.6+incompatible h1:efmXVyq839m5QQ0+JBUdQQ1TrmoBqvQ5kRhUueKsH+4=
github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

View File

@ -22,7 +22,7 @@ defaultContentLanguageInSubdir = false
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5" path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
[[module.imports]] [[module.imports]]
path = "github.com/geekifan/chirpy-static-assets" path = "git.comprofix.com/mmckinnon/chirpy-static-assets"
[[module.imports.mounts]] [[module.imports.mounts]]
source = "." source = "."