-
Notifications
You must be signed in to change notification settings - Fork 64
/
nacara.config.json
83 lines (83 loc) · 2.22 KB
/
nacara.config.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"siteMetadata": {
"url": "https://fable.io",
"baseUrl": "/",
"editUrl": "https://github.com/fable-compiler/fable-compiler.github.io/edit/dev/docs",
"title": "Fable"
},
"navbar": {
"start": [
{
"url": "/docs",
"section": "docs",
"label": "Documentation",
"pinned": true
},
{
"url": "/packages/",
"label": "Packages"
},
{
"url": "/repl/",
"label": "Try"
},
{
"url": "/blog/index.html",
"section": "blog",
"label": "Blog",
"pinned": true
},
{
"url": "/community.html",
"label": "Community"
},
{
"url": "/resources.html",
"label": "Resources"
}
],
"end": [
{
"url": "https://github.com/fable-compiler/fable",
"icon": "fab fa-github",
"label": "Github"
},
{
"url": "https://twitter.com/FableCompiler",
"icon": "fab fa-twitter",
"label": "Twitter"
},
{
"url": "https://gitter.im/fable-compiler/Fable",
"icon": "fab fa-gitter",
"label": "Gitter"
},
{
"url": "https://www.youtube.com/channel/UC6m70Jyr65ogDySbK7aMmzg/videos",
"icon": "fab fa-youtube",
"label": "Youtube"
}
]
},
"remarkPlugins": [
{
"resolve": "remark-gfm"
},
{
"resolve": "gatsby-remark-vscode",
"property": "remarkPlugin",
"options": {
"theme": "Atom One Light",
"extensions": [
"vscode-theme-onelight",
"dart-code"
]
}
}
],
"layouts": [
"nacara-layout-standard",
"./scripts/blog-index.jsx",
"./scripts/blog-page.jsx"
]
}