-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsite.json
22 lines (22 loc) · 1020 Bytes
/
site.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"locale": "en_US",
"lang": "en",
"title": "11ty Beer Web",
"shortTitle": "11ty Beer",
"author": "LIGMATV",
"url": "https://11ty-beer.vercel.app",
"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://techhub.social/@ligmatv", "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" }
]
}