Card-style Hugo theme designed for bloggers
Go to file
cubercsl 21bd04ec89
fix(codeblock): pass through the options of chroma (#715)
* fix(codeblock): pass through the options of chroma

Pass through the options of chroma highlighting processing for whom
may use some options in codeblock.

This commit fix problem with the following scenarios:
```python {linenos=true}
print("Hello World")
```

Signed-off-by: cubercsl <2014cais01@gmail.com>

* fix(codeblock): margin of no highlight codeblock

This commit fix the wrong margin value of the codeblock which
can not highlight.

The margin is now use the value of ".article-content pre"

Signed-off-by: cubercsl <2014cais01@gmail.com>

Signed-off-by: cubercsl <2014cais01@gmail.com>
2022-12-03 13:14:37 +01:00
.devcontainer chore: add Github Codespace config 2021-10-23 06:51:56 +00:00
.github chore(github): delete unused Github actions 2022-06-11 12:45:39 +00:00
archetypes refactor: drop support for hidden field in front matter 2022-06-12 11:42:35 +00:00
assets fix(codeblock): pass through the options of chroma (#715) 2022-12-03 13:14:37 +01:00
config/_default chore: bump the required hugo version to 0.100.0 2022-06-12 12:24:06 +00:00
data refactor: remove PhotoSwipe from external.yaml 2022-06-12 12:30:52 +00:00
exampleSite feat: add a separate configuration field for site description (#672) 2022-10-22 11:56:38 +02:00
i18n Merge branch 'master' into canary 2022-10-29 13:51:05 +00:00
images doc: add screenshots 2020-09-13 12:24:07 +02:00
layouts fix(codeblock): pass through the options of chroma (#715) 2022-12-03 13:14:37 +01:00
.gitignore feat(article): Scrollspy for the table of contents (#425) 2022-01-22 10:35:08 +01:00
debug.sh chore: add Github Codespace config 2021-10-23 06:51:56 +00:00
go.mod chore: modify go.mod to v4 2022-06-12 10:07:00 +00:00
LICENSE 🎉 Initial commit 2020-08-22 13:20:08 +02:00
netlify.toml chore: update Hugo version in Netlify CI 2022-06-11 10:59:20 +02:00
README.md chore: simplify README.md 2022-09-17 15:38:44 +02:00
theme.toml chore: bump the required hugo version to 0.100.0 2022-06-12 12:24:06 +00: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🙏.