Card-style Hugo theme designed for bloggers
Find a file
2024-07-11 15:48:52 +03: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 New design 2024-07-06 07:31:22 +03:00
data feat: bump KaTeX to latest released version 0.16.9 (#969) 2024-03-10 22:24:21 +01:00
exampleSite New design 2024-07-06 07:31:22 +03:00
i18n fix tag translation 2024-07-11 15:48:52 +03:00
images doc: add screenshots 2020-09-13 12:24:07 +02:00
layouts fix tag translation 2024-07-11 15:48:52 +03: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 New design 2024-07-06 07:31:22 +03: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.

Мой форк содержит изменения, которые я сделал для своего сайта https://buliway.ru/

Quickstart

hugo new site hugo-blog
cd hugo-blog
git clone https://github.com/Buliway/hugo-theme-stack/ themes/hugo-theme-stack
cp -r themes/hugo-theme-stack/exampleSite/* ./
rm hugo.toml
hugo server

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🙏.