1 | { |
2 | "copyright": "<hr><p>Copyright (c) 2019 Joshua 'joshuas3' Stockin - <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 | "favicon": "resources/favicon.ico", |
11 | "privacy": "resources/privacy.html", |
12 | "404": "resources/templates/error.html" |
13 | }, |
14 | "articles": [ |
15 | { |
16 | "title": "Creating My Website Stack", |
17 | "date": "NOV 16 2019", |
18 | "banner": "/static/landing.png", |
19 | "summary": "Creating a statically hosted website; writing a custom HTML template compiler in Python, configuring nginx and serving HTML pages and static files", |
20 | "content": "resources/articles/website-creation.html" |
21 | } |
22 | ] |
23 | } |
24 |
|