Skip to content

Commit b77ba25

Browse files
committed
fixed issue #2
1 parent a21b2dc commit b77ba25

22 files changed

+242
-9789
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
_site/
2+
.sass-cache

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
source 'https://rubygems.org'
2+
ruby RUBY_VERSION
3+
24
gem 'github-pages'
5+
6+
group :jekyll_plugins do
7+
gem 'bootstrap'
8+
gem 'autoprefixer-rails'
9+
gem 'jekyll-assets'
10+
end

Gemfile.lock

+189-88
Original file line numberDiff line numberDiff line change
@@ -1,126 +1,227 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
RedCloth (4.2.9)
5-
activesupport (4.2.0)
4+
activesupport (4.2.7)
65
i18n (~> 0.7)
76
json (~> 1.7, >= 1.7.7)
87
minitest (~> 5.1)
98
thread_safe (~> 0.3, >= 0.3.4)
109
tzinfo (~> 1.1)
11-
blankslate (2.1.2.4)
12-
celluloid (0.16.0)
13-
timers (~> 4.0.0)
14-
classifier-reborn (2.0.3)
15-
fast-stemmer (~> 1.0)
16-
coffee-script (2.3.0)
10+
addressable (2.5.0)
11+
public_suffix (~> 2.0, >= 2.0.2)
12+
autoprefixer-rails (6.6.0)
13+
execjs
14+
bootstrap (4.0.0.alpha5)
15+
autoprefixer-rails (>= 6.0.3)
16+
sass (>= 3.4.19)
17+
coffee-script (2.4.1)
1718
coffee-script-source
1819
execjs
19-
coffee-script-source (1.9.1)
20-
colorator (0.1)
21-
execjs (2.3.0)
22-
fast-stemmer (1.0.2)
23-
ffi (1.9.6)
20+
coffee-script-source (1.12.2)
21+
colorator (1.1.0)
22+
concurrent-ruby (1.0.3)
23+
ethon (0.10.1)
24+
ffi (>= 1.3.0)
25+
execjs (2.7.0)
26+
extras (0.1.0)
27+
forwardable-extended (~> 2.5)
28+
faraday (0.10.0)
29+
multipart-post (>= 1.2, < 3)
30+
fastimage (2.0.1)
31+
addressable (~> 2)
32+
ffi (1.9.14)
33+
forwardable-extended (2.6.0)
2434
gemoji (2.1.0)
25-
github-pages (33)
26-
RedCloth (= 4.2.9)
27-
github-pages-health-check (~> 0.2)
28-
jekyll (= 2.4.0)
35+
github-pages (112)
36+
activesupport (= 4.2.7)
37+
github-pages-health-check (= 1.3.0)
38+
jekyll (= 3.3.1)
39+
jekyll-avatar (= 0.4.2)
2940
jekyll-coffeescript (= 1.0.1)
30-
jekyll-mentions (= 0.2.1)
31-
jekyll-redirect-from (= 0.6.2)
32-
jekyll-sass-converter (= 1.2.0)
33-
jekyll-sitemap (= 0.6.3)
34-
jemoji (= 0.4.0)
35-
kramdown (= 1.5.0)
36-
liquid (= 2.6.1)
37-
maruku (= 0.7.0)
41+
jekyll-default-layout (= 0.1.4)
42+
jekyll-feed (= 0.8.0)
43+
jekyll-gist (= 1.4.0)
44+
jekyll-github-metadata (= 2.2.0)
45+
jekyll-mentions (= 1.2.0)
46+
jekyll-optional-front-matter (= 0.1.2)
47+
jekyll-paginate (= 1.1.0)
48+
jekyll-readme-index (= 0.0.3)
49+
jekyll-redirect-from (= 0.11.0)
50+
jekyll-relative-links (= 0.2.1)
51+
jekyll-sass-converter (= 1.3.0)
52+
jekyll-seo-tag (= 2.1.0)
53+
jekyll-sitemap (= 0.12.0)
54+
jekyll-swiss (= 0.4.0)
55+
jekyll-theme-architect (= 0.0.3)
56+
jekyll-theme-cayman (= 0.0.3)
57+
jekyll-theme-dinky (= 0.0.3)
58+
jekyll-theme-hacker (= 0.0.3)
59+
jekyll-theme-leap-day (= 0.0.3)
60+
jekyll-theme-merlot (= 0.0.3)
61+
jekyll-theme-midnight (= 0.0.3)
62+
jekyll-theme-minimal (= 0.0.3)
63+
jekyll-theme-modernist (= 0.0.3)
64+
jekyll-theme-primer (= 0.1.5)
65+
jekyll-theme-slate (= 0.0.3)
66+
jekyll-theme-tactile (= 0.0.3)
67+
jekyll-theme-time-machine (= 0.0.3)
68+
jekyll-titles-from-headings (= 0.1.3)
69+
jemoji (= 0.7.0)
70+
kramdown (= 1.11.1)
71+
liquid (= 3.0.6)
72+
listen (= 3.0.6)
3873
mercenary (~> 0.3)
39-
pygments.rb (= 0.6.1)
40-
rdiscount (= 2.1.7)
41-
redcarpet (= 3.1.2)
74+
minima (= 2.0.0)
75+
rouge (= 1.11.1)
4276
terminal-table (~> 1.4)
43-
github-pages-health-check (0.2.1)
44-
net-dns (~> 0.6)
45-
public_suffix (~> 1.4)
46-
hitimes (1.2.2)
47-
html-pipeline (1.9.0)
77+
github-pages-health-check (1.3.0)
78+
addressable (~> 2.3)
79+
net-dns (~> 0.8)
80+
octokit (~> 4.0)
81+
public_suffix (~> 2.0)
82+
typhoeus (~> 0.7)
83+
html-pipeline (2.4.2)
4884
activesupport (>= 2)
49-
nokogiri (~> 1.4)
85+
nokogiri (>= 1.4)
5086
i18n (0.7.0)
51-
jekyll (2.4.0)
52-
classifier-reborn (~> 2.0)
53-
colorator (~> 0.1)
54-
jekyll-coffeescript (~> 1.0)
55-
jekyll-gist (~> 1.0)
56-
jekyll-paginate (~> 1.0)
87+
jekyll (3.3.1)
88+
addressable (~> 2.4)
89+
colorator (~> 1.0)
5790
jekyll-sass-converter (~> 1.0)
5891
jekyll-watch (~> 1.1)
5992
kramdown (~> 1.3)
60-
liquid (~> 2.6.1)
93+
liquid (~> 3.0)
6194
mercenary (~> 0.3.3)
62-
pygments.rb (~> 0.6.0)
63-
redcarpet (~> 3.1)
95+
pathutil (~> 0.9)
96+
rouge (~> 1.7)
6497
safe_yaml (~> 1.0)
65-
toml (~> 0.1.0)
98+
jekyll-assets (2.2.8)
99+
extras (~> 0.1)
100+
fastimage (~> 2.0, >= 1.8)
101+
jekyll (~> 3.1, >= 3.0)
102+
pathutil (>= 0.8)
103+
rack (> 1, < 2)
104+
sprockets (~> 3.3, < 3.7)
105+
jekyll-avatar (0.4.2)
106+
jekyll (~> 3.0)
66107
jekyll-coffeescript (1.0.1)
67108
coffee-script (~> 2.2)
68-
jekyll-gist (1.1.0)
69-
jekyll-mentions (0.2.1)
70-
html-pipeline (~> 1.9.0)
71-
jekyll (~> 2.0)
109+
jekyll-default-layout (0.1.4)
110+
jekyll (~> 3.0)
111+
jekyll-feed (0.8.0)
112+
jekyll (~> 3.3)
113+
jekyll-gist (1.4.0)
114+
octokit (~> 4.2)
115+
jekyll-github-metadata (2.2.0)
116+
jekyll (~> 3.1)
117+
octokit (~> 4.0, != 4.4.0)
118+
jekyll-mentions (1.2.0)
119+
activesupport (~> 4.0)
120+
html-pipeline (~> 2.3)
121+
jekyll (~> 3.0)
122+
jekyll-optional-front-matter (0.1.2)
123+
jekyll (~> 3.0)
72124
jekyll-paginate (1.1.0)
73-
jekyll-redirect-from (0.6.2)
74-
jekyll (~> 2.0)
75-
jekyll-sass-converter (1.2.0)
125+
jekyll-readme-index (0.0.3)
126+
jekyll (~> 3.0)
127+
jekyll-redirect-from (0.11.0)
128+
jekyll (>= 2.0)
129+
jekyll-relative-links (0.2.1)
130+
jekyll (~> 3.3)
131+
jekyll-sass-converter (1.3.0)
76132
sass (~> 3.2)
77-
jekyll-sitemap (0.6.3)
78-
jekyll-watch (1.2.1)
79-
listen (~> 2.7)
80-
jemoji (0.4.0)
133+
jekyll-seo-tag (2.1.0)
134+
jekyll (~> 3.3)
135+
jekyll-sitemap (0.12.0)
136+
jekyll (~> 3.3)
137+
jekyll-swiss (0.4.0)
138+
jekyll-theme-architect (0.0.3)
139+
jekyll (~> 3.3)
140+
jekyll-theme-cayman (0.0.3)
141+
jekyll (~> 3.3)
142+
jekyll-theme-dinky (0.0.3)
143+
jekyll (~> 3.3)
144+
jekyll-theme-hacker (0.0.3)
145+
jekyll (~> 3.3)
146+
jekyll-theme-leap-day (0.0.3)
147+
jekyll (~> 3.3)
148+
jekyll-theme-merlot (0.0.3)
149+
jekyll (~> 3.3)
150+
jekyll-theme-midnight (0.0.3)
151+
jekyll (~> 3.3)
152+
jekyll-theme-minimal (0.0.3)
153+
jekyll (~> 3.3)
154+
jekyll-theme-modernist (0.0.3)
155+
jekyll (~> 3.3)
156+
jekyll-theme-primer (0.1.5)
157+
jekyll (~> 3.3)
158+
jekyll-theme-slate (0.0.3)
159+
jekyll (~> 3.3)
160+
jekyll-theme-tactile (0.0.3)
161+
jekyll (~> 3.3)
162+
jekyll-theme-time-machine (0.0.3)
163+
jekyll (~> 3.3)
164+
jekyll-titles-from-headings (0.1.3)
165+
jekyll (~> 3.3)
166+
jekyll-watch (1.5.0)
167+
listen (~> 3.0, < 3.1)
168+
jemoji (0.7.0)
169+
activesupport (~> 4.0)
81170
gemoji (~> 2.0)
82-
html-pipeline (~> 1.9)
83-
jekyll (~> 2.0)
84-
json (1.8.2)
85-
kramdown (1.5.0)
86-
liquid (2.6.1)
87-
listen (2.8.5)
88-
celluloid (>= 0.15.2)
171+
html-pipeline (~> 2.2)
172+
jekyll (>= 3.0)
173+
json (1.8.3)
174+
kramdown (1.11.1)
175+
liquid (3.0.6)
176+
listen (3.0.6)
89177
rb-fsevent (>= 0.9.3)
90-
rb-inotify (>= 0.9)
91-
maruku (0.7.0)
92-
mercenary (0.3.5)
93-
mini_portile (0.6.2)
94-
minitest (5.5.1)
178+
rb-inotify (>= 0.9.7)
179+
mercenary (0.3.6)
180+
mini_portile2 (2.1.0)
181+
minima (2.0.0)
182+
minitest (5.10.1)
183+
multipart-post (2.0.0)
95184
net-dns (0.8.0)
96-
nokogiri (1.6.6.2)
97-
mini_portile (~> 0.6.0)
98-
parslet (1.5.0)
99-
blankslate (~> 2.0)
100-
posix-spawn (0.3.10)
101-
public_suffix (1.4.6)
102-
pygments.rb (0.6.1)
103-
posix-spawn (~> 0.3.6)
104-
yajl-ruby (~> 1.2.0)
105-
rb-fsevent (0.9.4)
106-
rb-inotify (0.9.5)
185+
nokogiri (1.6.8.1)
186+
mini_portile2 (~> 2.1.0)
187+
octokit (4.6.2)
188+
sawyer (~> 0.8.0, >= 0.5.3)
189+
pathutil (0.14.0)
190+
forwardable-extended (~> 2.6)
191+
public_suffix (2.0.4)
192+
rack (1.6.5)
193+
rb-fsevent (0.9.8)
194+
rb-inotify (0.9.7)
107195
ffi (>= 0.5.0)
108-
rdiscount (2.1.7)
109-
redcarpet (3.1.2)
196+
rouge (1.11.1)
110197
safe_yaml (1.0.4)
111-
sass (3.4.12)
112-
terminal-table (1.4.5)
113-
thread_safe (0.3.4)
114-
timers (4.0.1)
115-
hitimes
116-
toml (0.1.2)
117-
parslet (~> 1.5.0)
198+
sass (3.4.23)
199+
sawyer (0.8.1)
200+
addressable (>= 2.3.5, < 2.6)
201+
faraday (~> 0.8, < 1.0)
202+
sprockets (3.6.3)
203+
concurrent-ruby (~> 1.0)
204+
rack (> 1, < 3)
205+
terminal-table (1.7.3)
206+
unicode-display_width (~> 1.1.1)
207+
thread_safe (0.3.5)
208+
typhoeus (0.8.0)
209+
ethon (>= 0.8.0)
118210
tzinfo (1.2.2)
119211
thread_safe (~> 0.1)
120-
yajl-ruby (1.2.1)
212+
unicode-display_width (1.1.2)
121213

