Skip to content

Commit dae4816

Browse files
committed
Build website
1 parent c37db12 commit dae4816

38 files changed

Lines changed: 2396 additions & 1538 deletions

404.html

Lines changed: 27 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,33 @@
99
<meta property="og:title" content="404 Page not found" />
1010
<meta name="twitter:title" content="404 Page not found" />
1111
<meta name="author" content="Amit Kumar"/>
12-
<link href='https://ManyCode.github.io/img/favicon.ico' rel='icon' type='image/x-icon'/>
13-
<meta property="og:image" content="https://ManyCode.github.io/img/avatar-icon.png" />
14-
<meta name="twitter:image" content="https://ManyCode.github.io/img/avatar-icon.png" />
12+
<link href='/img/favicon.ico' rel='icon' type='image/x-icon'/>
13+
<meta property="og:image" content="/img/avatar-icon.png" />
14+
<meta name="twitter:image" content="/img/avatar-icon.png" />
1515
<meta name="twitter:card" content="summary" />
1616
<meta name="twitter:site" content="@amit08255" />
1717
<meta name="twitter:creator" content="@amit08255" />
18-
<meta property="og:url" content="https://ManyCode.github.io/" />
18+
<meta property="og:url" content="/" />
1919
<meta property="og:type" content="website" />
2020
<meta property="og:site_name" content="ManyCode" />
2121

2222
<meta name="generator" content="Hugo 0.25.1" />
23-
<link rel="canonical" href="https://ManyCode.github.io/" />
24-
<link rel="alternate" href="https://ManyCode.github.io/index.xml" type="application/rss+xml" title="ManyCode">
25-
<link rel="stylesheet" href="https://ManyCode.github.io/css/katex.min.css" />
26-
<link rel="stylesheet" href="https://ManyCode.github.io/css/font-awesome.min.css" />
27-
<link rel="stylesheet" href="https://ManyCode.github.io/css/bootstrap.min.css" />
28-
<link rel="stylesheet" href="https://ManyCode.github.io/css/main.css" />
23+
<link rel="canonical" href="/" />
24+
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="ManyCode">
25+
<link rel="stylesheet" href="/css/katex.min.css" />
26+
<link rel="stylesheet" href="/css/font-awesome.min.css" />
27+
<link rel="stylesheet" href="/css/bootstrap.min.css" />
28+
<link rel="stylesheet" href="/css/main.css" />
2929
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
3030
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" />
31-
<link rel="stylesheet" href="https://ManyCode.github.io/css/pygment_highlights.css" />
32-
<link rel="stylesheet" href="https://ManyCode.github.io/css/highlight.min.css" />
31+
<link rel="stylesheet" href="/css/pygment_highlights.css" />
32+
<link rel="stylesheet" href="/css/highlight.min.css" />
3333

3434

3535

3636

37-
<link rel="stylesheet" href="https://ManyCode.github.io/css/photoswipe.min.css" />
38-
<link rel="stylesheet" href="https://ManyCode.github.io/css/default-skin.min.css" />
37+
<link rel="stylesheet" href="/css/photoswipe.min.css" />
38+
<link rel="stylesheet" href="/css/default-skin.min.css" />
3939

4040

4141

@@ -95,7 +95,7 @@
9595
<span class="icon-bar"></span>
9696
<span class="icon-bar"></span>
9797
</button>
98-
<a class="navbar-brand" href="https://ManyCode.github.io/">ManyCode</a>
98+
<a class="navbar-brand" href="/">ManyCode</a>
9999
</div>
100100

101101
<div class="collapse navbar-collapse" id="main-navbar">
@@ -108,25 +108,6 @@
108108

109109

110110

111-
<li class="navlinks-container">
112-
<a class="navlinks-parent" href="javascript:void(0)">Categories</a>
113-
<div class="navlinks-children">
114-
115-
<a href="/tags/python">Python</a>
116-
117-
<a href="/tags/c&#43;&#43;">C&#43;&#43;</a>
118-
119-
<a href="/tags/java">Java</a>
120-
121-
<a href="/tags/linux">Linux</a>
122-
123-
<a href="/tags/windows">Windows</a>
124-
125-
</div>
126-
</li>
127-
128-
129-
130111
<li>
131112
<a title="About" href="/page/about/">About</a>
132113
</li>
@@ -154,8 +135,8 @@
154135
<div class="avatar-container">
155136
<div class="avatar-img-border">
156137

157-
<a title="ManyCode" href="https://ManyCode.github.io/">
158-
<img class="avatar-img" src="https://ManyCode.github.io/img/avatar-icon.png" alt="ManyCode" />
138+
<a title="ManyCode" href="/">
139+
<img class="avatar-img" src="/img/avatar-icon.png" alt="ManyCode" />
159140
</a>
160141

