aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0e62e584dc8c0539bfbd50a045150591f4cfa2a7 (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
33
34
35
36
37
38
39
40
# cleberg.net

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

This README is viewable on [git.cleberg.net](https://git.cleberg.net/?p=cleberg.net.git;a=blob;f=README.org;h=155f4696a09503411730afc422b7fb49acbef8f3;hb=HEAD).

## 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://git.cleberg.net/cleberg.net.git && \
cd cleberg.net && \
zola build
```

## Publishing

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

## Tasks

- [x] Format all blog posts
      - [x] 2018
      - [x] 2019
      - [x] 2020
      - [x] 2021
      - [x] 2022
      - [x] 2023
      - [x] 2024
- [ ] Add descriptions to blog posts
- [ ] Figure out how to get file tags to show up