Skip to content

Commit b093a17

Browse files
committed
Initial checkin.
1 parent 7c9cb06 commit b093a17

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+5687
-4
lines changed

README.md

-4
This file was deleted.

archives.html

+159
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"
3+
xmlns:og="http://ogp.me/ns#"
4+
xmlns:fb="https://www.facebook.com/2008/fbml">
5+
<head>
6+
<title>Archives - The Tug-o-Code</title>
7+
<!-- Using the latest rendering mode for IE -->
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<meta charset="utf-8">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
12+
13+
<!-- Open Graph tags -->
14+
<meta property="og:type" content="website"/>
15+
<meta property="og:title" content="The Tug-o-Code"/>
16+
<meta property="og:url" content="."/>
17+
<meta property="og:description" content="The Tug-o-Code"/>
18+
19+
<!-- Bootstrap -->
20+
<link rel="stylesheet" href="./theme/css/bootstrap.min.css" type="text/css"/>
21+
<link href="./theme/css/font-awesome.min.css" rel="stylesheet">
22+
23+
<link href="./theme/css/pygments/native.css" rel="stylesheet">
24+
<link rel="stylesheet" href="./theme/css/style.css" type="text/css"/>
25+
26+
27+
</head>
28+
<body>
29+
30+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
31+
<div class="container">
32+
<div class="navbar-header">
33+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
34+
<span class="sr-only">Toggle navigation</span>
35+
<span class="icon-bar"></span>
36+
<span class="icon-bar"></span>
37+
<span class="icon-bar"></span>
38+
</button>
39+
<a href="./" class="navbar-brand">
40+
The Tug-o-Code </a>
41+
</div>
42+
<div class="collapse navbar-collapse navbar-ex1-collapse">
43+
<ul class="nav navbar-nav">
44+
<li><a href="./pages/about-me.html">
45+
About me
46+
</a></li>
47+
<li >
48+
<a href="./category/blog">Blog</a>
49+
</li>
50+
</ul>
51+
<ul class="nav navbar-nav navbar-right">
52+
<li><a href="./archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
53+
</ul>
54+
</div>
55+
<!-- /.navbar-collapse -->
56+
</div>
57+
</div> <!-- /.navbar -->
58+
59+
<div class="container">
60+
<div class="row">
61+
<div class="col-sm-9">
62+
63+
<section id="content">
64+
<h1>Archives for The Tug-o-Code</h1>
65+
66+
<dl>
67+
<dt>Wed 07 May 2014</dt>
68+
<dd><a href='./posts/2014/05/my-first-post/'>Hello World</a></dd>
69+
</dl>
70+
</section>
71+
</div>
72+
<div class="col-sm-3 well well-sm" id="sidebar">
73+
74+
<aside>
75+
<section>
76+
<ul class="list-group list-group-flush">
77+
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
78+
<ul class="list-group" id="social">
79+
<li class="list-group-item"><a href="http://www.twitter.com/@wprins"><i
80+
class="fa fa-twitter-square fa-lg"></i> Twitter
81+
</a></li>
82+
<li class="list-group-item"><a href="http://google.com/+WalterPrins"><i
83+
class="fa fa-google-plus-square fa-lg"></i> Google+
84+
</a></li>
85+
<li class="list-group-item"><a href="https://github.com/ByteJuggler"><i
86+
class="fa fa-github-square fa-lg"></i> Github
87+
</a></li>
88+
</ul>
89+
</li>
90+
91+
92+
93+
<li class="list-group-item"><a href="./"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
94+
<ul class="list-group" id="tags">
95+
<li class="list-group-item tag-4">
96+
<a href="./tag/python/">
97+
python
98+
</a>
99+
</li>
100+
<li class="list-group-item tag-4">
101+
<a href="./tag/blog/">
102+
blog
103+
</a>
104+
</li>
105+
<li class="list-group-item tag-4">
106+
<a href="./tag/pelican/">
107+
pelican
108+
</a>
109+
</li>
110+
</ul>
111+
</li>
112+
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
113+
<ul class="list-group" id="links">
114+
<li class="list-group-item">
115+
<a href="http://getpelican.com/" target="_blank">
116+
Pelican
117+
</a>
118+
</li>
119+
<li class="list-group-item">
120+
<a href="http://python.org/" target="_blank">
121+
Python.org
122+
</a>
123+
</li>
124+
<li class="list-group-item">
125+
<a href="http://www.embarcadero.co.uk/products/delphi" target="_blank">
126+
Delphi XE6
127+
</a>
128+
</li>
129+
</ul>
130+
</li>
131+
132+
</ul>
133+
</section>
134+
135+
</aside> </div>
136+
</div>
137+
</div>
138+
<footer>
139+
<div class="container">
140+
<hr>
141+
<div class="row">
142+
<div class="col-xs-10">&copy; 2014 Walter Prins
143+
&middot; Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
144+
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
145+
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
146+
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
147+
</div>
148+
</div>
149+
</footer>
150+
<script src="//code.jquery.com/jquery.js"></script>
151+
152+
<!-- Include all compiled plugins (below), or include individual files as needed -->
153+
<script src="./theme/js/bootstrap.min.js"></script>
154+
155+
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
156+
<script src="./theme/js/respond.min.js"></script>
157+
158+
</body>
159+
</html>

author/walter-prins.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title></title>
5+
</head>
6+
<body>
7+
8+
</body>
9+
</html>

authors.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title></title>
5+
</head>
6+
<body>
7+
8+
</body>
9+
</html>

categories.html

