-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
237 lines (192 loc) · 7.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>wegotoeleven</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/css/style.css%3Fv=9bb99fcbeb.css" />
<script>
var siteUrl = 'https://blog.wegotoeleven.co.uk';
</script>
<script>
var localTheme = localStorage.getItem('attila_theme');
switch (localTheme) {
case 'dark':
document.documentElement.classList.add('theme-dark');
break;
case 'light':
document.documentElement.classList.add('theme-light');
break;
default:
break;
}
</script>
<style>
.theme-dark:root {
--ghost-accent-color: #cf0010;
}
@media (prefers-color-scheme: dark) {
html:not(.theme-light):root {
--ghost-accent-color: #cf0010;
}
}
</style>
<meta name="description" content="" />
<link rel="canonical" href="index.html" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta property="og:site_name" content="wegotoeleven" />
<meta property="og:type" content="website" />
<meta property="og:title" content="wegotoeleven" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.wegotoeleven.co.uk/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="wegotoeleven" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://blog.wegotoeleven.co.uk/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "wegotoeleven",
"url": "https://blog.wegotoeleven.co.uk/",
"logo": {
"@type": "ImageObject",
"url": "https://blog.wegotoeleven.co.uk/favicon.ico"
}
},
"url": "https://blog.wegotoeleven.co.uk/",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://blog.wegotoeleven.co.uk/"
},
"description": ""
}
</script>
<meta name="generator" content="Ghost 5.12" />
<link rel="alternate" type="application/rss+xml" title="wegotoeleven" href="rss/index.html" />
<script defer src="https://cdn.jsdelivr.net/npm/@tryghost/sodo-search@~1.1/umd/sodo-search.min.js" data-key="2befe022a717b3b3936ce8366d" data-styles="https://cdn.jsdelivr.net/npm/@tryghost/sodo-search@~1.1/umd/main.css" data-sodo-search="https://blog.wegotoeleven.co.uk/" crossorigin="anonymous"></script>
<script defer src="public/cards.min.js%3Fv=9bb99fcbeb"></script><style>:root {--ghost-accent-color: #cf0010;}</style>
<link rel="stylesheet" type="text/css" href="public/cards.min.css%3Fv=9bb99fcbeb.css">
</head>
<body class="home-template">
<div class="nav-header">
<nav class="nav-wrapper" aria-label="Main">
<ul>
<li class="nav-home active"><a href="index.html"><span>Home</span></a></li>
<li class="nav-about-me"><a href="about-me/index.html"><span>About me</span></a></li>
</ul>
<ul class="nav-meta">
<!--
<li class="nav-search">
<a title="Search" data-ghost-search>
<i class="icon icon-search" aria-hidden="true"></i>
<span>Search</span>
</a>
</li>
-->
<!--
<li class="nav-subscribe">
<a href="#/portal">Subscribe</a>
</li>
-->
</ul>
</nav>
<div class="nav-wrapper-control">
<div class="inner">
<a class="nav-menu" role="button"><i class="icon icon-menu" aria-hidden="true"></i>Menu</a>
<!--
<a class="nav-search" title="Search" role="button" data-ghost-search><i class="icon icon-search" aria-hidden="true"></i></a>
-->
</div>
</div>
</div>
<div class="nav-close" role="button" aria-label="Close"></div>
<section class="page-wrapper">
<header class="blog-header ">
<div class="inner">
<div class="box blog-box">
<h1 class="blog-name">wegotoeleven</h1>
<span class="blog-description"></span>
</div>
</div>
</header>
<div id="index" class="container">
<main class="content" role="main">
<div class="extra-pagination">
<nav class="pagination" aria-label="Pagination">
<div class="inner">
<div class="box pagination-box">
<span class="pagination-info">Page 1 of 1</span>
</div>
</div>
</nav>
</div>
<article class="post tag-mac-admin tag-virtualisation tag-technical no-image">
<div class="inner">
<div class="box post-box">
<h2 class="post-title"><a href="30-steps-to-vagrant-and-vmware-fusion-awesomeness/index.html">30 Steps to Vagrant and VMWare Fusion Awesomeness</a></h2>
<span class="post-meta">
By
<a href="author/stephen/index.html">Stephen Warneford-Bygrave</a>
in <a class="post-meta-tag" href="tag/mac-admin/index.html">Mac Admin</a>
on
<time datetime="02-03-2020">02 Mar 2020</time>
</span>
<p class="post-excerpt">Vagrant is pretty cool, but of late I've been having real issues finding a Vagrant base box that works with VMware Fusion OOTB. My blogging workflow (used to) involve(s) using a Vagrant box with Jekyll to generate a static site on my local Mac, and then uploading to an…</p>
</div>
</div>
</article>
<article class="post tag-technical tag-management tag-stateless no-image">
<div class="inner">
<div class="box post-box">
<h2 class="post-title"><a href="puppet-puppetdb-and-puppet-agent/index.html">Puppet puppetdb and puppet agent</a></h2>
<span class="post-meta">
By
<a href="author/stephen/index.html">Stephen Warneford-Bygrave</a>
in <a class="post-meta-tag" href="tag/technical/index.html">Technical</a>
on
<time datetime="03-05-2017">03 May 2017</time>
</span>
<p class="post-excerpt">I like the idea of desired state management systems. You define a set of criteria, and your devices will indefinitely match that criteria, returning to the "Desired State" if required. I've done this a few times with Jamf Pro, using smart groups, extension attributes and policies to "mimic" the functionality…</p>
</div>
</div>
</article>
<article class="post tag-documentation tag-markdown tag-technical no-image">
<div class="inner">
<div class="box post-box">
<h2 class="post-title"><a href="using-markdown-to-write-documentation/index.html">Using Markdown to write Documentation</a></h2>
<span class="post-meta">
By
<a href="author/stephen/index.html">Stephen Warneford-Bygrave</a>
in <a class="post-meta-tag" href="tag/documentation/index.html">Documentation</a>
on
<time datetime="28-09-2015">28 Sep 2015</time>
</span>
<p class="post-excerpt">I absolutely cannot stand writing documentation. Well, that's kind of a lie; I don't mind the actual writing, but I get too hung up on trying to make it look pretty. If you—the reader—write your own, then maybe you'll know what I mean.
One of the best things…</p>
</div>
</div>
</article>
<nav class="pagination" aria-label="Pagination">
<div class="inner">
<div class="box pagination-box">
<span class="pagination-info">Page 1 of 1</span>
</div>
</div>
</nav>
</main>
</div>
<div class="nav-footer">
<nav class="nav-wrapper" aria-label="Footer">
<span class="nav-copy">wegotoeleven © 2022 <a class="nav-rss" title="RSS" href="rss/index.html" target="_blank"><i class="icon icon-rss" aria-hidden="true"></i></a></span>
<span class="nav-credits"><a class="menu-item js-theme" href="index.html#" data-system="System theme" data-dark="Dark theme" data-light="Light theme"><span class="theme-icon"></span><span class="theme-text">System theme</span> </a> </span>
</nav>
</div>
</section>
<script type="text/javascript" src="assets/js/script.js%3Fv=9bb99fcbeb"></script>
</body>
</html>