Skip to content

Commit f032656

Browse files
committed
docs: add Prerequisites section with Zola install steps
1 parent 08b779d commit f032656

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
The blog of [Cloud Native Community Korea](https://github.com/cloud-native-community-korea), live at [cnck.tech](https://cnck.tech). Built with [Zola](https://www.getzola.org) 0.22 and the CNCK theme, a minimal monochrome design with a light/dark toggle.
88

9+
## Prerequisites
10+
11+
Install [Zola](https://www.getzola.org/documentation/getting-started/installation/) 0.22.1. The version is pinned to match the [Zola](https://www.getzola.org) badge above and the CI build. On macOS, the easiest path is [Homebrew](https://brew.sh); other platforms are covered in the official install guide. Confirm the version before running the commands below.
12+
13+
```bash
14+
brew install zola
15+
zola --version
16+
```
17+
918
## Development
1019

1120
```bash

0 commit comments

Comments
Β (0)