forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (99 loc) · 4.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html>
<head>
<title>Florian Simon – ...but it works on my machine...</title>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
<meta name="description" content="...but it works on my machine...">
<meta property="og:description" content="...but it works on my machine..." />
<meta name="author" content="Florian Simon" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="alternate" type="application/rss+xml" title="Florian Simon - ...but it works on my machine..." href="/feed.xml" />
<!-- Created with Jekyll Now - https://github.com/barryclark/jekyll-now -->
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="/" class="site-avatar"><img src="https://raw.githubusercontent.com/vermluh/vermluh.github.io/master/images/avatar.png" /></a>
<div class="site-info">
<h1 class="site-name"><a href="/">Florian Simon</a></h1>
<p class="site-description">...but it works on my machine...</p>
</div>
<nav>
<a href="/">Blog</a>
<a href="/about">About</a>
</nav>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<div class="posts">
<article class="post">
<h1><a href="/2016/02/08/BananaPi.html">BananaPi Homeserver</a></h1>
<div class="entry">
<span>
2016-02-08</span> » Eine (hoffentlich sinnvolle) Verwendung für den BananaPi
</div>
<a href="/2016/02/08/BananaPi.html" class="read-more">more...</a>
</article>
<article class="post">
<h1><a href="/2016/02/03/Lock-Screen-Background.html">MATE Lock Screen Background anpassen</a></h1>
<div class="entry">
<span>
2016-02-03</span> » Anpassung des Standard Lock Screen Hintergrundes in Linux Mint MATE
</div>
<a href="/2016/02/03/Lock-Screen-Background.html" class="read-more">more...</a>
</article>
<article class="post">
<h1><a href="/2016/01/23/RubyMine-Installation-Rosa.html">Installation von RubyMine unter Linux Mint 17.3</a></h1>
<div class="entry">
<span>
2016-01-23</span> » Eine kurze Anleitung zur Installation von RubyMine unter Linux Mint 17.3 "Rosa"
</div>
<a href="/2016/01/23/RubyMine-Installation-Rosa.html" class="read-more">more...</a>
</article>
<article class="post">
<h1><a href="/2015/09/14/Remote-Script-Execution.html">Remote Script Execution</a></h1>
<div class="entry">
<span>
2015-09-14</span> » Scripts per SSH ausführen ist auf verschiedene (mal mehr, mal weniger sinnvolle) Weisen möglich.
</div>
<a href="/2015/09/14/Remote-Script-Execution.html" class="read-more">more...</a>
</article>
<article class="post">
<h1><a href="/2015/08/20/Jekyll-Tags.html">Tags in Jekyll</a></h1>
<div class="entry">
<span>
2015-08-20</span> » verm-luh...jetzt auch mit Tags
</div>
<a href="/2015/08/20/Jekyll-Tags.html" class="read-more">more...</a>
</article>
<article class="post">
<h1><a href="/2015/07/01/Lift-Off.html">Lift-off</a></h1>
<div class="entry">
<span>
2015-07-01</span> » We have a lift-off...
</div>
<a href="/2015/07/01/Lift-Off.html" class="read-more">more...</a>
</article>
</div>
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
<a href="https://github.com/vermluh"><i class="svg-icon github"></i></a>
<a href="/feed.xml"><i class="svg-icon rss"></i></a>
<a href="https://www.twitter.com/vermluh"><i class="svg-icon twitter"></i></a>
<a href="http://stackoverflow.com/users/4090677/verm-luh"><i class="svg-icon stackoverflow"></i></a>
<a href="https://plus.google.com/u/0/116839642561914616599"><i class="svg-icon googleplus"></i></a>
</footer>
</div>
</div>
</body>
</html>