161142
</div>
@@ -190,7 +171,7 @@ <h4 class="modal-title">Search ManyCode</h4>
190171
<div class="text-center">
191172
<h1>Whoops, this page doesn&#39;t exist. Move along. (404 error)</h1>
192173
<br/>
193-
<img src="https://ManyCode.github.io//img/404-southpark.jpg" />
174+
<img src="//img/404-southpark.jpg" />
194175
</div>
195176
</div>
196177

@@ -249,7 +230,7 @@ <h1>Whoops, this page doesn&#39;t exist. Move along. (404 error)</h1>
249230

250231

251232
&nbsp;&bull;&nbsp;
252-
<a href="https://ManyCode.github.io/">ManyCode</a>
233+
<a href="/">ManyCode</a>
253234

254235
</p>
255236

@@ -262,16 +243,16 @@ <h1>Whoops, this page doesn&#39;t exist. Move along. (404 error)</h1>
262243
</div>
263244
</footer>
264245

265-
<script src="https://ManyCode.github.io/js/katex.min.js"></script>
266-
<script src="https://ManyCode.github.io/js/auto-render.min.js"></script>
267-
<script src="https://ManyCode.github.io/js/jquery-1.12.4.min.js"></script>
268-
<script src="https://ManyCode.github.io/js/bootstrap.min.js"></script>
269-
<script src="https://ManyCode.github.io/js/main.js"></script>
270-
<script src="https://ManyCode.github.io/js/highlight.min.js"></script>
246+
<script src="/js/katex.min.js"></script>
247+
<script src="/js/auto-render.min.js"></script>
248+
<script src="/js/jquery-1.12.4.min.js"></script>
249+
<script src="/js/bootstrap.min.js"></script>
250+
<script src="/js/main.js"></script>
251+
<script src="/js/highlight.min.js"></script>
271252
<script> hljs.initHighlightingOnLoad(); </script>
272253
<script> renderMathInElement(document.body); </script>
273-
<script src="https://ManyCode.github.io/js/photoswipe.min.js"></script>
274-
<script src="https://ManyCode.github.io/js/photoswipe-ui-default.min.js"></script>
254+
<script src="/js/photoswipe.min.js"></script>
255+
<script src="/js/photoswipe-ui-default.min.js"></script>
275256
<script src="/js/load-photoswipe.js"></script>
276257

277258

categories/index.html

Lines changed: 26 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,33 @@
99
<meta property="og:title" content="Categories" />
1010
<meta name="twitter:title" content="Categories" />
1111
<meta name="author" content="Amit Kumar"/>
12-
<link href='https://ManyCode.github.io/img/favicon.ico' rel='icon' type='image/x-icon'/>
13-
<meta property="og:image" content="https://ManyCode.github.io/img/avatar-icon.png" />
14-
<meta name="twitter:image" content="https://ManyCode.github.io/img/avatar-icon.png" />
12+
<link href='/img/favicon.ico' rel='icon' type='image/x-icon'/>
13+
<meta property="og:image" content="/img/avatar-icon.png" />
14+
<meta name="twitter:image" content="/img/avatar-icon.png" />
1515
<meta name="twitter:card" content="summary" />
1616
<meta name="twitter:site" content="@amit08255" />
1717
<meta name="twitter:creator" content="@amit08255" />
18-
<meta property="og:url" content="https://ManyCode.github.io/categories/" />
18+
<meta property="og:url" content="/categories/" />
1919
<meta property="og:type" content="website" />
2020
<meta property="og:site_name" content="ManyCode" />
2121

2222
<meta name="generator" content="Hugo 0.25.1" />
23-
<link rel="canonical" href="https://ManyCode.github.io/categories/" />
24-
<link rel="alternate" href="https://ManyCode.github.io/index.xml" type="application/rss+xml" title="ManyCode">
25-
<link rel="stylesheet" href="https://ManyCode.github.io/css/katex.min.css" />
26-
<link rel="stylesheet" href="https://ManyCode.github.io/css/font-awesome.min.css" />
27-
<link rel="stylesheet" href="https://ManyCode.github.io/css/bootstrap.min.css" />
28-
<link rel="stylesheet" href="https://ManyCode.github.io/css/main.css" />
23+
<link rel="canonical" href="/categories/" />
24+
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="ManyCode">
25+
<link rel="stylesheet" href="/css/katex.min.css" />
26+
<link rel="stylesheet" href="/css/font-awesome.min.css" />
27+
<link rel="stylesheet" href="/css/bootstrap.min.css" />
28+
<link rel="stylesheet" href="/css/main.css" />
2929
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
3030
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" />
31-
<link rel="stylesheet" href="https://ManyCode.github.io/css/pygment_highlights.css" />
32-
<link rel="stylesheet" href="https://ManyCode.github.io/css/highlight.min.css" />
31+
<link rel="stylesheet" href="/css/pygment_highlights.css" />
32+
<link rel="stylesheet" href="/css/highlight.min.css" />
3333

