File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Local installation
4
4
5
- The blog is made with [ Zola] , based on the [ Abridge theme] [ ^1 ] .
5
+ The blog is made with [ Zola] and based on the [ Abridge theme] that is included
6
+ as a git submodule.
6
7
7
8
You will need:
8
9
* The ` zola ` binary v0.19.1 or higher
9
10
10
11
Run ` zola serve ` in order to serve the website and automatically render it when files change.
11
12
13
+ ```
14
+ $ git clone [email protected] :haskell/blog.haskell.org.git --recursive
15
+ $ cd blog.haskell.org
16
+ $ zola serve
17
+ ```
18
+
12
19
## Contribute content
13
20
14
21
### Blog post structure
@@ -60,4 +67,3 @@ documentation-best-practices
60
67
61
68
[ Zola ] : https://www.getzola.org/
62
69
[ Abridge theme ] : https://abridge.pages.dev/overview-abridge/
63
- [ ^ 1 ] : Included as a git submodule, so clone recursively or ` git submodule update --init --recursive ` .
You can’t perform that action at this time.
0 commit comments