This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues/pull-requests.
tlaternet-templates/.posthtmlrc

37 lines
872 B
Plaintext
Raw Normal View History

2021-04-07 21:39:24 +01:00
{
"plugins": {
2022-06-19 18:20:04 +01:00
"posthtml-markdownit": {
"root": "src",
},
"posthtml-extend": {
"root": "src",
},
"posthtml-include": {
"root": "src",
},
2021-04-07 21:39:24 +01:00
"posthtml-favicons": {
"root": "src",
2022-08-01 21:14:18 +01:00
"outDir": "./dist/",
2021-04-07 21:39:24 +01:00
"configuration": {
"appName": "tlater.net",
"appShortName": "tlater.net",
"appDescription": "tlater's home page",
"developerName": "Tristan Daniël Maat",
"developerURL": "https://tlater.net",
"dir": "auto",
"lang": "en-US",
"background": "#0f0f0f",
2021-04-11 06:01:55 +01:00
"theme_color": "#99d1ce",
2021-04-07 21:39:24 +01:00
"appleStatusBarStyle": "black-translucent",
"display": "browser",
"orientation": "any",
"start_url": "https://tlater.net",
"version": "1.0",
"icons": {
"favicons": true,
},
},
},
},
}