Skip to content

Commit c31fd84

Browse files
committed
A fresh Gemfile.lock doesn't work for me and Matteo, add build instructions
1 parent d69787a commit c31fd84

File tree

2 files changed

+21
-26
lines changed

2 files changed

+21
-26
lines changed

Gemfile.lock

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ GEM
66
bibtex-ruby (6.1.0)
77
latex-decode (~> 0.0)
88
racc (~> 1.7)
9-
bigdecimal (3.1.8)
109
citeproc (1.0.10)
1110
namae (~> 1.0)
1211
citeproc-ruby (1.1.14)
1312
citeproc (~> 1.0, >= 1.0.9)
1413
csl (~> 1.6)
1514
colorator (1.1.0)
16-
concurrent-ruby (1.3.3)
15+
concurrent-ruby (1.3.4)
1716
csl (1.6.0)
1817
namae (~> 1.0)
1918
rexml
@@ -23,19 +22,14 @@ GEM
2322
eventmachine (>= 0.12.9)
2423
http_parser.rb (~> 0)
2524
eventmachine (1.2.7)
26-
faraday (2.9.2)
27-
faraday-net_http (>= 2.0, < 3.2)
28-
faraday-net_http (3.1.0)
29-
net-http
25+
faraday (2.0.0)
26+
ruby2_keywords (>= 0.0.4)
3027
ffi (1.17.0)
3128
forwardable-extended (2.6.0)
32-
google-protobuf (4.27.1)
33-
bigdecimal
34-
rake (>= 13)
3529
http_parser.rb (0.8.0)
36-
i18n (1.14.5)
30+
i18n (1.14.6)
3731
concurrent-ruby (~> 1.0)
38-
jekyll (4.3.3)
32+
jekyll (4.3.4)
3933
addressable (~> 2.4)
4034
colorator (~> 1.0)
4135
em-websocket (~> 0.5)
@@ -59,8 +53,8 @@ GEM
5953
jekyll-paginate-v2 (3.0.0)
6054
jekyll (>= 3.0, < 5.0)
6155
jekyll-regex-replace (1.1.0)
62-
jekyll-sass-converter (3.0.0)
63-
sass-embedded (~> 1.54)
56+
jekyll-sass-converter (2.2.0)
57+
sassc (> 2.0.1, < 3.0)
6458
jekyll-scholar (7.1.3)
6559
bibtex-ruby (~> 6.0)
6660
citeproc-ruby (~> 1.0)
@@ -85,35 +79,29 @@ GEM
8579
mercenary (0.4.0)
8680
namae (1.2.0)
8781
racc (~> 1.7)
88-
net-http (0.4.1)
89-
uri
9082
octokit (6.1.1)
9183
faraday (>= 1, < 3)
9284
sawyer (~> 0.9)
9385
pathutil (0.16.2)
9486
forwardable-extended (~> 2.6)
95-
public_suffix (6.0.0)
87+
public_suffix (5.1.1)
9688
racc (1.8.0)
97-
rake (13.2.1)
9889
rb-fsevent (0.11.2)
9990
rb-inotify (0.11.1)
10091
ffi (~> 1.0)
101-
rexml (3.3.1)
102-
strscan
103-
rouge (4.3.0)
92+
rexml (3.3.7)
93+
rouge (4.4.0)
94+
ruby2_keywords (0.0.5)
10495
safe_yaml (1.0.5)
105-
sass-embedded (1.77.5)
106-
google-protobuf (>= 3.25, < 5.0)
107-
rake (>= 13)
96+
sassc (2.4.0)
97+
ffi (~> 1.9)
10898
sawyer (0.9.2)
10999
addressable (>= 2.3.5)
110100
faraday (>= 0.17.3, < 3)
111-
strscan (3.1.0)
112101
terminal-table (3.0.2)
113102
unicode-display_width (>= 1.1.1, < 3)
114-
unicode-display_width (2.5.0)
103+
unicode-display_width (2.6.0)
115104
unicode_utils (1.4.0)
116-
uri (0.13.0)
117105
webrick (1.8.1)
118106

119107
PLATFORMS

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This is the website of the Programming Group at the University of St. Gallen. It is using Jekyll, hosted on GitHub, and was originally based on the [al-folio theme](https://github.com/alshedivat/al-folio), which is based on the [folio theme](https://github.com/bogoli/-folio).
44

5+
## Build Locally
6+
7+
```
8+
npm install
9+
bundle install
10+
```
11+
512
## Run Locally
613

714
The key command is:

0 commit comments

Comments
 (0)