Index

joshstock.in / 48aa05d

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
1111 Nov 2019 20:206adfcc4Move Privacy link to copyright footerJosh Stockin111N

Blob @ joshstock.in / config.json

text/plain1036 bytesdownload raw
1{
2 "copyright": "Copyright (c) Joshua 'joshuas3' Stockin 2019 - <a href=\"/privacy\">Privacy</a>",
3 "templates": {
4 "blog-archive": "resources/templates/blog-archive.html",
5 "blog-article": "resources/templates/blog-article.html",
6 "blog-archive-listing": "resources/templates/blog-archive-listing.html",
7 "blog-css": "resources/templates/blog.css",
8 "landing": "resources/landing.html",
9 "privacy": "resources/privacy.html",
10 "404": "resources/templates/error.html"
11 },
12 "articles": [
13 {
14 "title": "Creating a Remote Control Snow Plow",
15 "date": "FEB 19 2019",
16 "banner": "https://i.imgur.com/usMtR75.png",
17 "summary": "Designing and building a remote control snow plow; writing the Arduino controller",
18 "content": "resources/articles/snow-plow.html"
19 },
20 {
21 "title": "Exploring Embedded Systems",
22 "date": "NOV 10 2019",
23 "banner": "https://i.imgur.com/a8e58zu.png",
24 "summary": "Writing an ESP32 program using interrupts with the FreeRTOS API",
25 "content": "resources/articles/snow-plow.html"
26 }
27 ]
28}
29