File tree 1 file changed +15
-11
lines changed
1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 7
7
~ /your-org.github.io$ git push
8
8
```
9
9
10
+ You'll probably need to resolve merge conflicts after you do ` git pull ` .
11
+
10
12
## Creating new badgeboard:
11
13
14
+ 1\. clone this repo
15
+
12
16
``` sh
13
17
~ $ git clone https://github.com/repo-utils/badgeboard.git your-org.github.io
14
18
```
15
19
16
- Change:
17
-
18
- - src/maintainers.json
19
- - src/projects.json
20
- - .gitignore (unignore autogenerated files)
21
-
22
- Make it:
20
+ 2\. change ` config.yaml `
21
+ 3\. change ` .gitignore ` , unignore autogenerated files, see comments there
22
+ 4\. make it:
23
23
24
24
```
25
- ~/your-org.github.io$ make db
26
25
~/your-org.github.io$ make
27
- ~/your-org.github.io$ git add src/db.json index.html
28
- ~/your-org.github.io$ git commit src/db.json index.html -m 'rebuild'
29
26
```
30
27
31
- Test it:
28
+ 5 \. test it:
32
29
33
30
```
34
31
~/your-org.github.io$ firefox index.html
35
32
```
36
33
34
+ 6\. add autogenerated files so they will appear on github pages:
35
+
36
+ ```
37
+ ~/your-org.github.io$ git add src/db.json index.html
38
+ ~/your-org.github.io$ git commit src/db.json index.html -m 'rebuild'
39
+ ```
40
+
You can’t perform that action at this time.
0 commit comments