+169
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"
3+
xmlns:og="http://ogp.me/ns#"
4+
xmlns:fb="https://www.facebook.com/2008/fbml">
5+
<head>
6+
<title>Categories - The Tug-o-Code</title>
7+
<!-- Using the latest rendering mode for IE -->
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<meta charset="utf-8">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
12+
13+
<!-- Open Graph tags -->
14+
<meta property="og:type" content="website"/>
15+
<meta property="og:title" content="The Tug-o-Code"/>
16+
<meta property="og:url" content="."/>
17+
<meta property="og:description" content="The Tug-o-Code"/>
18+
19+
<!-- Bootstrap -->
20+
<link rel="stylesheet" href="./theme/css/bootstrap.min.css" type="text/css"/>
21+
<link href="./theme/css/font-awesome.min.css" rel="stylesheet">
22+
23+
<link href="./theme/css/pygments/native.css" rel="stylesheet">
24+
<link rel="stylesheet" href="./theme/css/style.css" type="text/css"/>
25+
26+
27+
</head>
28+
<body>
29+
30+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
31+
<div class="container">
32+
<div class="navbar-header">
33+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
34+
<span class="sr-only">Toggle navigation</span>
35+
<span class="icon-bar"></span>
36+
<span class="icon-bar"></span>
37+
<span class="icon-bar"></span>
38+
</button>
39+
<a href="./" class="navbar-brand">
40+
The Tug-o-Code </a>
41+
</div>
42+
<div class="collapse navbar-collapse navbar-ex1-collapse">
43+
<ul class="nav navbar-nav">
44+
<li><a href="./pages/about-me.html">
45+
About me
46+
</a></li>
47+
<li >
48+
<a href="./category/blog">Blog</a>
49+
</li>
50+
</ul>
51+
<ul class="nav navbar-nav navbar-right">
52+
<li><a href="./archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
53+
</ul>
54+
</div>
55+
<!-- /.navbar-collapse -->
56+
</div>
57+
</div> <!-- /.navbar -->
58+
59+
<div class="container">
60+
<div class="row">
61+
<div class="col-sm-9">
62+
63+
<section id="categories">
64+
<h1>All Categories for The Tug-o-Code</h1>
65+
<div class="panel-group" id="accordion">
66+
<div class="panel panel-default">
67+
<div class="panel-heading">
68+
<h4 class="panel-title">
69+
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-blog">Blog <span class="badge pull-right">1</span></a>
70+
</h4>
71+
</div>
72+
<div id="collapse-blog" class="panel-collapse collapse">
73+
<div class="panel-body">
74+
<p><span class="categories-timestamp"><time datetime="2014-05-07T22:57:00">Wed 07 May 2014</time></span> <a href="./posts/2014/05/my-first-post/">Hello World</a></p>
75+
</div>
76+
</div>
77+
</div>
78+
</div>
79+
80+
</section>
81+
</div>
82+
<div class="col-sm-3 well well-sm" id="sidebar">
83+
84+
<aside>
85+
<section>
86+
<ul class="list-group list-group-flush">
87+
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
88+
<ul class="list-group" id="social">
89+
<li class="list-group-item"><a href="http://www.twitter.com/@wprins"><i
90+
class="fa fa-twitter-square fa-lg"></i> Twitter
91+
</a></li>
92+
<li class="list-group-item"><a href="http://google.com/+WalterPrins"><i
93+
class="fa fa-google-plus-square fa-lg"></i> Google+
94+
</a></li>
95+
<li class="list-group-item"><a href="https://github.com/ByteJuggler"><i
96+
class="fa fa-github-square fa-lg"></i> Github
97+
</a></li>
98+
</ul>
99+
</li>
100+
101+
102+
103+
<li class="list-group-item"><a href="./"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
104+
<ul class="list-group" id="tags">
105+
<li class="list-group-item tag-4">
106+
<a href="./tag/python/">
107+
python
108+
</a>
109+
</li>
110+
<li class="list-group-item tag-4">
111+
<a href="./tag/blog/">
112+
blog
113+
</a>
114+
</li>
115+
<li class="list-group-item tag-4">
116+
<a href="./tag/pelican/">
117+
pelican
118+
</a>
119+
</li>
120+
</ul>
121+
</li>
122+
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
123+
<ul class="list-group" id="links">
124+
<li class="list-group-item">
125+
<a href="http://getpelican.com/" target="_blank">
126+
Pelican
127+
</a>
128+
</li>
129+
<li class="list-group-item">
130+
<a href="http://python.org/" target="_blank">
131+
Python.org
132+
</a>
133+
</li>
134+
<li class="list-group-item">
135+
<a href="http://www.embarcadero.co.uk/products/delphi" target="_blank">
136+
Delphi XE6
137+
</a>
138+
</li>
139+
</ul>
140+
</li>
141+
142+
</ul>
143+
</section>
144+
145+
</aside> </div>
146+
</div>
147+
</div>
148+
<footer>
149+
<div class="container">
150+
<hr>
151+
<div class="row">
152+
<div class="col-xs-10">&copy; 2014 Walter Prins
153+
&middot; Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
154+
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
155+
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
156+
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
157+
</div>
158+
</div>
159+
</footer>
160+
<script src="//code.jquery.com/jquery.js"></script>
161+
162+
<!-- Include all compiled plugins (below), or include individual files as needed -->
163+
<script src="./theme/js/bootstrap.min.js"></script>
164+
165+
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
166+
<script src="./theme/js/respond.min.js"></script>
167+
168+
</body>
169+
</html>

0 commit comments

Comments
 (0)