General site configuration
title
- site title, accessible in layouts and components throughsite.title
baseUrl
- base url used to prefix urls whenrelative_url
filter is used.params
- user defined parameters accessible throughsite.params
menus
- global menu items. Read the Menus page for detailed options.sass
- SCSS configuration. Read the SASS page for detailed options.
baseurl: "/"
title: "Universal"
params:
logo_img: "images/logo.svg"
footer_link: "https://www.stackbit.com"
show_social_media_links: true
menus:
main:
- identifier: home
weight: 1
url: /
title: Home
- identifier: features
weight: 2
url: features
title: Features
footer:
- identifier: terms
weight: 1
url: terms.html
title: Terms and Conditions
sass:
input_file: sass/main.scss.njk
output_file: assets/css/main.css
indentWidth: 4
outputStyle: nested
precision: 10