We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089aff8 commit ee496ebCopy full SHA for ee496eb
README.md
@@ -18,22 +18,24 @@ You'll probably need to resolve merge conflicts after you do `git pull`.
18
```
19
20
2\. change `config.yaml`
21
+
22
3\. change `.gitignore`, unignore autogenerated files, see comments there
23
24
4\. make it:
25
-```
26
+```sh
27
~/your-org.github.io$ make
28
29
30
5\. test it:
31
32
33
~/your-org.github.io$ firefox index.html
34
35
36
6\. add autogenerated files so they will appear on github pages:
37
38
39
~/your-org.github.io$ git add src/db.json index.html
40
~/your-org.github.io$ git commit src/db.json index.html -m 'rebuild'
41
0 commit comments