File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Add Your User Group/Conference to the List
6
6
------------------------------------------
7
7
8
8
1 . Fork repository.
9
- 2 . Open * data/supporters.json* and add your name, location and link.
9
+ 2 . Open * data/supporters.json* and add your name, location,
10
+ link and contact data.
10
11
3 . Check if site is working locally if possible (see [ setup] ( #setup ) ).
11
12
4 . Open a pull request.
12
13
@@ -22,7 +23,8 @@ Additions or Changes to the Code of Conduct?
22
23
Setup
23
24
-----
24
25
25
- Ruby 2.0.x (1.9.x still OK) must be [ installed] ( http://www.ruby-lang.org/de/downloads/ ) .
26
+ Ruby 2.x.y (1.9.x still OK) must be [ installed] (http://www.ruby-lang
27
+ .org/de/downloads/).
26
28
27
29
git clone [email protected] :rubyberlin/code-of-conduct.git
28
30
cd code-of-conduct
@@ -42,6 +44,12 @@ You can access the website at <http://localhost:4567/>.
42
44
Deployment
43
45
----------
44
46
47
+ Building the website:
48
+
45
49
cd code-of-conduct
46
50
bundle exec middleman build
47
51
52
+ Deploying to github pages (needs push access to this repository):
53
+
54
+ cd code-of-conduct
55
+ bundle exec middleman deploy
You can’t perform that action at this time.
0 commit comments