diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-08 10:28:58 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-08 10:28:58 -0800 |
commit | dc2fd65e6bfeaa2c475d5042f64263ac9427c22f (patch) | |
tree | 3f680c74d831c984048080e0ff7d86fb7c5f1f05 /README.md |
completely changed backend
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c5ebe1 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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 + +## License + +See `LICENSE`. |