-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
240 lines (147 loc) · 8.44 KB
/
index2.html
File metadata and controls
240 lines (147 loc) · 8.44 KB
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8">
<title>Just a blog</title>
<meta name="description" content="">
<meta name="author" content="Torfinn Ingolfsen">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="https://tingox.github.io/theme/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="https://tingox.github.io/theme/bootstrap.min.css" rel="stylesheet">
<link href="https://tingox.github.io/theme/bootstrap.min.responsive.css" rel="stylesheet">
<link href="https://tingox.github.io/theme/local.css" rel="stylesheet">
<link href="https://tingox.github.io/theme/pygments.css" rel="stylesheet">
<!-- So Firefox can bookmark->"abo this site" -->
<link href="https://tingox.github.io/feeds/all.atom.xml" rel="alternate" title="Just a blog" type="application/atom+xml">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="https://tingox.github.io">Just a blog</a>
<div class="nav-collapse">
<ul class="nav">
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="span9">
<div class='article'>
<a href="https://tingox.github.io/markup-markdown.html"><h2>Markup - MarkDown</h2></a>
<div class= "well small"> Mon 04 September 2017
by <a class="url fn" href="https://tingox.github.io/author/torfinn-ingolfsen.html">Torfinn Ingolfsen</a>
</div>
<div class="summary"><p>Most static site generators defaults to <a href="https://daringfireball.net/projects/markdown/">MarkDown</a> as a markup language. So I better learn it. There is a <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Markdown Cheatsheet</a> available. Wikipedia:<a href="https://en.wikipedia.org/wiki/Markdown">Markdown</a>.</p> <a class="btn btn-info xsmall" href="https://tingox.github.io/markup-markdown.html">read more</a></div>
</div>
<div class='article'>
<a href="https://tingox.github.io/another-markup-option-wikicreole.html"><h2>another markup option - wikicreole</h2></a>
<div class= "well small"> Fri 01 September 2017
by <a class="url fn" href="https://tingox.github.io/author/torfinn-ingolfsen.html">Torfinn Ingolfsen</a>
</div>
<div class="summary"><p>The <a href="http://www.wikicreole.org/" title="Wikicreole">wikicreole</a> markup system looks almost like the markup that <a href="http://mediawiki.org/" title="Mediawiki">Mediawiki</a> uses, which is nice.
I have used mediawiki a lot, so this is one syntax that I am familiar with. Wikicreole exists as a plugin for Pelican as
well <a href="https://github.com/getpelican/pelican-plugins/tree/master/creole_reader">Creole Reader</a>.</p> <a class="btn btn-info xsmall" href="https://tingox.github.io/another-markup-option-wikicreole.html">read more</a></div>
</div>
<div class='article'>
<a href="https://tingox.github.io/easy-to-break.html"><h2>Easy to break</h2></a>
<div class= "well small"> Thu 31 August 2017
by <a class="url fn" href="https://tingox.github.io/author/torfinn-ingolfsen.html">Torfinn Ingolfsen</a>
</div>
<div class="summary"><p>Pelican works, but it seems a bit fragile. 'make html' works all the time, but 'make publish' followed by the necessary
git commands doesn't always give the expected result. Sometimes only the text is published, and lacks the "theme",
which creates a bad look.</p>
<p>2017-09-01: and it broke again today …</p> <a class="btn btn-info xsmall" href="https://tingox.github.io/easy-to-break.html">read more</a></div>
</div>
<div class='article'>
<a href="https://tingox.github.io/second-post.html"><h2>Second post</h2></a>
<div class= "well small"> Thu 31 August 2017
by <a class="url fn" href="https://tingox.github.io/author/torfinn-ingolfsen.html">Torfinn Ingolfsen</a>
</div>
<div class="summary"><p>This is just the second blog post. The inspiration for doing this came from this <a href="https://fedoramagazine.org/make-github-pages-blog-with-pelican/" title="Make a Github Pages blog with Pelican">article</a>. Other options for static
website generators are <a href="https://jekyllrb.com/">Jekyll</a> written in Ruby, <a href="http://hyde.github.io/">Hyde</a> written in Python,
<a href="https://hexo.io/">Hexo</a> written in Javascript (nodeJS), <a href="http://gohugo.io/">Hugo</a> written in Go,
<a href="https://github.com/eudicots/Cactus">Cactus</a> written in Python and using Django, <a href="https://www.getlektor.com/">Lektor</a>
in Python …</p> <a class="btn btn-info xsmall" href="https://tingox.github.io/second-post.html">read more</a></div>
</div>
<div class='article'>
<a href="https://tingox.github.io/learning-git-and-github.html"><h2>Learning git and github</h2></a>
<div class= "well small"> Thu 31 August 2017
by <a class="url fn" href="https://tingox.github.io/author/torfinn-ingolfsen.html">Torfinn Ingolfsen</a>
</div>
<div class="summary"><p>I am just learning about git, github and so on. Nothing interesting here.</p> <a class="btn btn-info xsmall" href="https://tingox.github.io/learning-git-and-github.html">read more</a></div>
</div>
<div class="pagination">
<ul>
<li class="prev"><a href="https://tingox.github.io/index.html">← Previous</a></li>
<li class=""><a href="https://tingox.github.io/index.html">1</a></li>
<li class="active"><a href="https://tingox.github.io/index2.html">2</a></li>
<li class="next disabled"><a href="#">→ Next</a></li>
</ul>
</div>
</div>
<div class="span3">
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Site
</li>
<li><a href="https://tingox.github.io/archives.html">Archives</a>
<li><a href="https://tingox.github.io/tags.html">Tags</a>
<li><a href="https://tingox.github.io/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
</ul>
</div>
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Categories
</li>
<li><a href="https://tingox.github.io/category/blog.html">blog</a></li>
<li><a href="https://tingox.github.io/category/misc.html">misc</a></li>
</ul>
</div>
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Links
</li>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
<li><a href="http://heim.bitraf.no/tingo/">Torfinn @heim</a></li>
</ul>
</div>
<div class="social">
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Social
</li>
<li><a href="https://www.linkedin.com/in/torfinn-ingolfsen-9816a93/">LinkedIn profile</a></li>
<li><a href="#">Another social link</a></li>
</ul>
</div>
</div>
</div>
</div> </div>
<footer>
<br />
<p><a href="https://tingox.github.io">Just a blog</a> © Torfinn Ingolfsen 2020</p>
</footer>
</div> <!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://tingox.github.io/theme/bootstrap-collapse.js"></script>
</body>
</html>