elvish/website/index.toml
Qi Xiao b5ba977266 website: Optimize fonts by embedding all fonts into a single CSS.
Also substract the subset of glyphs that we need to reduce the size of the fonts.
2020-06-15 00:06:28 +01:00

28 lines
446 B
TOML

title = "Elvish Shell"
author = "Qi Xiao"
feedPosts = 10
template = "template.html"
baseCSS = ["reset.css", "style.css"]
rootURL = "https://elv.sh"
[index]
name = "home"
extraCSS = ["icon-font.css", "home.css"]
extraJS = ["home.js"]
[[categories]]
name = "get"
title = "Get Elvish"
[[categories]]
name = "learn"
title = "Learn Elvish"
[[categories]]
name = "ref"
title = "Elvish Reference"
[[categories]]
name = "blog"
title = "Elvish Blog"