aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-09-16 16:32:06 -0400
committerfrosty <gabriel@bwaaa.monster>2026-09-16 16:32:06 -0400
commit4c8d764d171ec77ff626cec273c44ec7e7a995fc (patch)
treedc36193e611ece53c8f7e74d1dea71f8d9e7004e /README.md
downloadyapssg-4c8d764d171ec77ff626cec273c44ec7e7a995fc.tar.gz
init: initHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..382de49
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+# yapssg
+*yet another pointless static site generator*
+
+A static site generator for embedding Lua in your HTML.
+
+## Usage
+Basic CLI Usage:
+```
+yapssg FILE [-o OUTPUT]
+yapssg -d DIRECTORY [-o OUTPUT] [-f]
+```
+
+See examples for other usage.
+
+## Requirements
+- make
+- pkg-config
+- libxml2
+- luajit
+
+## Installation
+```
+$ git clone https://git.bwaaa.monster/yapssg
+$ cd yapssg
+# make install
+```
+
+## Contribution
+Generate a patch with ```git format-patch HEAD~1``` and email to [gabriel@bwaaa.monster](mailto:gabriel@bwaaa.monster), beginning the subject line with [PATCH yapssg]
+
+*If you are sending a revised version of a previous patch, please use [PATCH yapssg v2, v3, etc].*