summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authoryctct <yctct@yctct.com>2025-08-12 21:07:42 +0200
committeryctct <yctct@yctct.com>2025-08-12 21:07:42 +0200
commit4f4d5ca2d5bf0ee55910ae2e0704bb33e27c1416 (patch)
tree5e22936465501327e8fd493e71615482ddf75825 /README.txt
First commit
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..4c10ad6
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,13 @@
+This is a very simple static site generator.
+
+This is a fork from a static site generator put together by william.
+
+To use it:
+
+- clone this repository
+- edit the file index.md
+- update index.html by running:
+
+ ./build index.md
+
+This README is probably not enough to use this site generator, so please email me your questions if you are trying to use it.