-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·128 lines (104 loc) · 5.07 KB
/
index.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
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
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Person">
<head>
<meta charset="utf-8">
<!-- Site Meta Data -->
<title> Software-Defined Infra Blog | Cloud Infrastructure & Architecture </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Pascal Rabier">
<link rel="shortcut icon" href="">
<!-- schema.org -->
<meta itemprop="name" content="Software-Defined Infra Blog">
<meta itemprop="image" content="">
<meta itemprop="description" content="">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<!-- Style Meta Data -->
<link rel="stylesheet" href="https://rabierp.github.io/theme/css/style.css" type="text/css" />
<link rel="stylesheet" href="https://rabierp.github.io/theme/css/pygments.css" type="text/css" />
<!-- Feed Meta Data -->
<link href="https://rabierp.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Software-Defined Infra Blog ATOM Feed" />
<!-- Twitter Feed -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@SWDefinedInfra">
<meta name="twitter:image" content="">
<meta name="twitter:creator" content="@SWDefinedInfra">
<meta name="twitter:url" content="https://rabierp.github.io">
<meta name="twitter:title" content="Software-Defined Infra Blog">
<meta name="twitter:description" content="Cloud Infrastructure & Architecture">
<!-- Facebook Meta Data -->
<meta property="og:title" content="Software-Defined Infra Blog" />
<meta property="og:description" content="Cloud Infrastructure & Architecture" />
<meta property="og:image" content="" />
</head>
<body>
<!-- Sidebar -->
<aside>
<!--<center><a href="https://rabierp.github.io"><img id="avatar" src=""></a></center>-->
<h1>Software-Defined Infra Blog</h1>
<p>Cloud Infrastructure & Architecture</p>
<br>
<a class="twitter-follow-button"
href="https://twitter.com/@SWDefinedInfra"
data-show-count="false"
data-lang="en">
Follow @twitterdev
</a>
<script type="text/javascript">
window.twttr = (function (d, s, id) {
var t, js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src= "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } });
}(document, "script", "twitter-wjs"));
</script>
<nav class="nav">
<ul class="list-bare">
<li><a class="nav__link" href="https://rabierp.github.io">Blog</a></li>
<li><a class="nav__link" href="https://rabierp.github.io/pages/about.html">About</a></li>
</ul>
</nav>
<p class="social">
<a href="https://www.linkedin.com/in/pascalrabier" target="_blank" ><img src="https://rabierp.github.io/theme/images/icons/linkedin.png"></a>
<a href="https://github.com/rabierp" target="_blank" ><img src="https://rabierp.github.io/theme/images/icons/github.png"></a>
<a href="https://twitter.com/SWDefinedInfra" target="_blank" ><img src="https://rabierp.github.io/theme/images/icons/twitter.png"></a>
<a href="https://rabierp.github.io/feeds/all.atom.xml" rel="alternate">
<img src="https://rabierp.github.io/theme/images/icons/rss.png"></a>
</p>
<h2>Categories</h2>
<ul class="navbar">
<li><a href="https://rabierp.github.io/category/blogging.html">Blogging</a></li>
</ul>
<h2 class="blog_roll_link"><br/>BLOGROLLS</h2>
<ul class="navbar">
<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>
</ul>
</aside>
<!-- Content -->
<article>
<h1 class="title">Welcome to my Blog!</h1>
<ol>
<h2 class="latest">Latest Posts</h2>
<li class="post_list"><p class="post_entry">
<h2 class="post_title"><a href="https://rabierp.github.io/setting-up-a-github-blog-with-pelican.html" rel="bookmark" title="Permalink to Setting up a GitHub blog with Pelican">Setting up a GitHub blog with Pelican</a></h2>
<a href="https://rabierp.github.io/author/pascal-rabier.html">@Pascal Rabier</a>
<span> in </span>
<span class="post_category"><a href="https://rabierp.github.io/category/blogging.html" rel="bookmark" title="Permalink to Blogging">[ Blogging ]</a></span>
<span class="post_date">lun. 17 avril 2017</span>
</li>
</ol>
</article>
<!-- Footer -->
<footer>
<p>
Blog powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
Theme <a href="https://github.com/parbhat/pelican-blue">Pelican-Blue</a> by <a href="https://parbhatpuri.com/">@parbhat</a>.
</p>
</footer>
</body>
</html>