From 4f4d5ca2d5bf0ee55910ae2e0704bb33e27c1416 Mon Sep 17 00:00:00 2001 From: yctct Date: Tue, 12 Aug 2025 21:07:42 +0200 Subject: First commit --- README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.txt (limited to 'README.txt') 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. -- cgit v1.2.3