You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
1.[install node + npm](http://iojs.org) and required modules
26
+
## Install
10
27
11
-
```sh
12
-
npm install
13
-
```
28
+
1.[Install node + npm](http://iojs.org) and required modules.
14
29
15
-
2. run build
30
+
```sh
31
+
npm install
32
+
```
16
33
17
-
```sh
18
-
node build.js
19
-
```
34
+
2. Run build.
35
+
36
+
```sh
37
+
node build.js
38
+
```
39
+
40
+
## Usage
20
41
21
42
### Creating a Post
22
43
@@ -39,11 +60,19 @@ make build
39
60
40
61
This should setup a server. For now, it screws up the styling because the styles are pulled from ipfs directly. (FIXME, should put the styles in the build dir.) Just kill it when you're ready to publish
41
62
42
-
### Publishing Post
63
+
### Theme
43
64
44
-
How to publish the blog on IPFS.io
65
+
The layouts follow [the example viewer](https://github.com/ipfs/examples/tree/master/webapps/example-viewer). Modify the files inside
45
66
46
-
#### Editing
67
+
```
68
+
tmpl/
69
+
```
70
+
71
+
## Publishing Post
72
+
73
+
How to publish the blog on IPFS.io.
74
+
75
+
### Editing
47
76
48
77
1. Make a change to a file
49
78
2. Add and commit.
@@ -56,7 +85,7 @@ How to publish the blog on IPFS.io
56
85
7. Get it merged following review from _another_ member.
0 commit comments