blob: 4729710e10fdb18a538b0bc6816999c41def7844 (
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
32
|
This site uses a static site generator.
This is a modified fork from a static site generator initally put together by w. kennedy[1].
Usage
-----
To use it:
- clone this repository
- edit the file index.md
- update index.html by running:
./build index.md
- edit deploy.sh with address of webserver
- deploy to your webserver with:
./deploy.sh
Comment
-------
This README is probably not enough to cover usage of the site generator, feel
free to email me if you are trying to use it and have questions.
License
------
GNU AGPL
[1] the post is titled 'converting Markdown files into a website', zumdar, 2022.
|