-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththis-is-the-first-post.html
More file actions
61 lines (57 loc) · 2.76 KB
/
this-is-the-first-post.html
File metadata and controls
61 lines (57 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>LifeDebuger stuff | This is the first post</title>
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link href="/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="LifeDebuger stuff Full RSS Feed" />
<link href="/feeds/python.rss.xml" type="application/rss+xml" rel="alternate" title="LifeDebuger stuff Categories RSS Feed" />
<link rel="stylesheet" href="/theme/css/screen.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/pygments.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/print.css" type="text/css" media="print" />
<meta name="generator" content="Pelican" />
<meta name="keywords" content="python" />
</head>
<body>
<header>
<nav>
<ul>
<li><a href="">Home</a></li>
</ul>
</nav>
<div class="header_box">
<h1><a href="">LifeDebuger stuff</a></h1>
</div>
</header>
<div id="wrapper">
<div id="content"> <h4 class="date">сер 14, 2014</h4>
<article class="post">
<h2 class="title">
<a href="/this-is-the-first-post.html" rel="bookmark" title="Permanent Link to "This is the first post"">This is the first post</a>
</h2>
<p>I love python because it gives me powerfull language opportunities and also there is a lot of batteries for the allmost all situations in the life :)
This blog is made using GitHub pages and a new for me static site generator named Pelican. I'll do my best to support my content and give interesting information my visitors.</p>
<p>This blog is created via this <a href="http://ntanjerome.org/blog/how-to-setup-github-user-page-with-pelican/">tutorial</a></p>
<div class="clear"></div>
<div class="info">
<a href="/this-is-the-first-post.html">posted at 16:08</a>
· <a href="/category/python.html" rel="tag">Python</a>
·
<a href="/tag/python.html" class="tags">python</a>
</div>
</article>
<div class="clear"></div>
<footer>
<p>
<a href="https://github.com/jody-frankowski/blue-penguin">Blue Penguin</a> Theme
·
Powered by <a href="http://getpelican.com">Pelican</a>
·
<a href="/feeds/all.rss.xml" rel="alternate">Rss Feed</a>
</footer>
</div>
<div class="clear"></div>
</div>
</body>
</html>