blob: 5497950447e8ed199d5fdd0808c0acf6b2b670d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# My Personal Website
This repository contains the source code
to my website and to all the articles written
in groff on it. It is written in plain html
(mostly) and it is written with a shell script
I made that would build a website out of simple
templates and simple data in a hiearchical file
system.
## Building
Run `./build.sh` with rsync installed.
With an argument, that pushes to my server. Change
the server and location if you want to use it for
your own website.
## License
See `LICENSE`.
|