We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f3231 commit eb45dd6Copy full SHA for eb45dd6
README.md
@@ -1,8 +1,14 @@
1
# Bean blog
2
3
### Installation
4
+- Clone the repository.
5
+- In `bean-blog` run
6
+```
7
+git submodule init
8
+git submodule update
9
10
- Install Go from https://go.dev/doc/install
11
- Install Hugo from https://gohugo.io/installation
12
- Run `hugo server`
13
-Uses the [Zen Theme](https://github.com/frjo/hugo-theme-zen/).
14
+This uses the [Zen Theme](https://github.com/frjo/hugo-theme-zen/).
0 commit comments