lightspeed/config.toml

27 lines
560 B
TOML
Raw Permalink Normal View History

2020-04-13 19:45:03 +00:00
base_url = "https://quirky-perlman-34d0da.netlify.com"
2020-04-13 19:19:58 +00:00
title = "Light Speed"
description = "Zola theme with a perfect Lighthouse score"
2020-04-14 18:42:35 +00:00
2020-04-13 19:19:58 +00:00
compile_sass = true
2020-08-29 16:22:52 +00:00
generate_feed = true
2020-04-13 19:19:58 +00:00
highlight_code = true
highlight_theme = "gruvbox-light"
[extra]
2020-04-14 18:42:35 +00:00
2020-09-13 13:08:54 +00:00
seo = true
2020-04-18 14:49:03 +00:00
author = "El Carpet"
2020-09-13 13:08:54 +00:00
ogimage = "lightning.png"
2020-09-13 13:47:11 +00:00
zola = true
2020-04-14 18:42:35 +00:00
netlify = true
2020-09-13 13:47:11 +00:00
maintained_with_love = true
2020-04-13 19:19:58 +00:00
footer_links = [
{url = "$BASE_URL/about", name = "About"},
2020-08-29 16:22:52 +00:00
{url = "$BASE_URL/atom.xml", name = "RSS"},
2020-04-13 19:19:58 +00:00
{url = "https://github.com/carpetscheme/lightspeed", name = "Source on Github"},
]