-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite.json
29 lines (29 loc) · 1.2 KB
/
site.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"locale": "en_US",
"lang": "en",
"title": "11ty Beer Web",
"shortTitle": "11ty Beer",
"author": "LIGMATV",
"url": "https://11ty-beer.vercel.app",
"theme": "#6750a4",
"description": "Welcome to my blog, powered by 11ty & BeerCSS.",
"ghRepo": "LIGMATV/11ty-beer",
"keywords": ["eleventy", "material", "pwa"],
"socialItems": [
{ "title": "Feed", "url": "/feed.xml", "icon": "rss" },
{ "title": "GitHub", "url": "https://github.com/LIGMATV/11ty-beer", "icon": "github" },
{ "title": "Mastodon", "url": "https://mastodon.scot/@l", "icon": "mastodon", "rel": "me" }
],
"menuItems": [
{ "title": "Home", "url": "/", "icon": "home-variant-outline" },
{ "title": "Posts", "url": "javascript:ui('#dialog-posts');", "icon": "star-box-outline" },
{ "title": "Tags", "url": "javascript:ui('#dialog-tags');", "icon": "tag-multiple-outline" },
{ "title": "Theme", "url": "javascript:ui('#dialog-themes');", "icon": "palette-outline" }
],
"giscus": {
"dataRepo": "ligmatv/11micro",
"dataRepoID": "R_kgDON1R6_Q",
"dataCategory": "Post Comments",
"dataCategoryID": "DIC_kwDON1R6_c4CnCYA"
}
}