24 lines
468 B
JSON
24 lines
468 B
JSON
{
|
|
"name": "Cirno",
|
|
"blogName": "Cirno's Blog",
|
|
"url": "https://cirno.gensokyo",
|
|
"frontDescription": "This is a very long description.",
|
|
"frontCover": "/favicon.svg",
|
|
"picture": "/favicon.svg",
|
|
"links": {
|
|
"github": "https://github.com",
|
|
"email": "email:cirno@gensokyo.jp",
|
|
"orcid": "https://orcid.org/cirno"
|
|
},
|
|
"extra": [
|
|
{ "route": "/archives", "name": "Archives" }
|
|
],
|
|
"markdown": {
|
|
"highlighterLangs": [
|
|
"python",
|
|
"lean",
|
|
"tex"
|
|
]
|
|
}
|
|
}
|