Added basic config, palette, and home and search pages with search widget.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user