Card-style Hugo theme designed for bloggers
Go to file
WaterLemons2k 09060d0228 fix(partials): ensure params always exist
If the `params` key is not defined in the config file, accessing `params` results in a `nil pointer evaluating interface {}` error because `params` does not exist.

This can be fixed by ensuring that params is always a map.
2024-02-19 20:46:03 +08:00
.devcontainer chore: add Github Codespace config 2021-10-23 06:51:56 +00:00
.github chore: update issue report template to include minimal reproducible example (#864) 2023-08-17 11:15:07 +02:00
archetypes Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
assets fix(menu): consistent svg coloring in menu (#837) 2023-09-03 16:15:51 +02:00
data Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
exampleSite doc: added a note that exampleSite should not be used as a starter template 2023-09-07 21:30:32 +02:00
i18n feat(i18n): add Hindi translation (#889) 2023-10-28 23:59:27 +02:00
images doc: add screenshots 2020-09-13 12:24:07 +02:00
layouts fix(partials): ensure params always exist 2024-02-19 20:46:03 +08:00
.gitignore feat(article): Scrollspy for the table of contents (#425) 2022-01-22 10:35:08 +01:00
config.yaml fix: invalid params used in requiredMeta of waline (#811) 2023-08-27 13:48:42 +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: custom params on the language top level is deprecated (#857) 2023-08-12 12:20:19 +02:00
README.md fix: typo in README: stater -> starter 2023-02-16 20:07:43 +01:00
theme.toml Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02: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🙏.