clan-homepage/README.md
Jörg Thalheim 11858548a5
All checks were successful
check / test (push) Successful in 4s
deploy / test (push) Successful in 3s
add script to generate new blog posts
2023-09-21 12:51:19 +02:00

34 lines
437 B
Markdown

# Getting start with the repo
This is the source for the homepage.
We use [zola](https://www.getzola.org/) for building a static website.
## Build the homepage
```
$ zola build
```
## Start a local webserver
```
$ zola serve
```
## Contributing
Send changes to https://git.clan.lol/clan/clan-homepage
## To update the website
```
$ nix run .#deploy
```
## Create a new post
```
$ nix run .#new-post "September Changelog"
```