Source for serving and static templating/compiling of https://joshstock.in.
| {#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
|---|---|---|---|---|---|---|---|---|
| 168 | 22 Jan 2023 10:36 | 0f630e2 | Update footer | Josh Stockin | 3 | 10 | 5 | G |
| Object | Latest Commit Subject | Time | Hash |
|---|---|---|---|
| Point 404 error pages to correct file location | 21 Jan 2023 10:10 | 29e63dd | |
| Update footer | 22 Jan 2023 10:36 | 0f630e2 | |
| Website rewrite | 14 Jan 2023 23:37 | 5aaa26a | |
| Update LICENSE year to 2020 | 26 Jan 2020 15:54 | 8d865bc | |
| Update README.md | 18 Jan 2023 11:19 | 5f6c164 | |
| Website rewrite | 14 Jan 2023 23:37 | 5aaa26a | |
| Website rewrite | 14 Jan 2023 23:37 | 5aaa26a | |
| Update post-receive | 21 Jan 2023 10:17 | ac5912b | |
| Website rewrite | 14 Jan 2023 23:37 | 5aaa26a | |
| Website rewrite | 14 Jan 2023 23:37 | 5aaa26a |
Source code for compilation of the static joshstock.in. Include nginx conf and resty-gitweb subdomain conf files.
sudo ./deploy [test|prod]
This is automated by the post-receive git hook to automatically deploy on a
git push to the production server. The deploy bash script automatically
installs required Python modules and runs the templating script
(site/targets.py). The templating script makes use of reusable generator
scripts to build pages from Markdown-defined content.