-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
263 lines (171 loc) · 10.3 KB
/
Copy path404.html
File metadata and controls
263 lines (171 loc) · 10.3 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!--
This error template is used for all 404 errors, which might occur on your site.
It's a good idea to keep this template as minimal as possible in terms of both file size and complexity.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>404 - Page Not Found</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.edited.css" />
<!-- This tag outputs SEO meta+structured data and other important settings -->
<meta name="description" content="A blog mostly about techie things" />
<link rel="shortcut icon" href="http://localhost:4000/assets/images/favicon.png" type="image/png" />
<link rel="canonical" href="http://localhost:4000/404.html" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<!--title below is coming from _includes/dynamic_title-->
<meta property="og:site_name" content="Headly's blog of things" />
<meta property="og:type" content="website" />
<meta property="og:title" content="404 - Page Not Found" />
<meta property="og:description" content="A blog mostly about techie things" />
<meta property="og:url" content="http://localhost:4000/404.html" />
<meta property="og:image" content="http://localhost:4000/assets/images/blog-cover.jpg" />
<meta property="article:publisher" content="https://www.facebook.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="404 - Page Not Found" />
<meta name="twitter:description" content="A blog mostly about techie things" />
<meta name="twitter:url" content="http://localhost:4000/" />
<meta name="twitter:image" content="http://localhost:4000/assets/images/blog-cover.jpg" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Headly's blog of things" />
<meta name="twitter:site" content="@" />
<meta name="twitter:creator" content="@" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="666" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "Headly's blog of things",
"logo": "http://localhost:4000/"
},
"url": "http://localhost:4000/404.html",
"image": {
"@type": "ImageObject",
"url": "http://localhost:4000/assets/images/blog-cover.jpg",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://localhost:4000/404.html"
},
"description": "A blog mostly about techie things"
}
</script>
<!-- <script type="text/javascript" src="https://demo.ghost.io/public/ghost-sdk.min.js?v=724281a32e"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "f84a07a72b17"
});
</script> -->
<meta name="generator" content="Jekyll 3.6.2" />
<link rel="alternate" type="application/rss+xml" title="404 - Page Not Found" href="/feed.xml" />
</head>
<body class="error-template">
<div class="site-wrapper">
<header class="site-header outer no-cover">
<div class="inner">
<nav class="site-nav-center">
<a class="site-nav-logo" href="/">Headly's blog of things</a>
</nav>
</div>
</header>
<main id="site-main" class="site-main outer" role="main">
<div class="inner">
<section class="error-message">
<h1 class="error-code">404</h1>
<p class="error-description">Page not found</p>
<a class="error-link" href="/">Go to the front page →</a>
</section>
</div>
</main>
<!-- get "posts" limit="3" -->
<aside class="outer">
<div class="inner">
<div class="post-feed">
<!-- The tag below includes the markup for each post - partials/post-card.hbs -->
<article class="post-card ">
<a class="post-card-image-link" href="/developing-on-windows">
<div class="post-card-image" style="background-image: url(/assets/posts/2018-07-25-developing-on-windows/cover.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/developing-on-windows">
<header class="post-card-header">
<span class="post-card-tags">Windows</span>
<h2 class="post-card-title">Using Windows10 for development - WLS</h2>
</header>
<section class="post-card-excerpt">
<p>Once upon a time I use to develop using a windows machine.. After encountering many annoying issues when trying to setup my local dev environment sometimes taking days attempting to resolve proxy and</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="/assets/images/me.jpg" alt="Joshua" />
<span class="post-card-author">
<a href="/author/headly48/">Joshua</a>
</span>
</footer>
</div>
</article>
<article class="post-card ">
<a class="post-card-image-link" href="/aws-serverless-crud">
<div class="post-card-image" style="background-image: url(/assets/posts/2018-07-25-aws-serverless-crud/cover.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/aws-serverless-crud">
<header class="post-card-header">
<span class="post-card-tags">Aws</span>
<span class="post-card-tags">Dynamodb</span>
<span class="post-card-tags">Lambda</span>
<h2 class="post-card-title">Creating a CRUD API with AWS lambda and dynamoDB</h2>
</header>
<section class="post-card-excerpt">
<p>Intro The last few lambda functions I have created have been very basic in nature as they returned simple responses with no error handling or other integrations needed. So I thought I should</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="/assets/images/me.jpg" alt="Joshua" />
<span class="post-card-author">
<a href="/author/headly48/">Joshua</a>
</span>
</footer>
</div>
</article>
<article class="post-card ">
<a class="post-card-image-link" href="/aws-serverless-deployments">
<div class="post-card-image" style="background-image: url(/assets/posts/2018-07-25-aws-serverless-deployments/cover.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/aws-serverless-deployments">
<header class="post-card-header">
<span class="post-card-tags">Aws</span>
<span class="post-card-tags">Serverless</span>
<span class="post-card-tags">Lambda</span>
<h2 class="post-card-title">Serverless - Making lambda deployments easy</h2>
</header>
<section class="post-card-excerpt">
<p>In my last post I worked on my first lambda function and went through the process of manually setting up the function, gateway and roles. While this works it does slow down development</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="/assets/images/me.jpg" alt="Joshua" />
<span class="post-card-author">
<a href="/author/headly48/">Joshua</a>
</span>
</footer>
</div>
</article>
</div>
</div>
</aside>
<!-- /get -->
</div>
</body>
</html>