-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
25 lines (24 loc) · 815 Bytes
/
settings.json
File metadata and controls
25 lines (24 loc) · 815 Bytes
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
{
"siteTitle": "ach tech chair",
"siteDescription": "Practices for the technical chair role in the annual conference.",
"author": "winnieepm",
"faviconUrl": "/assets/myfavicon.png",
"blogTitle": "Documentation Sections",
"blogDescription": "Divided by area, here is some information to successfully fulfill the role",
"productionUrl": "https://eleventy-libdoc.netlify.app",
"customLinks": [
{
"url": "/feed.xml",
"text": "Atom feed"
},
{
"url": "https://github.com/ita-design-system/eleventy-libdoc",
"text": "GitHub"
},
{
"url": "#",
"text": "Bluesky"
}
],
"editThisPageRootUrl": "https://github.com/ita-design-system/eleventy-libdoc/blob/main"
}