-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-blog-on-github-pages.html
76 lines (68 loc) · 3.26 KB
/
my-blog-on-github-pages.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<title>My blog on GitHub pages</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<meta name="description" content="Initial post" />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Petr was here</a></h1>
<nav><ul>
<li><a href="/pages/about-petrs.html">About PetrS</a></li>
<li><a href="/category/diy.html">diy</a></li>
<li><a href="/category/opensource.html">OpenSource</a></li>
<li class="active"><a href="/category/other.html">Other</a></li>
<li><a href="/category/python.html">Python</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/my-blog-on-github-pages.html" rel="bookmark"
title="Permalink to My blog on GitHub pages">My blog on GitHub pages</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2021-09-05T10:20:00+03:00">
Published: Sun 05 September 2021
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/petrs.html">PetrS</a>
</address>
<p>In <a href="/category/other.html">Other</a>.</p>
<p>tags: <a href="/tag/pelican.html">pelican</a> <a href="/tag/publishing.html">publishing</a> </p>
</footer><!-- /.post-info --> <h2>This is an initial post</h2>
<p>Could it be easy to create your own static GitHub pages blog using Python Pelican package?
Let's try!</p>
<p>The <a href="https://docs.getpelican.com/en/latest/index.html">docs</a> are good enough. And you can create something very simple.</p>
<p><img alt="Ants meme" src="/images/initial.png?style=centerme"></p>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>links</h2>
<ul>
<li><a href="https://getpelican.com/">Pelican</a></li>
<li><a href="https://pages.github.com/">GitHub Pages</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://www.linkedin.com/in/nassauwinter/">LinkedIn</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>