blob: 382de4963e67d04eb6855431cb32a4e0214c8bf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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].*
|