122214
PLATFORMS
123215
ruby
124216

125217
DEPENDENCIES
218+
autoprefixer-rails
219+
bootstrap
126220
github-pages
221+
jekyll-assets
222+
223+
RUBY VERSION
224+
ruby 2.3.1p112
225+
226+
BUNDLED WITH
227+
1.13.6

_config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
name: TUM Projekte
22
baseurl: /TUM-Projekte
3+
4+
gems: [bootstrap, autoprefixer-rails, jekyll-assets]
5+
exclude:
6+
- Gemfile
7+
- Gemfile.lock

_includes/head.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<title>{{ page.title }}</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="{{ site.description }}">
6+
7+
<link href="{{ site.baseurl }}/assets/main.css" rel="stylesheet">
8+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
9+
10+
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
11+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
12+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" crossorigin="anonymous"></script>
13+
</head>

_layouts/default.html

+4-33
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,13 @@
11
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>{{ page.title }}</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="{{ site.description }}">
2+
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
83

9-
<link href="{{ site.baseurl }}/css/bootstrap.css" rel="stylesheet">
10-
<link href="{{ site.baseurl }}/css/bootstrap-theme.css" rel="stylesheet">
11-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
12-
<script src="{{ site.baseurl }}/js/bootstrap.js"></script>
13-
<style>
14-
body {
15-
padding-top: 60px;
16-
}
17-
</style>
18-
</head>
4+
{% include head.html %}
195

206
<body>
217
<!-- fixed navigation bar -->
22-
<nav class="navbar navbar-inverse navbar-fixed-top">
8+
<nav class="navbar navbar-dark bg-inverse navbar-fixed-top">
239
<div class="container">
24-
<div class="navbar-header">
25-
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
26-
<span class="sr-only">Toggle navigation</span>
27-
<span class="icon-bar"></span>
28-
<span class="icon-bar"></span>
29-
<span class="icon-bar"></span>
30-
</button>
31-
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.name }}</a>
32-
</div>
33-
<!--
34-
<div id="navbar" class="navbar-collapse collapse">
35-
<ul class="nav navbar-nav">
36-
<li class="active"><a href="#">Home</a></li>
37-
</ul>
38-
</div>
39-
-->
10+
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.name }}</a>
4011
</div>
4112
</nav>
4213

0 commit comments

Comments
 (0)