Configuration
This guide will help you configure your Vermeer project.
Title
Set your marquee title.
In
config/_default/params.toml
, updatetitle
:
Bio
Set your bio.
In
content/_index.md
, update the markdown content:
Photograph
Add your photograph.
Rename the default image
In the
content
directory of your project, renamecover-vincent-van-gogh.jpg
tovincent-van-gogh.jpg
(remove thecover-
part).Add your photograph
Add your photograph to the
content
directory of your project — make sure to addcover
,feature
, orthumbnail
in the file name.
Bio links
Set your bio links.
In
config/_default/menus.toml
, update the[[main]]
links:
Social links
Set your social links.
In
config/_default/menus.toml
, update the[[social]]
links:
Need an other icon? Copy the HTML code from Bootstrap Icons.
Footer
Set your footer text.
In
config/_default/params.toml
, updatefooter
:
Color scheme
Set your color scheme.
In
config/_default/params.toml
, set thevermeer.colorScheme
:
Preview the default color schemes — the name is in the caption:
You can easily create and use your own custom color scheme.