Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit a8e7e89

Browse files
authored
Update README.md
1 parent b4418c8 commit a8e7e89

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,22 @@
22

33
This is plantly homepage, CD integration with Github Action and github page.
44

5-
Modify config.yaml to use the content.
5+
## Installation
6+
7+
Hugo is needed for development
8+
9+
```bash
10+
brew install hugo
11+
```
12+
13+
## Development
14+
15+
Simply replace `config.yaml` with your content
16+
17+
## Build
18+
19+
In order to build, run the following:
20+
21+
```bash
22+
hugo -D
23+
```

0 commit comments

Comments
 (0)