blob: f3988ab9e61b0a5eef2fa1cac371fc7f69a0f452 (
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
|
* cleberg.net
cleberg.net is my personal webpage and blog.
** Overview
This website & blog uses Markdown for content, HTML for templates, built and
published with Zola.
** Configuration
All configuration options are available within the =config.toml= file. Refer to
the Zola documentation for further configuration options.
** Building
To get running:
#+begin_src sh
git clone https://git.sr.ht/~cyborg/cleberg.net && \
cd cleberg.net && \
zola build
#+end_src
** Publishing
Use =zola build= and deploy to whichever deployment target you prefer.
** Tasks
Refer to the todo page [1] for open tickets or to submit a new ticket.
[1]: https://todo.sr.ht/~cyborg/cleberg.net
|