-
Notifications
You must be signed in to change notification settings - Fork 1
/
compositor.json
85 lines (85 loc) · 3.14 KB
/
compositor.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
84
85
{
"name": "rootscript/forHumans-whoWant2Code",
"version": "0.1.4",
"libraries": {
"xv": "^1.1.25"
},
"title": "forHumans",
"branch": "",
"style": {
"name": "Material",
"componentSet": {
"nav": "nav/DarkAbsoluteNav",
"header": "header/GradientHeader",
"article": "article/BasicArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "Roboto, sans-serif",
"heading": {
"fontWeight": 500,
"letterSpacing": "-0.01em"
},
"colors": {
"text": "#212121",
"background": "#fff",
"primary": "#2196f3",
"secondary": "#1565c0",
"highlight": "#ff4081",
"border": "#e0e0e0",
"muted": "#f5f5f5"
},
"layout": {
"centered": true,
"bannerHeight": "80vh",
"maxWidth": 896
}
},
"content": [
{
"component": "nav",
"links": [
{
"href": "https://github.com/rootscript/forHumans-whoWant2Code",
"text": "GitHub"
}
]
},
{
"component": "header",
"heading": "forHumans-whoWant2Code",
"subhead": "This is the start of a series of articles for medium.com called forHumans() => {whoWant2Code}",
"children": [
{
"component": "ui/TweetButton",
"text": "forHumans-whoWant2Code: This is the start of a series of articles for medium.com called forHumans() => {whoWant2Code}",
"url": null
},
{
"component": "ui/GithubButton",
"user": "rootscript",
"repo": "forHumans-whoWant2Code"
}
]
},
{
"component": "article",
"metadata": {
"source": "github.readme"
},
"html": "\n<p><a href=\"https://gitter.im/rootscript/forHumans-whoWant2Code?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\"><img src=\"https://badges.gitter.im/rootscript/forHumans-whoWant2Code.svg\"></a></p>\n<p>This is was intended to be the start of a series of articles for medium.com called forHumans() => {whoWant2Code}. Currently it is a Work in Progress and a collation of examples, that includes code for Elm 0.17.1 ( however Elm 0.18 is expected in the near future )</p>\n<p>A project that helps ordinary people who want to create/code their own applications</p>\n<p>//TODO:: list articles that are on medium</p>\n<p>//TODO:: list planned articles for the forHumans 'platform'</p>\n<p>//TODO:: Electron app showcasing Elm 0.18 examples ( add .class(es) to expand levels of comments detail in code examples, to tailor for people of mixed abilities ) - I like this idea</p>\n<p>//TODO:: Electron app to search Elm documentation website(s) & various other places - I like this too</p>\n<ul>\n<li>-electron-forHumans</li>\n<li>-elm-forHumans</li>\n<li>-github-forHumans</li>\n<li>-homebrew-forHumans</li>\n<li>-npm-forHumans</li>\n</ul>\n"
},
{
"component": "footer",
"links": [
{
"href": "https://github.com/rootscript/forHumans-whoWant2Code",
"text": "GitHub"
},
{
"href": "https://github.com/rootscript",
"text": "rootscript"
}
]
}
]
}