Skip to content

Commit bf48993

Browse files
committed
Got rid of deprecated configuration
1 parent c1ebdb2 commit bf48993

27 files changed

Lines changed: 230 additions & 230 deletions

File tree

content/résumé/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ draft = false
55
layout = "single"
66
+++
77

8-
[Click here](https://raw.githubusercontent.com/dazzletune/dazzletune.github.io/main/static/r%C3%A9sum%C3%A9.pdf) to download the PDF copy of my résumé.
8+
[Click here](https://raw.githubusercontent.com/dazzletune/dazzletune.github.io/main/static/r%C3%A9sum%C3%A9.pdf) to download the PDF copy of my résumé.

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ languageCode = 'en-us'
33
title = 'Michael William Gunter'
44
theme = "poison"
55

6-
paginate = 10
6+
pagerSize = 10
77
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
88

99
# NOTE: If using Disqus as commenting engine, uncomment and configure this line

public/404.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
3-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
3+
<head>
44

55

66

@@ -66,17 +66,17 @@
6666
<meta name="twitter:description" content="" />
6767

6868

69-
<base href="http://localhost:1313/404.html" />
70-
<link rel="canonical" href="http://localhost:1313/404.html" itemprop="url" />
71-
<meta name="url" content="http://localhost:1313/404.html" />
72-
<meta name="twitter:url" content="http://localhost:1313/404.html" />
73-
<meta property="og:url" content="http://localhost:1313/404.html" />
69+
<base href="https://dazzletune.github.io/404.html" />
70+
<link rel="canonical" href="https://dazzletune.github.io/404.html" itemprop="url" />
71+
<meta name="url" content="https://dazzletune.github.io/404.html" />
72+
<meta name="twitter:url" content="https://dazzletune.github.io/404.html" />
73+
<meta property="og:url" content="https://dazzletune.github.io/404.html" />
7474

7575

7676
<meta property="og:updated_time" content="0001-01-01T00:00:00Z" />
7777

7878

79-
<link rel="sitemap" type="application/xml" title="Sitemap" href='http://localhost:1313/sitemap.xml' />
79+
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://dazzletune.github.io/sitemap.xml' />
8080

8181
<meta name="robots" content="index,follow" />
8282
<meta name="googlebot" content="index,follow" />
@@ -95,7 +95,7 @@
9595

9696

9797

98-
<meta name="generator" content="Hugo 0.139.4">
98+
<meta name="generator" content="Hugo 0.142.0">
9999

100100

101101

@@ -117,7 +117,7 @@
117117
--bkg-color: #FAF9F6;
118118
--post-title-color: #303030;
119119
--list-color: #5A5A5A;
120-
--link-color: #77887a;
120+
--link-color: #4f667e;
121121
--date-color: #515151;
122122
--table-border-color: #E5E5E5;
123123
--table-stripe-color: #F9F9F9;
@@ -133,7 +133,7 @@
133133
--bkg-color: #121212;
134134
--post-title-color: #DBE2E9;
135135
--list-color: #9D9D9D;
136-
--link-color: #77887a;
136+
--link-color: #81A1C1;
137137
--date-color: #9A9A9A;
138138
--table-border-color: #515151;
139139
--table-stripe-color: #202020;
@@ -167,12 +167,12 @@
167167
<div class="sidebar-about">
168168
<h1 class="brand">
169169

170-
<a href="http://localhost:1313/">
170+
<a href="https://dazzletune.github.io/">
171171
<img src="https://github.com/dazzletune.png" alt="brand image">
172172
</a>
173173

174174

175-
<a href="http://localhost:1313/">
175+
<a href="https://dazzletune.github.io/">
176176
<h1>Michael William Gunter</h1>
177177
</a>
178178

@@ -314,7 +314,7 @@ <h1>Michael William Gunter</h1>
314314
</li>
315315

316316
<li class="bullet">
317-
<a href="http://localhost:1313/posts/re-introduction/">A Re-introduction to My Personal Website</a>
317+
<a href="https://dazzletune.github.io/posts/re-introduction/">A Re-introduction to My Personal Website</a>
318318
</li>
319319

320320

@@ -428,7 +428,7 @@ <h1>Michael William Gunter</h1>
428428

429429
<main class="content container">
430430
<h1>404: Page not found</h1>
431-
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="http://localhost:1313/">Head back home</a> to try finding it again.</p>
431+
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="https://dazzletune.github.io/">Head back home</a> to try finding it again.</p>
432432
</main>
433433

434434
</div>

public/about/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
3-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
3+
<head>
44

55

66

@@ -70,18 +70,18 @@
7070
<meta name="twitter:description" content="" />
7171

7272

73-
<base href="http://localhost:1313/about/" />
74-
<link rel="canonical" href="http://localhost:1313/about/" itemprop="url" />
75-
<meta name="url" content="http://localhost:1313/about/" />
76-
<meta name="twitter:url" content="http://localhost:1313/about/" />
77-
<meta property="og:url" content="http://localhost:1313/about/" />
73+
<base href="https://dazzletune.github.io/about/" />
74+
<link rel="canonical" href="https://dazzletune.github.io/about/" itemprop="url" />
75+
<meta name="url" content="https://dazzletune.github.io/about/" />
76+
<meta name="twitter:url" content="https://dazzletune.github.io/about/" />
77+
<meta property="og:url" content="https://dazzletune.github.io/about/" />
7878

7979

8080
<meta property="og:updated_time" content="2025-01-02T00:00:00Z" />
8181

8282

83-
<link rel="sitemap" type="application/xml" title="Sitemap" href='http://localhost:1313/sitemap.xml' />
84-
<link href="http://localhost:1313/about/index.xml" rel="alternate" type="application/rss+xml" title="Michael William Gunter" />
83+
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://dazzletune.github.io/sitemap.xml' />
84+
<link href="https://dazzletune.github.io/about/index.xml" rel="alternate" type="application/rss+xml" title="Michael William Gunter" />
8585

8686
<meta name="robots" content="index,follow" />
8787
<meta name="googlebot" content="index,follow" />
@@ -100,7 +100,7 @@
100100

101101

102102

103-
<meta name="generator" content="Hugo 0.139.4">
103+
<meta name="generator" content="Hugo 0.142.0">
104104

105105

106106

@@ -122,7 +122,7 @@
122122
--bkg-color: #FAF9F6;
123123
--post-title-color: #303030;
124124
--list-color: #5A5A5A;
125-
--link-color: #77887a;
125+
--link-color: #4f667e;
126126
--date-color: #515151;
127127
--table-border-color: #E5E5E5;
128128
--table-stripe-color: #F9F9F9;
@@ -138,7 +138,7 @@
138138
--bkg-color: #121212;
139139
--post-title-color: #DBE2E9;
140140
--list-color: #9D9D9D;
141-
--link-color: #77887a;
141+
--link-color: #81A1C1;
142142
--date-color: #9A9A9A;
143143
--table-border-color: #515151;
144144
--table-stripe-color: #202020;
@@ -172,12 +172,12 @@
172172
<div class="sidebar-about">
173173
<h1 class="brand">
174174

175-
<a href="http://localhost:1313/">
175+
<a href="https://dazzletune.github.io/">
176176
<img src="https://github.com/dazzletune.png" alt="brand image">
177177
</a>
178178

179179

180-
<a href="http://localhost:1313/">
180+
<a href="https://dazzletune.github.io/">
181181
<h1>Michael William Gunter</h1>
182182
</a>
183183

@@ -319,7 +319,7 @@ <h1>Michael William Gunter</h1>
319319
</li>
320320

321321
<li class="bullet">
322-
<a href="http://localhost:1313/posts/re-introduction/">A Re-introduction to My Personal Website</a>
322+
<a href="https://dazzletune.github.io/posts/re-introduction/">A Re-introduction to My Personal Website</a>
323323
</li>
324324

325325

@@ -458,7 +458,7 @@ <h3 id="education">Education</h3>
458458
</ul>
459459
<h3 id="skills--expertise">Skills &amp; Expertise</h3>
460460
<ul>
461-
<li><strong>Programming</strong>: JavaScript, C++, Java, C#, Python</li>
461+
<li><strong>Programming</strong>: JavaScript, C#, Python</li>
462462
<li><strong>Front-end Web Development</strong>: HTML, CSS, jQuery, Bootstrap</li>
463463
<li><strong>Database Management</strong>: MySQL, MariaDB, SQLite</li>
464464
<li><strong>DevOps</strong>: Docker</li>

public/about/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>About on Michael William Gunter</title>
5-
<link>http://localhost:1313/about/</link>
5+
<link>https://dazzletune.github.io/about/</link>
66
<description>Recent content in About on Michael William Gunter</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate></lastBuildDate>
10-
<atom:link href="http://localhost:1313/about/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="https://dazzletune.github.io/about/index.xml" rel="self" type="application/rss+xml" />
1111
</channel>
1212
</rss>

public/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
3-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
3+
<head>
44

55

66

@@ -67,18 +67,18 @@
6767
<meta name="twitter:description" content="Hobbyist Web Developer, and Technology Enthusiast" />
6868

6969

70-
<base href="http://localhost:1313/" />
71-
<link rel="canonical" href="http://localhost:1313/" itemprop="url" />
72-
<meta name="url" content="http://localhost:1313/" />
73-
<meta name="twitter:url" content="http://localhost:1313/" />
74-
<meta property="og:url" content="http://localhost:1313/" />
70+
<base href="https://dazzletune.github.io/" />
71+
<link rel="canonical" href="https://dazzletune.github.io/" itemprop="url" />
72+
<meta name="url" content="https://dazzletune.github.io/" />
73+
<meta name="twitter:url" content="https://dazzletune.github.io/" />
74+
<meta property="og:url" content="https://dazzletune.github.io/" />
7575

7676

7777
<meta property="og:updated_time" content="2025-01-02T00:00:00Z" />
7878

7979

80-
<link rel="sitemap" type="application/xml" title="Sitemap" href='http://localhost:1313/sitemap.xml' />
81-
<link href="http://localhost:1313/index.xml" rel="alternate" type="application/rss+xml" title="Michael William Gunter" />
80+
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://dazzletune.github.io/sitemap.xml' />
81+
<link href="https://dazzletune.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Michael William Gunter" />
8282

8383
<meta name="robots" content="index,follow" />
8484
<meta name="googlebot" content="index,follow" />
@@ -97,7 +97,7 @@
9797

9898

9999

100-
<meta name="generator" content="Hugo 0.139.4">
100+
<meta name="generator" content="Hugo 0.142.0">
101101

102102

103103

@@ -119,7 +119,7 @@
119119
--bkg-color: #FAF9F6;
120120
--post-title-color: #303030;
121121
--list-color: #5A5A5A;
122-
--link-color: #77887a;
122+
--link-color: #4f667e;
123123
--date-color: #515151;
124124
--table-border-color: #E5E5E5;
125125
--table-stripe-color: #F9F9F9;
@@ -135,7 +135,7 @@
135135
--bkg-color: #121212;
136136
--post-title-color: #DBE2E9;
137137
--list-color: #9D9D9D;
138-
--link-color: #77887a;
138+
--link-color: #81A1C1;
139139
--date-color: #9A9A9A;
140140
--table-border-color: #515151;
141141
--table-stripe-color: #202020;
@@ -169,12 +169,12 @@
169169
<div class="sidebar-about">
170170
<h1 class="brand">
171171

172-
<a href="http://localhost:1313/">
172+
<a href="https://dazzletune.github.io/">
173173
<img src="https://github.com/dazzletune.png" alt="brand image">
174174
</a>
175175

176176

177-
<a href="http://localhost:1313/">
177+
<a href="https://dazzletune.github.io/">
178178
<h1>Michael William Gunter</h1>
179179
</a>
180180

@@ -316,7 +316,7 @@ <h1>Michael William Gunter</h1>
316316
</li>
317317

318318
<li class="bullet">
319-
<a href="http://localhost:1313/posts/re-introduction/">A Re-introduction to My Personal Website</a>
319+
<a href="https://dazzletune.github.io/posts/re-introduction/">A Re-introduction to My Personal Website</a>
320320
</li>
321321

322322

@@ -451,7 +451,7 @@ <h3 id="education">Education</h3>
451451
</ul>
452452
<h3 id="skills--expertise">Skills &amp; Expertise</h3>
453453
<ul>
454-
<li><strong>Programming</strong>: JavaScript, C++, Java, C#, Python</li>
454+
<li><strong>Programming</strong>: JavaScript, C#, Python</li>
455455
<li><strong>Front-end Web Development</strong>: HTML, CSS, jQuery, Bootstrap</li>
456456
<li><strong>Database Management</strong>: MySQL, MariaDB, SQLite</li>
457457
<li><strong>DevOps</strong>: Docker</li>

public/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Michael William Gunter</title>
5-
<link>http://localhost:1313/</link>
5+
<link>https://dazzletune.github.io/</link>
66
<description>Recent content on Michael William Gunter</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate>Tue, 15 Oct 2024 00:00:00 +0000</lastBuildDate>
10-
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="https://dazzletune.github.io/index.xml" rel="self" type="application/rss+xml" />
1111
<item>
1212
<title>A Re-introduction to My Personal Website</title>
13-
<link>http://localhost:1313/posts/re-introduction/</link>
13+
<link>https://dazzletune.github.io/posts/re-introduction/</link>
1414
<pubDate>Tue, 15 Oct 2024 00:00:00 +0000</pubDate>
15-
<guid>http://localhost:1313/posts/re-introduction/</guid>
15+
<guid>https://dazzletune.github.io/posts/re-introduction/</guid>
1616
<description>&lt;p&gt;So after many years of inactivity, I have finally got the courage to re-introduce my personal website and blog to the public. I am glad that I am able to bring it back but I think I need to provide an overview of the history of me blogging about my interests online. It has been a long while since I made a blog post, and many people on GitHub having personal blogs using static site generators really inspired me to make my own blog without having to worry about security vulnerabilities of content management systems or having to manually hand code webpages entirely from scratch. So without further ado, here is the overview.&lt;/p&gt;</description>
1717
</item>
1818
</channel>

public/page/1/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33
<head>
4-
<title>http://localhost:1313/</title>
5-
<link rel="canonical" href="http://localhost:1313/">
4+
<title>https://dazzletune.github.io/</title>
5+
<link rel="canonical" href="https://dazzletune.github.io/">
66
<meta name="robots" content="noindex">
77
<meta charset="utf-8">
8-
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
8+
<meta http-equiv="refresh" content="0; url=https://dazzletune.github.io/">
99
</head>
1010
</html>

0 commit comments

Comments
 (0)