Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit fca5830

Browse files
committed
Fix the external links and dedupes readme.
1 parent 578a53e commit fca5830

File tree

3 files changed

+28
-33
lines changed

3 files changed

+28
-33
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,3 @@ This is a electron starter kit from some random guy on the Internet.
44

55
[Check out the docs](https://skellock.github.io/electron-starter) for all the gory details.
66

7-
### Why?
8-
9-
I've got dozens of Electron apps started and not finished. They die before they can leave the bikeshed.
10-
11-
This is my attempt to fix that.
12-
13-
14-
### Why Not?
15-
16-
Oh man... lots of reasons. There's other starter ones out there. That use things like WebPack, Babel, Flow, and Redux.
17-
18-
This pack o' tools is slightly off the main stream. I mean, don't get me wrong, it's not full on hipster, but does have hipster-like tendencies. It's not as far as say, `reason`, `elm`, or `purescript`. I'm not that crazy or brave yet.
19-
20-
The tools in this pack do **less**. They have less config. Less API. Less plugins.
21-
22-
I need more **less** in my life.
23-
24-
25-
### License
26-
27-
MIT. A tip of the hat is always nice, but I'm more interested in hearing what you do with it.
28-

docs/README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
# electron-starter
22

3-
This is my own personal electron starter kit.
3+
This is a electron starter kit from some random guy on the Internet.
44

5-
I will be bikeshedding with myself. I'm going to change my mind quite a bit. You might prefer something more stable.
65

7-
Still here? Ok, let's do this.
6+
### Why?
7+
8+
I've got dozens of Electron apps started and not finished. They die before they can leave the bikeshed.
9+
10+
This is my attempt to fix that.
11+
12+
13+
### Why Not?
14+
15+
Oh man... lots of reasons. There's other starter ones out there. That use things like WebPack, Babel, Flow, and Redux.
16+
17+
This pack o' tools is slightly off the main stream. I mean, don't get me wrong, it's not full on hipster, but does have hipster-like tendencies. It's not as far as say, `reason`, `elm`, or `purescript`. I'm not that crazy or brave yet.
18+
19+
The tools in this pack do **less**. They have less config. Less API. Less plugins.
20+
21+
I need more **less** in my life.
22+
823

924
### License
1025

11-
MIT
26+
MIT. A tip of the hat is always nice, but I'm more interested in hearing what you do with it.
27+

docs/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>electron-starter - start building crap.</title>
66
<meta name="description" content="Start building your Electron app.">
77
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
8-
<link rel="stylesheet" href="https://unpkg.com/docsify/themes/vue.css">
8+
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
99
</head>
1010
<body>
1111
<div id="app"></div>
@@ -20,13 +20,14 @@
2020
search: 'auto',
2121
search: [
2222
'/',
23-
'stack'
23+
'stack',
24+
'using'
2425
]
2526
}
2627
</script>
27-
<script src="https:////unpkg.com/docsify/lib/docsify.js"></script>
28-
<script src="https:////unpkg.com/docsify/lib/plugins/search.js"></script>
29-
<script src="https:////unpkg.com/docsify/lib/plugins/emoji.js"></script>
30-
<script src="https:////unpkg.com/prismjs/components/prism-bash.js"></script>
31-
<script src="https:////unpkg.com/prismjs/components/prism-jsx.js"></script>
28+
<script src="//unpkg.com/docsify/lib/docsify.js"></script>
29+
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
30+
<script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
31+
<script src="//unpkg.com/prismjs/components/prism-bash.js"></script>
32+
<script src="//unpkg.com/prismjs/components/prism-jsx.js"></script>
3233
</html>

0 commit comments

Comments
 (0)