Configure your site
The basic settings and configuration for your site reside in the _config.yaml
file.
Example:
title
Tip: If your lab name is long, use an abbreviated version here, then display the full name at the top of your homepage.
subtitle
Appears in the header next to your site title, smaller and more subtle. Useful for slogans or affiliations.
description
show-title
/ show-subtitle
Whether to show your site title/subtitle next to your logo in the header. Set to false
if your logo image already contains text that you don't want to be displayed twice. This does not remove your site title from the tab name, metadata, or anything else.
true
header
/ footer
Solid color background
header-dark
/ footer-dark
true
links
Social media links for your lab to show in the footer of every page, without any prefixes like @
, www.
, etc.
See /_data/types.yaml
for what types of links are built-in or to add your own.
proofer
It is disabled by default because it can add quite a bit of time to updating/building your remote or local previews.
false
Headers/footers/sections have a solid color that overlays any background image to always maintain readability of text.
Last updated