Skip to content

Commit 2ed5601

Browse files
committed
minor changes
1 parent dfd8323 commit 2ed5601

File tree

18 files changed

+320
-1228
lines changed

18 files changed

+320
-1228
lines changed

404.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<meta name="twitter:card" content="summary" />
1313
<meta name="twitter:site" content="@cloudnativelabs" />
1414
<meta name="twitter:creator" content="@cloudnativelabs" />
15-
<meta property="og:url" content="https://cloudnativelabs.github.io/404/" />
15+
<meta property="og:url" content="https://cloudnativelabs.github.io" />
1616
<meta property="og:type" content="website" />
1717
<meta property="og:site_name" content="" />
1818

19-
<meta name="generator" content="Hugo 0.19" />
20-
<link rel="canonical" href="https://cloudnativelabs.github.io/404/" />
19+
<meta name="generator" content="Hugo 0.21" />
20+
<link rel="canonical" href="https://cloudnativelabs.github.io" />
2121
<link rel="alternate" href="https://cloudnativelabs.github.io/index.xml" type="application/rss+xml" title="">
2222
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
2323
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
@@ -138,7 +138,7 @@ <h1>Whoops, this page doesn&#39;t exist. Move along. (404 error)</h1>
138138
</p>
139139

140140
<p class="credits theme-by text-muted">
141-
<a href="http://gohugo.io">Hugo v0.19</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
141+
<a href="http://gohugo.io">Hugo v0.21</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
142142

143143
</p>
144144
</div>

categories/index.html

