File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Official blog of St Anthony's College Kandy, Sri Lanka
2
2
3
- Preview : https://acf- sack.github.io/sack-blog/ .
3
+ Available at : https://blog. sack.edu.lk/
4
4
5
5
## Contribution
6
6
@@ -9,12 +9,16 @@ Preview: https://acf-sack.github.io/sack-blog/.
9
9
10
10
## Run Locally
11
11
12
+ - Install Ruby and Jekyll
13
+ Follow this documentation: (Jekyll Installation Guide)[https://jekyllrb.com/docs/installation/]
12
14
- Fork this repository
13
15
- Clone your forked repository
14
- ` git clone https://github.com/USERNAME/sack-blog `
15
- ` cd sack-blog `
16
- - Install Jekyll
17
- ` gem install jekyll bundler `
16
+ ```
17
+ git clone https://github.com/USERNAME/sack-blog
18
+ cd sack-blog
19
+ ```
20
+ - Install Dependancies
21
+ `bundle install`
18
22
- Run local server
19
- ` jekyll serve `
23
+ `bundle exec jekyll serve`
20
24
- Go to http://localhost:4000
You can’t perform that action at this time.
0 commit comments