Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Buliway 2024-07-06 06:02:19 +03:00
commit 5bbb4c734c

View file

@ -10,12 +10,18 @@ Card-style Hugo theme designed for bloggers.
## Quickstart ## Quickstart
Use this template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter) ```sh
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 ## Demo
* Starter template demo: [demo.stack.jimmycai.com](https://demo.stack.jimmycai.com) * https://buliway.ru/
* Dev build: [dev.stack.jimmycai.com](https://dev.stack.jimmycai.com)
## Documentation ## Documentation