Card-style Hugo theme designed for bloggers
Go to file
Jimmy Cai 4d6b65f63c fix: PhotoSwipe not getting the real image dimensions
This is because `img.width.toString()` returns the `<img>` element dimension, not the real image dimension (stored in the `width` attribute).

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/934
2024-02-05 17:43:25 +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: PhotoSwipe not getting the real image dimensions 2024-02-05 17:43:25 +01:00
config/_default feat: avoid image upscaling during image processing 2023-10-21 18:24:52 +02:00
data Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
docs docs: update demo site link 2023-09-18 14:29:15 +02:00
exampleSite Merge branch 'master' into canary 2023-10-11 20:56:31 +00:00
i18n Merge branch 'master' into canary 2023-10-11 20:56:31 +00:00
images doc: add screenshots 2020-09-13 12:24:07 +02:00
layouts feat: avoid image upscaling during image processing 2023-10-21 18:24:52 +02:00
.gitignore docs: add vitepress cache folder to gitignore 2023-09-18 14:29:54 +02: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
package.json chore: upgrade vitepress to 1.0.0-rc.14 2023-09-18 14:27:49 +02:00
pnpm-lock.yaml chore: upgrade vitepress to 1.0.0-rc.14 2023-09-18 14:27:49 +02:00
README.md docs: update demo site link 2023-09-18 14:29:15 +02: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

stack.jimmycai.com/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🙏.