-
Notifications
You must be signed in to change notification settings - Fork 0
/
allposts.html
96 lines (73 loc) · 3.1 KB
/
allposts.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/style.css?v=">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Th3On3 | Th3On3 Website</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="Th3On3" />
<meta name="author" content="Fernando Manuel Fernandes Rodrigues" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Th3On3 Website" />
<meta property="og:description" content="Th3On3 Website" />
<link rel="canonical" href="th3on3.github.io/allposts.html" />
<meta property="og:url" content="th3on3.github.io/allposts.html" />
<meta property="og:site_name" content="Th3On3" />
<script type="application/ld+json">
{"url":"th3on3.github.io/allposts.html","@type":"WebPage","headline":"Th3On3","author":{"@type":"Person","name":"Fernando Manuel Fernandes Rodrigues"},"description":"Th3On3 Website","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<header>
<div class="container">
<a id="a-title" href="/">
<h1>Th3On3</h1>
</a>
<h2>Th3On3 Website</h2>
<section id="downloads">
<a href="https://github.com/Th3On3?tab=repositories" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
<h3><ul><li>Projects:</h3>
<ul>
<li><a href="/snapwindow">SnapWindow</a></li>
</ul>
<h3><ul><li>Tag cloud:</li></ul></h3>
<div class="tagcloud"><div class="tagcloud-tag tagcloud-tag-xl"><a href="/tag/docker">Docker</a></div>
<div class="tagcloud-tag tagcloud-tag-s"><a href="/tag/github">Github</a></div>
<div class="tagcloud-tag tagcloud-tag-s"><a href="/tag/jekyll">Jekyll</a></div>
<div class="tagcloud-tag tagcloud-tag-s"><a href="/tag/orchestration">Orchestration</a></div></div>
</div>
</header>
<div class="container">
<section id="main_content">
<h1 id="all-posts">All posts</h1>
<ul>
<li>
<a href="/2020/12/20/how-to-deploy-portainer-docker.html">Dec 20, 2020 - How to deploy Portainer.io to docker host</a>
</li>
<li>
<a href="/2020/12/21/how-to-deploy-jekyll-docker.html">Dec 21, 2020 - How to deploy Jekyll site with docker</a>
</li>
</ul>
</section>
</div>
<footer>
<div class="container">
<h3><ul><li><a href="/">Home</a></li></ul></h3>
<h3><ul><li><a href="/allposts.html">All posts</a></li></ul></h3>
<h3><ul><li>Last 5 posts:</li></ul></h3>
<ul>
<li>
<a href="/2020/12/21/how-to-deploy-jekyll-docker.html">Dec 21, 2020 - How to deploy Jekyll site with docker</a>
</li>
<li>
<a href="/2020/12/20/how-to-deploy-portainer-docker.html">Dec 20, 2020 - How to deploy Portainer.io to docker host</a>
</li>
</ul>
</div>
</footer>
</body>
</html>