-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
428 lines (343 loc) · 18 KB
/
index.html
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>The Daily Whoaught</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?v=837982fa3d">
<meta name="description" content="Thoughts, stories and ideas.">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="canonical" href="index.html">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="The Daily Whoaught">
<meta property="og:type" content="website">
<meta property="og:title" content="The Daily Whoaught">
<meta property="og:description" content="Thoughts, stories and ideas.">
<meta property="og:url" content="http://localhost:2368/">
<meta property="og:image" content="https://static.ghost.org/v1.0.0/images/blog-cover.jpg">
<meta property="article:publisher" content="https://www.facebook.com/ghost">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="The Daily Whoaught">
<meta name="twitter:description" content="Thoughts, stories and ideas.">
<meta name="twitter:url" content="http://localhost:2368/">
<meta name="twitter:image" content="https://static.ghost.org/v1.0.0/images/blog-cover.jpg">
<meta name="twitter:site" content="tryghost">
<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": "The Daily Whoaught",
"logo": "https://static.ghost.org/v1.0.0/images/ghost-logo.svg"
},
"url": "http://localhost:2368/",
"image": {
"@type": "ImageObject",
"url": "https://static.ghost.org/v1.0.0/images/blog-cover.jpg",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://localhost:2368/"
},
"description": "Thoughts, stories and ideas."
}
</script>
<script src="public/ghost-sdk.js?v=837982fa3d"></script>
<script>
ghost.init({
clientId: "ghost-frontend",
clientSecret: "b760e2d451a5"
});
</script>
<meta name="generator" content="Ghost 2.6">
<link rel="alternate" type="application/rss+xml" title="The Daily Whoaught" href="rss/index.html">
</head>
<body class="home-template">
<div class="site-wrapper">
<header class="site-header outer " style="background-image: url(https://static.ghost.org/v1.0.0/images/blog-cover.jpg)">
<div class="inner">
<div class="site-header-content">
<h1 class="site-title">
<img class="site-logo" src="https://static.ghost.org/v1.0.0/images/ghost-logo.svg" alt="The Daily Whoaught">
</h1>
<h2 class="site-description">Thoughts, stories and ideas.</h2>
</div>
<nav class="site-nav">
<div class="site-nav-left">
<ul class="nav" role="menu">
<li class="nav-home nav-current" role="menuitem"><a href="index.html">Home</a></li>
<li class="nav-tag" role="menuitem"><a href="tag/getting-started/">Tag</a></li>
<li class="nav-author" role="menuitem"><a href="author/ghost/">Author</a></li>
<li class="nav-help" role="menuitem"><a href="https://help.ghost.org">Help</a></li>
</ul>
</div>
<div class="site-nav-right">
<div class="social-links">
<a class="social-link social-link-fb" href="https://www.facebook.com/ghost" title="Facebook" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z"></path></svg>
</a>
<a class="social-link social-link-tw" href="https://twitter.com/tryghost" title="Twitter" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M30.063 7.313c-.813 1.125-1.75 2.125-2.875 2.938v.75c0 1.563-.188 3.125-.688 4.625a15.088 15.088 0 0 1-2.063 4.438c-.875 1.438-2 2.688-3.25 3.813a15.015 15.015 0 0 1-4.625 2.563c-1.813.688-3.75 1-5.75 1-3.25 0-6.188-.875-8.875-2.625.438.063.875.125 1.375.125 2.688 0 5.063-.875 7.188-2.5-1.25 0-2.375-.375-3.375-1.125s-1.688-1.688-2.063-2.875c.438.063.813.125 1.125.125.5 0 1-.063 1.5-.25-1.313-.25-2.438-.938-3.313-1.938a5.673 5.673 0 0 1-1.313-3.688v-.063c.813.438 1.688.688 2.625.688a5.228 5.228 0 0 1-1.875-2c-.5-.875-.688-1.813-.688-2.75 0-1.063.25-2.063.75-2.938 1.438 1.75 3.188 3.188 5.25 4.25s4.313 1.688 6.688 1.813a5.579 5.579 0 0 1 1.5-5.438c1.125-1.125 2.5-1.688 4.125-1.688s3.063.625 4.188 1.813a11.48 11.48 0 0 0 3.688-1.375c-.438 1.375-1.313 2.438-2.563 3.188 1.125-.125 2.188-.438 3.313-.875z"></path></svg>
</a>
</div>
<a class="rss-button" href="https://feedly.com/i/subscription/feed/http://localhost:2368/rss/" title="RSS" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><circle cx="6.18" cy="17.82" r="2.18"></circle><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"></path></svg>
</a>
</div>
</nav>
</div>
</header>
<main id="site-main" class="site-main outer">
<div class="inner">
<div class="post-feed">
<article class="post-card post no-image">
<div class="post-card-content">
<a class="post-card-content-link" href="this-is-my-first-blog-entry/">
<header class="post-card-header">
<h2 class="post-card-title">This is my first blog entry!</h2>
</header>
<section class="post-card-excerpt">
<p>Lorem ipsum bla bla bla</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
CanDry
</div>
<a href="author/candry/" class="static-avatar author-profile-image"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M3.513 18.998C4.749 15.504 8.082 13 12 13s7.251 2.504 8.487 5.998C18.47 21.442 15.417 23 12 23s-6.47-1.558-8.487-4.002zM12 12c2.21 0 4-2.79 4-5s-1.79-4-4-4-4 1.79-4 4 1.79 5 4 5z" fill="#FFF"></path></g></svg>
</a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started">
<a class="post-card-image-link" href="welcome/">
<div class="post-card-image" style="background-image: url(https://static.ghost.org/v2.0.0/images/welcome-to-ghost.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="welcome/">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Welcome to Ghost</h2>
</header>
<section class="post-card-excerpt">
<p>Welcome, it's great to have you here. We know that first impressions are important, so we've populated your new site with some initial getting started posts that will help you get familiar with everything in no time.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Ghost
</div>
<a href="author/ghost/" class="static-avatar"><img class="author-profile-image" src="https://static.ghost.org/v2.0.0/images/ghost.png" alt="Ghost"></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started">
<a class="post-card-image-link" href="the-editor/">
<div class="post-card-image" style="background-image: url(https://static.ghost.org/v2.0.0/images/writing-posts-with-ghost.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="the-editor/">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Writing posts with Ghost ✍️</h2>
</header>
<section class="post-card-excerpt">
<p>Getting started with the editor is simple, with familiar formatting options in a functional toolbar and the ability to add dynamic content seamlessly.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Ghost
</div>
<a href="author/ghost/" class="static-avatar"><img class="author-profile-image" src="https://static.ghost.org/v2.0.0/images/ghost.png" alt="Ghost"></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started">
<a class="post-card-image-link" href="publishing-options/">
<div class="post-card-image" style="background-image: url(https://static.ghost.org/v2.0.0/images/publishing-options.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="publishing-options/">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Publishing options</h2>
</header>
<section class="post-card-excerpt">
<p>The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Ghost
</div>
<a href="author/ghost/" class="static-avatar"><img class="author-profile-image" src="https://static.ghost.org/v2.0.0/images/ghost.png" alt="Ghost"></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started">
<a class="post-card-image-link" href="admin-settings/">
<div class="post-card-image" style="background-image: url(https://static.ghost.org/v2.0.0/images/admin-settings.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="admin-settings/">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Managing admin settings</h2>
</header>
<section class="post-card-excerpt">
<p>There are a couple of things to do next while you're getting set up: making your site private and inviting your team.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Ghost
</div>
<a href="author/ghost/" class="static-avatar"><img class="author-profile-image" src="https://static.ghost.org/v2.0.0/images/ghost.png" alt="Ghost"></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started">
<a class="post-card-image-link" href="organising-content/">
<div class="post-card-image" style="background-image: url(https://static.ghost.org/v2.0.0/images/organising-your-content.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="organising-content/">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Organising your content</h2>
</header>
<section class="post-card-excerpt">
<p>Ghost has a flexible organisational taxonomy called tags which can be used to configure your site structure using dynamic routing.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Ghost
</div>
<a href="author/ghost/" class="static-avatar"><img class="author-profile-image" src="https://static.ghost.org/v2.0.0/images/ghost.png" alt="Ghost"></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started">
<a class="post-card-image-link" href="apps-integrations/">
<div class="post-card-image" style="background-image: url(https://static.ghost.org/v2.0.0/images/app-integrations.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="apps-integrations/">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Apps & integrations</h2>
</header>
<section class="post-card-excerpt">
<p>There are three primary ways to work with third-party services in Ghost: using Zapier, editing your theme, or using the Ghost API.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Ghost
</div>
<a href="author/ghost/" class="static-avatar"><img class="author-profile-image" src="https://static.ghost.org/v2.0.0/images/ghost.png" alt="Ghost"></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started">
<a class="post-card-image-link" href="themes/">
<div class="post-card-image" style="background-image: url(https://static.ghost.org/v2.0.0/images/creating-a-custom-theme.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="themes/">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Creating a custom theme</h2>
</header>
<section class="post-card-excerpt">
<p>Ghost comes with a beautiful default theme called Casper, which is designed to be a clean, readable publication layout and can be easily adapted for most purposes.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Ghost
</div>
<a href="author/ghost/" class="static-avatar"><img class="author-profile-image" src="https://static.ghost.org/v2.0.0/images/ghost.png" alt="Ghost"></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
</div>
</div>
</main>
<footer class="site-footer outer">
<div class="site-footer-content inner">
<section class="copyright"><a href="index.html">The Daily Whoaught</a> © 2018</section>
<nav class="site-footer-nav">
<a href="index.html">Latest Posts</a>
<a href="https://www.facebook.com/ghost" target="_blank" rel="noopener">Facebook</a>
<a href="https://twitter.com/tryghost" target="_blank" rel="noopener">Twitter</a>
<a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a>
</nav>
</div>
</footer>
</div>
<script>
var images = document.querySelectorAll('.kg-gallery-image img');
images.forEach(function (image) {
var container = image.closest('.kg-gallery-image');
var width = image.attributes.width.value;
var height = image.attributes.height.value;
var ratio = width / height;
container.style.flex = ratio + ' 1 0%';
})
</script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous">
</script>
<script type="text/javascript" src="assets/built/jquery.fitvids.js?v=837982fa3d"></script>
<script>
// maxPages is a global variable that is needed to determine
// if we need to load more pages for the infinitescroll, or if
// we reached the last page already.
var maxPages = parseInt('1');
</script>
<script src="assets/built/infinitescroll.js?v=837982fa3d"></script>
</body>