Index
joshstock.in
/
6adfcc4
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?
4
10 Nov 2019 22:25
cd46007
add README.md
Josh Stockin
1
10
0
N
Blob @
joshstock.in
/
README.md
text/plain
269 bytes
download raw
1
# joshuas3.com
2
3
Source code for compilation of the static joshuas3.com
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