+193
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
7+
8+
<title>Categories</title>
9+
<meta property="og:title" content="Categories" />
10+
<meta name="twitter:title" content="Categories" />
11+
<meta name="author" content="Cloudnative Labs"/>
12+
<meta name="twitter:card" content="summary" />
13+
<meta name="twitter:site" content="@cloudnativelabs" />
14+
<meta name="twitter:creator" content="@cloudnativelabs" />
15+
<meta property="og:url" content="https://cloudnativelabs.github.io/categories/" />
16+
<meta property="og:type" content="website" />
17+
<meta property="og:site_name" content="" />
18+
19+
<meta name="generator" content="Hugo 0.21" />
20+
<link rel="canonical" href="https://cloudnativelabs.github.io/categories/" />
21+
<link rel="alternate" href="https://cloudnativelabs.github.io/index.xml" type="application/rss+xml" title="">
22+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
23+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
24+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
25+
<link rel="stylesheet" href="https://cloudnativelabs.github.io/css/main.css" />
26+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
27+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" />
28+
<link rel="stylesheet" href="https://cloudnativelabs.github.io/css/pygment_highlights.css" />
29+
<link rel="stylesheet" href="https://cloudnativelabs.github.io/css/highlight.min.css" />
30+
31+
<script>
32+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
33+
ga('create', 'UA-97817717-1', 'auto');
34+
ga('send', 'pageview');
35+
</script>
36+
<script async src='//www.google-analytics.com/analytics.js'></script>
37+
38+
</head>
39+
40+
<body>
41+
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
42+
<div class="container-fluid">
43+
<div class="navbar-header">
44+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
45+
<span class="sr-only">Toggle navigation</span>
46+
<span class="icon-bar"></span>
47+
<span class="icon-bar"></span>
48+
<span class="icon-bar"></span>
49+
</button>
50+
<a class="navbar-brand" href="https://cloudnativelabs.github.io"></a>
51+
</div>
52+
53+
<div class="collapse navbar-collapse" id="main-navbar">
54+
<ul class="nav navbar-nav navbar-right">
55+
56+
57+
<li>
58+
<a title="Blog" href="/">Blog</a>
59+
</li>
60+
61+
62+
63+
64+
65+
66+
</ul>
67+
</div>
68+
69+
<div class="avatar-container">
70+
<div class="avatar-img-border">
71+
72+
</div>
73+
</div>
74+
75+
</div>
76+
</nav>
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
<header class="header-section ">
92+
93+
<div class="intro-header no-img">
94+
95+
<div class="container">
96+
<div class="row">
97+
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
98+
<div class="page-heading">
99+
<h1>Categories</h1>
100+
101+
102+
</div>
103+
</div>
104+
</div>
105+
</div>
106+
</div>
107+
</header>
108+
109+
110+
111+
112+
<div class="container" role="main">
113+
<article class="post-preview">
114+
<div class="list-group col-lg-4 col-lg-offset-4 col-md-6 col-md-offset-3">
115+
116+
</div>
117+
</article>
118+
</div>
119+
120+
<footer>
121+
<div class="container">
122+
<div class="row">
123+
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
124+
<ul class="list-inline text-center footer-links">
125+
126+
<li>
127+
<a href="mailto:[email protected]" title="Email me">
128+
<span class="fa-stack fa-lg">
129+
<i class="fa fa-circle fa-stack-2x"></i>
130+
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
131+
</span>
132+
</a>
133+
</li>
134+
<li>
135+
<a href="https://github.com/cloudnativelabs" title="GitHub">
136+
<span class="fa-stack fa-lg">
137+
<i class="fa fa-circle fa-stack-2x"></i>
138+
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
139+
</span>
140+
</a>
141+
</li>
142+
<li>
143+
<a href="https://twitter.com/cloudnativelabs" title="Twitter">
144+
<span class="fa-stack fa-lg">
145+
<i class="fa fa-circle fa-stack-2x"></i>
146+
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
147+
</span>
148+
</a>
149+
</li>
150+
151+
<li>
152+
<a href="https://cloudnativelabs.github.io/index.xml" title="RSS">
153+
<span class="fa-stack fa-lg">
154+
<i class="fa fa-circle fa-stack-2x"></i>
155+
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
156+
</span>
157+
</a>
158+
</li>
159+
160+
</ul>
161+
<p class="credits copyright text-muted">
162+
Cloudnative Labs
163+
&nbsp;&bull;&nbsp;
164+
2017
165+
166+
167+
</p>
168+
169+
<p class="credits theme-by text-muted">
170+
<a href="http://gohugo.io">Hugo v0.21</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
171+
172+
</p>
173+
</div>
174+
</div>
175+
</div>
176+
</footer>
177+
178+
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.js" integrity="sha384-/y1Nn9+QQAipbNQWU65krzJralCnuOasHncUFXGkdwntGeSvQicrYkiUBwsgUqc1" crossorigin="anonymous"></script>
179+
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/contrib/auto-render.min.js" integrity="sha384-dq1/gEHSxPZQ7DdrM82ID4YVol9BYyU7GbWlIwnwyPzotpoc57wDw/guX8EaYGPx" crossorigin="anonymous"></script>
180+
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
181+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
182+
<script src="https://cloudnativelabs.github.io/js/main.js"></script>
183+
<script src="https://cloudnativelabs.github.io/js/highlight.min.js"></script>
184+
<script> hljs.initHighlightingOnLoad(); </script>
185+
<script> renderMathInElement(document.body); </script>
186+
187+
188+
189+
190+
191+
</body>
192+
</html>
193+

categories/index.xml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on </title>
5+
<link>https://cloudnativelabs.github.io/categories/</link>
6+
<description>Recent content in Categories on </description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<managingEditor>[email protected] (Cloudnative Labs)</managingEditor>
9+
<webMaster>[email protected] (Cloudnative Labs)</webMaster>
10+
11+
<atom:link href="https://cloudnativelabs.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
12+
13+
14+
</channel>
15+
</rss>

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta property="og:type" content="website" />
1414
<meta property="og:site_name" content="" />
1515

16-
<meta name="generator" content="Hugo 0.19" />
16+
<meta name="generator" content="Hugo 0.21" />
1717
<link rel="canonical" href="https://cloudnativelabs.github.io/" />
1818
<link rel="alternate" href="https://cloudnativelabs.github.io/index.xml" type="application/rss+xml" title="">
1919
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
@@ -264,7 +264,7 @@ <h2 class="post-title">Kubernetes Networking</h2>
264264
</p>
265265

266266
<p class="credits theme-by text-muted">
267-
<a href="http://gohugo.io">Hugo v0.19</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
267+
<a href="http://gohugo.io">Hugo v0.21</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
268268

269269
</p>
270270
</div>

0 commit comments

Comments
 (0)