-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-2.html
More file actions
150 lines (121 loc) · 10.1 KB
/
Copy pathindex-2.html
File metadata and controls
150 lines (121 loc) · 10.1 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>RyanNickel.com</title>
<link rel="stylesheet" href="//unpkg.com/sanitize.css">
<link rel="stylesheet" href="/css/typography.css">
<link rel="stylesheet" href="/css/vars.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<header>
<h1>Hello, my name is <span class="name">Ryan Nickel</span></h1>
<p>A personal blog focused on (primarily) software.</p>
</header>
<main>
<article class="h-entry">
<h1 style="view-transition-name: title-97e99d36-1800-4591-bfc8-9d0ec2473217"><a href="html/updating_to_use_h-entry_for_each_article.html" class="u-url p-name">Updating to use H-Entry for each article</a></h1>
<span class="p-summary" style="view-transition-name: content-97e99d36-1800-4591-bfc8-9d0ec2473217"><p>As I delve deeper into the <a href="https://indieweb.org/">IndieWeb</a>, I first took on the low hanging fruit of adding the <a href="adding-h-ard-to-this-site.html">h-card</a> format to the footer.</p>
</span>
<time class="dt-published" datetime="2023-03-13T06:49:16-04:00">Mar 13, 2023</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-144a6d1d-c703-4303-8d25-a6660efe4b27"><a href="html/on_removing_bootstrap_dependency.html" class="u-url p-name">On Removing Bootstrap Dependency</a></h1>
<span class="p-summary" style="view-transition-name: content-144a6d1d-c703-4303-8d25-a6660efe4b27"><p>As part of my ongoing blog update, I’m working on removing my dependency on <a href="https://getbootstrap.com">Bootstrap</a>.</p>
</span>
<time class="dt-published" datetime="2023-01-17T20:14:23-05:00">Jan 17, 2023</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-9d5effab-b54a-42f5-ab88-b5ca579dca98"><a href="html/adding_h-card_to_this_site_and_scope_creep.html" class="u-url p-name">Adding H-Card To This Site, and Scope Creep</a></h1>
<span class="p-summary" style="view-transition-name: content-9d5effab-b54a-42f5-ab88-b5ca579dca98"><p>I was recently inspired by <a href="https://indieweb.social/@tbeseda">@tbeseda@indieweb.social</a> to add some <a href="http://microformats.org/wiki/h-card">h-card</a> formatting to my site.</p>
</span>
<time class="dt-published" datetime="2023-01-16T21:34:45-05:00">Jan 16, 2023</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-2f8cfcdb-9bec-4d00-8444-f33070928e60"><a href="html/creating_homebrew_package_for_staticsitegenerator_distribution.html" class="u-url p-name">Creating Homebrew Package For StaticSiteGenerator Distribution</a></h1>
<span class="p-summary" style="view-transition-name: content-2f8cfcdb-9bec-4d00-8444-f33070928e60"><p>In a previous post playing with <a href="./on_adding_github_actions_to_my_staticsitegenerator.html">GitHub Actions</a> I thought it might be interseting to figure out how to distribute the binary via Homebrew.</p>
</span>
<time class="dt-published" datetime="2023-01-13T12:19:42-05:00">Jan 13, 2023</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-b91b6845-a6fa-47c5-919e-c39ff2957d11"><a href="html/on_adding_gzip_compression_to_staticsitegenerator.html" class="u-url p-name">On Adding GZip Compression To StaticSiteGenerator</a></h1>
<span class="p-summary" style="view-transition-name: content-b91b6845-a6fa-47c5-919e-c39ff2957d11"><p>In an attempt to be a Good Web Citizen, I thought I’d try to add some GZip compression to the responses served up by the <a href="https://github.com/mrnickel/StaticSiteGenerator">StaticSiteGenerator</a>.</p>
</span>
<time class="dt-published" datetime="2023-01-04T10:42:53-05:00">Jan 04, 2023</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-e05b0c41-d8b9-43c8-bc23-e27b49993e62"><a href="html/on_adding_github_actions_to_my_staticsitegenerator.html" class="u-url p-name">On Adding GitHub Actions To My StaticSiteGenerator</a></h1>
<span class="p-summary" style="view-transition-name: content-e05b0c41-d8b9-43c8-bc23-e27b49993e62"><p>A number of years ago I started toying with <a href="https://go.dev">Go</a>. At the same time I was building this website you’re reading right now. I wanted to join these two desires, so I thought I’d take advantage of the, new to me, static site hosting of github for my personal website.</p>
</span>
<time class="dt-published" datetime="2023-01-02T20:26:18-05:00">Jan 02, 2023</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-129f26c1-ad28-4b26-a13b-c2e11dde4eaa"><a href="html/on_open_source_trolls.html" class="u-url p-name">On Open Source Trolls</a></h1>
<span class="p-summary" style="view-transition-name: content-129f26c1-ad28-4b26-a13b-c2e11dde4eaa"><p>We all use open source projects to complete our daily jobs. We all stand on the shoulders of giants. However it seems as though there are many who take the hard work of others for granted. They’ve come to expect enterprise level support and stability from projects that are given away for free from generous people.</p>
</span>
<time class="dt-published" datetime="2020-04-22T20:11:52-04:00">Apr 22, 2020</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-79d3ee63-ff67-46d2-b715-665fb2c282c5"><a href="html/on_getting_aws_solutions_architect_certified.html" class="u-url p-name">On Getting AWS Solutions Architect Certified</a></h1>
<span class="p-summary" style="view-transition-name: content-79d3ee63-ff67-46d2-b715-665fb2c282c5"><p>Having accomplished my personal challenge of completing an olympic triathlon (while simultaneously rediscovering my love of cycling), I decided to tackle a professional challenge.</p>
</span>
<time class="dt-published" datetime="2020-03-25T16:06:17-04:00">Mar 25, 2020</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-5789b77c-5509-45de-a524-4735fc23a93d"><a href="html/my_thoughts_on_wwdc_2019.html" class="u-url p-name">My Thoughts on WWDC 2019</a></h1>
<span class="p-summary" style="view-transition-name: content-5789b77c-5509-45de-a524-4735fc23a93d"><p>WWDC is an event I’ve been watching every year since I think 2007, the year they announced the iPhone. At the time I was a big Apple fanboy.</p>
</span>
<time class="dt-published" datetime="2019-07-20T18:06:25-04:00">Jul 20, 2019</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
<article class="h-entry">
<h1 style="view-transition-name: title-36cd7dd0-d0e8-4b15-a23f-51149510dfe5"><a href="html/creating_my_ideal_react_native_projects_with_typescript_eslint_prettier_and_vscode.html" class="u-url p-name">Creating My Ideal React Native Projects With TypeScript ESLint, Prettier and VSCode</a></h1>
<span class="p-summary" style="view-transition-name: content-36cd7dd0-d0e8-4b15-a23f-51149510dfe5"><p>With the <a href="https://medium.com/palantir/tslint-in-2019-1a144c2317a9">announcement of TSLint being deprecated in favour of using ESLint</a></p>
</span>
<time class="dt-published" datetime="2019-06-04T15:41:58-04:00">Jun 04, 2019</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
</main>
<nav>
<a href="/index.html"><< Previous</a>
<a href="/index-3.html">Next >></a>
</nav>
<footer class="h-card">
<img class="u-photo" src="/img/headshot.png" alt="headshot">
<span class="p-name">Ryan Nickel</span>
<a class="hidden u-url" rel="me" href="https://RyanNickel.com">https://RyanNickel.com</a>
<ul>
<li><a rel="me" href="https://twitter.com/rnickel" class="u-url">Twitter</a></li>
<li><a rel="me" href="https://github.com/mrnickel" class="u-url">GitHub</a></li>
<li><a href="/about.html">About</a></li>
<li><a rel="me" href="https://indieweb.social/@mrnickel" class="u-url">Mastodon</a></li>
<li><a href="/rss.xml">RSS</a></li>
</ul>
<p>Made with ♥ by <span class="p-given-name">Ryan</span> <span class="p-family-name">Nickel</span> in <span class="p-locality">Toronto</span>, <span>Canada</span></p>
<img src="/img/toronto-icon-sm.png" alt="Toronto Icon" class="cityicon">
<p>Generated with my super awesome <a href="https://github.com/mrnickel/StaticSiteGenerator">StaticSiteGenerator</a></p>
</footer>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-35684132-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>