Card-style Hugo theme designed for bloggers
Go to file
LSweetSour 2d6f7c84c6
fix: Correct Lastmod field access in OpenGraph meta tags
- Updated the OpenGraph meta tags to correctly access the Lastmod field.
- For pages, use .Lastmod instead of .Site.Lastmod.
- For non-pages, use .Site.LastChange instead of .Site.Lastmod.
- Ensured proper formatting for published and modified times in OpenGraph meta tags.

The original content caused issues on Cloudflare Pages due to incorrect access of the Lastmod field, leading to build failures.
2024-09-28 13:53:59 +08:00
.devcontainer chore: add Github Codespace config 2021-10-23 06:51:56 +00:00
.github docs: update some invalid documentation links (#983) 2024-03-27 11:09:17 +01:00
archetypes Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
assets fix: article category overflow (#1055) 2024-09-07 13:25:26 +02:00
data feat: bump KaTeX to latest released version 0.16.9 (#969) 2024-03-10 22:24:21 +01:00
exampleSite fix(exampleSite): site config key paginate was deprecated (#1057) 2024-09-07 18:51:18 +02:00
i18n feat(i18n): add Bulgarian translations (#1007) 2024-09-07 17:56:17 +02:00
images doc: add screenshots 2020-09-13 12:24:07 +02:00
layouts fix: Correct Lastmod field access in OpenGraph meta tags 2024-09-28 13:53:59 +08:00
.gitignore feat(article): Scrollspy for the table of contents (#425) 2022-01-22 10:35:08 +01:00
config.yaml feat: add article.headingAnchor parameter and use CSS pseudo-element to display # symbol of heading anchor (#1016) 2024-05-02 23:27:17 +02:00
debug.sh chore: add Github Codespace config 2021-10-23 06:51:56 +00:00
go.mod Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
LICENSE 🎉 Initial commit 2020-08-22 13:20:08 +02:00
netlify.toml fix: deprecation warning for .Site.Author (#979) 2024-03-17 20:40:56 +01:00
README.md fix: typo in README: stater -> starter 2023-02-16 20:07:43 +01:00
theme.toml feat: update Hugo version and minimum version requirement to 0.123.0 (#970) 2024-03-10 19:54:09 +01:00

image

Hugo Theme Stack

logo

Card-style Hugo theme designed for bloggers.

Quickstart

Use this template: CaiJimmy/hugo-theme-stack-starter

Demo

Documentation

Visit stack.jimmycai.com

Licensed under the GNU General Public License v3.0

Please do not remove the "Theme Stack designed by Jimmy" text and link.

If you want to port this theme to another blogging platform, please let me know🙏.