diff --git a/package.json b/package.json index f0e3a8f..28b6692 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "clean": "rm -rf docs && mkdir -p docs/styles", - "static": "cp -r static docs", + "static": "cp -r static/* docs", "build": "npm run clean && npm run static && postcss src/styles/global.css > docs/styles/global.css", "dev": "npm run build && eleventy --serve", "prod": "NODE_ENV=production npm run build && eleventy", diff --git a/src/_includes/base.html b/src/_includes/base.html index 26a1c88..addb1ba 100644 --- a/src/_includes/base.html +++ b/src/_includes/base.html @@ -8,7 +8,15 @@ content="kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands!" /> {{ title }} - + + + + + + + + +
{{ content | safe }}
diff --git a/src/index.md b/src/index.md index 422d100..ae50367 100644 --- a/src/index.md +++ b/src/index.md @@ -4,7 +4,7 @@ title: The KDL Document Language ---
- + KDL Logo

The KDL Document Language

diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..b3cf03f Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-256x256.png b/static/android-chrome-256x256.png new file mode 100644 index 0000000..51bd616 Binary files /dev/null and b/static/android-chrome-256x256.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..aaac85e Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..99bb334 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..9b52d3d Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..fe7b1ff Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..d6030d0 Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..9aa2dcb --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,31 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..de65106 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}