11 lines
255 B
TOML
11 lines
255 B
TOML
baseURL = 'http://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'My New Hugo Site'
|
|
theme = "sophie-lewis"
|
|
|
|
[params]
|
|
navbar = ["about", "writing", "videos", "get-in-touch"]
|
|
[params.header]
|
|
name = "Sophie Lewis"
|
|
subtitle = "Writer & Philosopher"
|