Skip to main content
Module

x/gustwind/meta.json

πŸ³πŸ’¨ – Deno powered JSON oriented site generator
Go to Latest
File
{ "developmentPort": 3000, "amountOfBuildThreads": 1, "siteName": "Gustwind", "language": "en", "head": { "meta": [ { "charset": "UTF-8", "name": "viewport", "content": "width=device-width, initial-scale=1.0" } ], "link": [ { "rel": "icon", "href": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐳</text></svg>" }, { "rel": "stylesheet", "href": "https://cdn.jsdelivr.net/gh/highlightjs/highlight.js/src/styles/github.min.css" } ], "script": [ { "type": "text/javascript", "src": "https://unpkg.com/sidewind@5.4.6/dist/sidewind.umd.production.min.js" } ] }, "paths": { "assets": "./public", "components": "./components", "dataSources": "./dataSources", "output": "./build", "pages": "./pages", "scripts": "./scripts", "transforms": "./transforms", "twindSetup": "./twindSetup.ts" }, "features": { "showEditorAlways": true }}