Added basic config, palette, and home and search pages with search widget.

This commit is contained in:
2026-09-17 23:19:04 -05:00
parent 779df907e6
commit 499590adc9
6 changed files with 144 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
$include: ./utils/palette.yml
server:
assets-path: /app/assets
proxied: true
document:
head: |
<script defer src="https://analytics.ms-x.dev/script.js" data-website-id="03246448-96db-4795-9153-6262672f3701"></script>
branding:
hide-footer: true
logo-url: https://avatars.githubusercontent.com/u/14969195?v=4
favicon-url: https://avatars.githubusercontent.com/u/14969195?v=4
theme:
background-color: *color_base
primary-color: *color_mauve
positive-color: *color_green
negative-color: *color_red
contrast-multiplier: 1.2
disable-picker: true
light: false
custom-css-file: /assets/overrides.css
pages:
- $include: ./pages/home.yml
- $include: ./pages/search.yml