Integrate templates project

This commit is contained in:
Tristan Daniël Maat 2022-09-18 18:52:01 +01:00
parent 3a5d4b9756
commit 76f5246814
Signed by: tlater
GPG key ID: 49670FD774E43268
55 changed files with 11946 additions and 144 deletions
templates

36
templates/.posthtmlrc Normal file
View file

@ -0,0 +1,36 @@
{
"plugins": {
"posthtml-markdownit": {
"root": "src",
},
"posthtml-extend": {
"root": "src",
},
"posthtml-include": {
"root": "src",
},
"posthtml-favicons": {
"root": "src",
"outDir": "./dist/",
"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",
"theme_color": "#99d1ce",
"appleStatusBarStyle": "black-translucent",
"display": "browser",
"orientation": "any",
"start_url": "https://tlater.net",
"version": "1.0",
"icons": {
"favicons": true,
},
},
},
},
}