Index

joshstock.in / af57eb0

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
1716 Nov 2019 13:001a3844fStatic image hosting; new blog articleJosh Stockin1713N

Blob @ joshstock.in / config.json

text/plain837 bytesdownload raw
1{
2 "copyright": "<hr><p>Copyright (c) Joshua 'joshuas3' Stockin 2019 - <a href=\"/\">Home</a> - <a href=\"/blog\">Blog</a> - <a href=\"/privacy\">Privacy</a></p>",
3 "static": "resources/static",
4 "templates": {
5 "blog-archive": "resources/templates/blog-archive.html",
6 "blog-article": "resources/templates/blog-article.html",
7 "blog-archive-listing": "resources/templates/blog-archive-listing.html",
8 "blog-css": "resources/templates/blog.css",
9 "landing": "resources/landing.html",
10 "privacy": "resources/privacy.html",
11 "404": "resources/templates/error.html"
12 },
13 "articles": [
14 {
15 "title": "Creating a Website",
16 "date": "NOV 12 2019",
17 "banner": "/static/landing.png",
18 "summary": "Learning how to compile a blog and host a static site with nginx",
19 "content": "resources/articles/website-creation.html"
20 }
21 ]
22}
23