mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
b5ba977266
Also substract the subset of glyphs that we need to reduce the size of the fonts.
28 lines
446 B
TOML
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"
|