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