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 |
|