1 | { |
2 | "copyright": "Copyright (c) Joshua 'joshuas3' Stockin 2019", |
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 | "404": "resources/templates/error.html" |
10 | }, |
11 | "articles": [ |
12 | { |
13 | "title": "Creating a Remote Control Snow Plow", |
14 | "date": "FEB 19 2019", |
15 | "banner": "https://i.imgur.com/usMtR75.png", |
16 | "summary": "Designing and building a remote control snow plow; writing the Arduino controller", |
17 | "content": "resources/articles/snow-plow.html" |
18 | }, |
19 | { |
20 | "title": "Exploring Embedded Systems", |
21 | "date": "NOV 10 2019", |
22 | "banner": "https://i.imgur.com/a8e58zu.png", |
23 | "summary": "Writing an ESP32 program using interrupts with the FreeRTOS API", |
24 | "content": "resources/articles/snow-plow.html" |
25 | } |
26 | ] |
27 | } |
28 |
|