aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5e031644a1cd50e863bdade22dc7534868e07596 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# cleberg.net

[cleberg.net](https://cleberg.net) is my personal webpage.

## Overview

This website & blog uses [Markdown](https://spec.commonmark.org/current/),
published with [Zola](https://www.getzola.org/).

## Configuration

All configuration options are available within the `config.toml` file. Refer to
the Zola documentation for further configuration options.

## Building

To get running:

```sh
git clone https://github.com/ccleberg/cleberg.net && \
cd cleberg.net && \
zola build
```

## Publishing

Use `zola build` and deploy to whichever deployment target you prefer.

## Tasks

- [ ] Add descriptions to blog posts
- [ ] Figure out how to get file tags to show up