12 lines
168 B
TOML
12 lines
168 B
TOML
title = "My site"
|
|
base_url = "https://staging.com"
|
|
highlight_code = true
|
|
theme = "sample"
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
|
|
[extra.author]
|
|
name = "Vincent Prouillet"
|
|
|