This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
tlaternet-templates/.posthtmlrc.js
2020-05-31 03:54:43 +01:00

27 lines
675 B
JavaScript

module.exports = {
plugins: {
"posthtml-favicons": {
outDir: "./dist/browser/",
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: "#991dce",
appleStatusBarStyle: "black-translucent",
display: "browser",
orientation: "any",
start_url: "https://tlater.net",
version: "1.0",
icons: {
favicons: true,
},
},
},
},
};