Go to file
WaterLemons2k 188e49ef41
fix(widgets): ensure params is not nil (#943)
* 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.

* style(widgets): `default` no pipes required
2024-02-23 23:00:39 +01: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 fix: title does not show pagination data (#945) 2024-02-19 10:54:02 +01:00
i18n feat(i18n): add Belarusian translation (#937) 2024-02-23 00:03:55 +01:00
images doc: add screenshots 2020-09-13 12:24:07 +02:00
layouts fix(widgets): ensure params is not nil (#943) 2024-02-23 23:00:39 +01: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🙏.