3434

3535

3636

37-
<link rel="stylesheet" href="https://ManyCode.github.io/css/photoswipe.min.css" />
38-
<link rel="stylesheet" href="https://ManyCode.github.io/css/default-skin.min.css" />
37+
<link rel="stylesheet" href="/css/photoswipe.min.css" />
38+
<link rel="stylesheet" href="/css/default-skin.min.css" />
3939

4040

4141

@@ -95,7 +95,7 @@
9595
<span class="icon-bar"></span>
9696
<span class="icon-bar"></span>
9797
</button>
98-
<a class="navbar-brand" href="https://ManyCode.github.io/">ManyCode</a>
98+
<a class="navbar-brand" href="/">ManyCode</a>
9999
</div>
100100

101101
<div class="collapse navbar-collapse" id="main-navbar">
@@ -108,25 +108,6 @@
108108

109109

110110

111-
<li class="navlinks-container">
112-
<a class="navlinks-parent" href="javascript:void(0)">Categories</a>
113-
<div class="navlinks-children">
114-
115-
<a href="/tags/python">Python</a>
116-
117-
<a href="/tags/c&#43;&#43;">C&#43;&#43;</a>
118-
119-
<a href="/tags/java">Java</a>
120-
121-
<a href="/tags/linux">Linux</a>
122-
123-
<a href="/tags/windows">Windows</a>
124-
125-
</div>
126-
</li>
127-
128-
129-
130111
<li>
131112
<a title="About" href="/page/about/">About</a>
132113
</li>
@@ -154,8 +135,8 @@
154135
<div class="avatar-container">
155136
<div class="avatar-img-border">
156137

157-
<a title="ManyCode" href="https://ManyCode.github.io/">
158-
<img class="avatar-img" src="https://ManyCode.github.io/img/avatar-icon.png" alt="ManyCode" />
138+
<a title="ManyCode" href="/">
139+
<img class="avatar-img" src="/img/avatar-icon.png" alt="ManyCode" />
159140
</a>
160141

161142
</div>
@@ -278,7 +259,7 @@ <h1>Categories</h1>
278259

279260

280261
&nbsp;&bull;&nbsp;
281-
<a href="https://ManyCode.github.io/">ManyCode</a>
262+
<a href="/">ManyCode</a>
282263

283264
</p>
284265

@@ -291,16 +272,16 @@ <h1>Categories</h1>
291272
</div>
292273
</footer>
293274

294-
<script src="https://ManyCode.github.io/js/katex.min.js"></script>
295-
<script src="https://ManyCode.github.io/js/auto-render.min.js"></script>
296-
<script src="https://ManyCode.github.io/js/jquery-1.12.4.min.js"></script>
297-
<script src="https://ManyCode.github.io/js/bootstrap.min.js"></script>
298-
<script src="https://ManyCode.github.io/js/main.js"></script>
299-
<script src="https://ManyCode.github.io/js/highlight.min.js"></script>
275+
<script src="/js/katex.min.js"></script>
276+
<script src="/js/auto-render.min.js"></script>
277+
<script src="/js/jquery-1.12.4.min.js"></script>
278+
<script src="/js/bootstrap.min.js"></script>
279+
<script src="/js/main.js"></script>
280+
<script src="/js/highlight.min.js"></script>
300281
<script> hljs.initHighlightingOnLoad(); </script>
301282
<script> renderMathInElement(document.body); </script>
302-
<script src="https://ManyCode.github.io/js/photoswipe.min.js"></script>
303-
<script src="https://ManyCode.github.io/js/photoswipe-ui-default.min.js"></script>
283+
<script src="/js/photoswipe.min.js"></script>
284+
<script src="/js/photoswipe-ui-default.min.js"></script>
304285
<script src="/js/load-photoswipe.js"></script>
305286

306287

categories/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Categories on ManyCode</title>
5-
<link>https://ManyCode.github.io/categories/</link>
5+
<link>/categories/</link>
66
<description>Recent content in Categories on ManyCode</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<managingEditor>amitcute3@gmail.com (Amit Kumar)</managingEditor>
99
<webMaster>amitcute3@gmail.com (Amit Kumar)</webMaster>
1010

11-
<atom:link href="https://ManyCode.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
11+
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
1212

1313

1414
</channel>

img/aic-thumb.PNG

2.79 KB
Loading

img/aic.PNG

3.96 KB
Loading

img/aic2-thumb.PNG

2.86 KB
Loading

img/aic2.PNG

5.21 KB
Loading

img/me-thumb.png

53.5 KB
Loading

img/me.png

1.26 MB
Loading

0 commit comments

Comments
 (0)