lightspeed/config.toml

22 lines
480 B
TOML
Raw 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
generate_rss = true
highlight_code = true
highlight_theme = "gruvbox-light"
[extra]
2020-04-14 18:42:35 +00:00
2020-04-18 14:49:03 +00:00
author = "El Carpet"
2020-04-14 18:42:35 +00:00
netlify = true
2020-04-13 19:19:58 +00:00
footer_links = [
{url = "$BASE_URL/about", name = "About"},
{url = "$BASE_URL/rss.xml", name = "RSS"},
{url = "https://github.com/carpetscheme/lightspeed", name = "Source on Github"},
]