@@ -13,33 +13,33 @@ The resulting jekyll theme uses Ruby >=2.5, GCC and Make.
1313
1414- Copy the brainhack repository
1515
16- '''
16+
1717git clone https://github.com/Brainhack-Donostia/brainhack-donostia.github.io.git
18- '''
18+
1919
2020- Move to brainhack repository
2121
22- '''
23- cd brainhack-donostia.github.io.git
24- ''''
22+
23+ cd brainhack-donostia.github.io.git
24+
2525
2626- Install required gems
2727
28- '''
29- bundle install
30- '''
28+
29+ bundle install
30+
3131
3232- To check local changes or to display on a local host
3333
34- '''
35- bundle exec jekyll serve --trace
36- '''
34+
35+ bundle exec jekyll serve --trace
36+
3737
3838or
3939
40- '''
41- jekyll serve
42- '''
40+
41+ jekyll serve
42+
4343
4444# Git branches
4545
@@ -49,61 +49,61 @@ Commit and push changes on BHD2025 or a personal sub-branch from there. When you
4949
5050- Changing to BHD2025 branch
5151
52- '''
53- git checkout BHD2025
54- '''
52+
53+ git checkout BHD2025
54+
5555
5656- Creating your sub-branch from BHD2025
5757
58- '''
59- git checkout -b YourAmazingSubbranch
60- '''
58+
59+ git checkout -b YourAmazingSubbranch
60+
6161
6262- Checking the status of the current branch
6363
64- '''
65- git status
66- '''
64+
65+ git status
66+
6767
6868- Adding untracked changes
6969
70- '''
71- git add filename1
72- '''
70+
71+ git add filename1
72+
7373
7474or to add all (not recommended)
7575
76- '''
77- git add .
78- '''
76+
77+ git add .
78+
7979
8080- Commit changes
8181
82- '''
83- git commit -m "Your message explaining your commited work"
84- '''
82+
83+ git commit -m "Your message explaining your commited work"
84+
8585
8686- Push changes from locall to repo
8787
88- '''
89- git push -u origin BHD2025
90- '''
88+
89+ git push -u origin BHD2025
90+
9191
9292- Merging with master (only if you know what you are doing)
9393
94- '''
95- git checkout master
96- '''
9794
98- '''
99- git merge BHD2025
100- '''
95+ git checkout master
96+
97+
98+
99+ git merge BHD2025
100+
101101
102102- You could also push your commit to a specific branch intead of merging and without checkout master. Then you merge from the website GUI
103103
104- '''
105- git push -u origin BHD2025
106- '''
104+
105+ git push -u origin BHD2025
106+
107107
108108## How to use
109109
@@ -146,7 +146,7 @@ Portfolio subfolder contains the pictures to be displayed for the calendar and t
146146### Team
147147
148148Team members and info are in '_ config.yml'You can add aditional information as twitter, facebook, stack-overflow and linkedin:
149- '''
149+
150150 - name: Grogru
151151 pic: babyyoda.png
152152 position: Cuteness leader
@@ -157,7 +157,7 @@ Team members and info are in '_config.yml'You can add aditional information as t
157157 url: #
158158 - title: stack-overflow
159159 url: #
160- '''
160+
161161
162162=========
163163For more details, read [ documentation] ( http://jekyllrb.com/ )
0 commit comments