-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (61 loc) · 3.28 KB
/
index.html
File metadata and controls
63 lines (61 loc) · 3.28 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
{(header.html)}
<article class="content">
<img class="drop-shadow" title="Picture I took from where I live a beautiful autumn day in 2012" src="/static/bg2.jpg" alt="">
<div class="">
<h2>Some projects that I am involved in</h2>
<ul class="projects">
<li>
<i class="bear-color fa fa-asterisk"></i>
<a href="//turan.no">Turan.no »</a> A social exercise tracker and analyzing site i helped create.
</li>
<li>
<i class="blue fa fa-asterisk"></i>
<a href="/saltvirt">Saltvirt »</a> A simple virt mgmt admin web interface for salt and salt API.
</li>
<li>
<i class="gray fa fa-asterisk"></i>
<a class="" href="http://pex.hveem.no/">PEX »</a>
A photo gallery I wrote using nginx and lua, with a JavaScript slideshow: Photo Engine X
</li>
<li>
<i class="bear-color fa fa-asterisk"></i>
<a href="//github.com/glowing-bear/glowing-bear">Glowing Bear »</a> A HTML5 frontend for <a href="//weechat.org/">WeeChat</a> IRC client.
</li>
<li>
<i class="blue fa fa-asterisk"></i>
<a href="//github.com/torhve/ivar2">ivar2 »</a> A bunch of modules and core improvements for a capable IRC bot in Lua and <a href="http://moonscript.org/">MoonScript</a>.
</li>
<li>
<i class="gray fa fa-asterisk"></i>
<a class="" href="http://yr.hveem.no/">AmatYr »</a>
A HTML5/JavaScript Weather Display frontend for Weewx.
</li>
<li>
<i class="bear-color fa fa-asterisk"></i>
<a href="http://pix.hveem.no/">PIX »</a> A second iteration of gallery using <a href="http://leafo.net/lapis/">Lapis</a> and AngularJS.
</li>
<li>
<i class="blue fa fa-asterisk"></i>
<a href="//bash.no">bash.no »</a> A clone of <a href="http://bash.org/">bash.org</a> in Lapis using CofeeScript and ReactJS.
</li>
<li>
<i class="bear-color fa fa-asterisk"></i>
<a href="http://wiki.hveem.no">LapisWiki »</a> A modern superfast wiki with HTML5 image copy/paste capabilities.
</li>
</ul>
<p><small>And many more unlisted ones, maybe something interesting can be found on my <a href="https://github.com/torhve">GitHub profile</a>.</small></p>
</div>
</article>
<div class="content">
<h2>My latest <a href="http://xkcd.com/148/">blag</a> entries</h2>
<ul class="blog-post-list unstyled">
{% for date, title in itersort(posts) do %}
<li><a href="/{{title}}">{{filename2title(title)}}</a><small> {{ blogdate(date) }} </small></a></li>
{% end %}
<li><a href="/2013/01/05/salt-icinga-nrpe-replacement">How I taught Icinga how to use Salt Stack for asynchrynous distributed passive checks</a><small> 05.01.2013</small></li>
<li><a href="/saltvirt">How I made a HTML5 virtualization UI on top of Salt Stack </a><small>29.12.2012</small></li>
<li><a href="/about">My lua micro web framework</a> <small>10.11.2012</small></li>
</ul>
</div>
<hr class="featurette-divider">
{( footer.html )}