Index
joshstock.in
/
23d65ba
Source for serving and static templating/compiling of https://joshstock.in.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
12
12 Nov 2019 19:27
48aa05d
Update README.md for accuracy
Josh Stockin
1
2
2
N
Blob @
joshstock.in
/
README.md
text/plain
269 bytes
download raw
1
# joshstock.in
2
3
Source code for compilation of the static joshstock.in
4
5
## Usage
6
7
When resources are modified and
`config.json`
is updated to reflect them, run the following to compile the static site and deposit the contents in
`<folder>`
.
8
```
9
compile.py <folder>
10
```
11