Index

joshstock.in / e37518e

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
19106 May 2023 09:24e37518eUpdate index page current projects infoJosh Stockin12114G

Tree

ObjectLatest Commit SubjectTimeHash
foldernginxCover root-level static files with nginx15 Mar 2023 16:383ff9d51
foldersiteUpdate index page current projects info06 May 2023 09:24e37518e
file.gitignoreWebsite rewrite14 Jan 2023 23:375aaa26a
fileLICENSEUpdate LICENSE year to 202026 Jan 2020 15:548d865bc
fileREADME.mdUpdate README22 Jan 2023 10:41ed1fd5d
filebuild.pyWebsite rewrite14 Jan 2023 23:375aaa26a
filedeployWebsite rewrite14 Jan 2023 23:375aaa26a
filepost-receiveUpdate post-receive documenting comment15 Mar 2023 16:412730e3c
filerequirements.txtWebsite rewrite14 Jan 2023 23:375aaa26a
fileresty-gitweb.yamlWebsite rewrite14 Jan 2023 23:375aaa26a

README

joshstock.in

Source code for compilation of the static joshstock.in. Include nginx conf and resty-gitweb subdomain conf files.

Usage

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. HTML generation is done by htmlgenerator in site/targets.py and site/generators/*.py.