Skip to content

Commit 5d07f18

Browse files
author
Benjamin Williamson
committed
tried a few things
1 parent d739716 commit 5d07f18

77 files changed

Lines changed: 9971 additions & 983 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/_default/hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
baseURL = "https://example.com"
1+
baseURL = "https://badw.github.io"
22
languageCode = "en"
33
DefaultContentLanguage = "en"
4-
title = "Website of Jane Doe"
4+
title = "Website of Benjamin A. D. Williamson"
55

66
# theme as hugo module
77
#theme = "github.com/lxndrblz/anatole"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/lxndrblz/anatole-example
22

3-
go 1.12
3+
go 1.15

public/404.html

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
</title>
1818

19-
<meta name="generator" content="Hugo 0.146.6"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
19+
<meta name="generator" content="Hugo 0.149.0"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
2020
<meta name="author" content="" />
2121
<meta
2222
name="description"
@@ -28,8 +28,8 @@
2828

2929
<link
3030
rel="stylesheet"
31-
href="/scss/main.min.8d4fad7e6916ad2e291e8d97ada157c70350d6d7150fea137e7243340967befb.css"
32-
integrity="sha256-jU&#43;tfmkWrS4pHo2XraFXxwNQ1tcVD&#43;oTfnJDNAlnvvs="
31+
href="/scss/main.min.d68e4d7ecce6ec385f7bfe2219b6dcfc57dfe3d2cf21d0271dbb68889da22998.css"
32+
integrity="sha256-1o5Nfszm7Dhfe/4iGbbc/Fff49LPIdAnHbtoiJ2iKZg="
3333
crossorigin="anonymous"
3434
type="text/css"
3535
/>
@@ -215,8 +215,8 @@
215215

216216
<script
217217
type="text/javascript"
218-
src="/js/medium-zoom.min.1248fa75275e5ef0cbef27e8c1e27dc507c445ae3a2c7d2ed0be0809555dac64.js"
219-
integrity="sha256-Ekj6dSdeXvDL7yfoweJ9xQfERa46LH0u0L4ICVVdrGQ="
218+
src="/js/medium-zoom.min.9531b4a2217a70c5a1fce89c1f81c9ebbdd586708fcd4130b417320c7230c8d6.js"
219+
integrity="sha256-lTG0oiF6cMWh/OicH4HJ673VhnCPzUEwtBcyDHIwyNY="
220220
crossorigin="anonymous"
221221
></script></div>
222222
</aside>
@@ -241,6 +241,21 @@
241241

242242

243243

244+
<li class="nav__list-item">
245+
246+
<a
247+
248+
href="/about/"
249+
250+
title=""
251+
>About</a
252+
>
253+
</li>
254+
255+
256+
257+
258+
244259
<li class="nav__list-item">
245260

246261
<a
@@ -342,11 +357,11 @@
342357
<ul class="optionswitch__list">
343358

344359
<li class="optionswitch__list-item">
345-
<a href="/no/404.html" title="No"
360+
<a href="/no/404.html" title=""
346361
><span
347362

348-
aria-label="No"
349-
>No</span
363+
aria-label=""
364+
></span
350365
>
351366
</a>
352367
</li>
@@ -390,8 +405,8 @@ <h2>Page Not Found</h2>
390405

391406
<script
392407
type="text/javascript"
393-
src="/js/medium-zoom.min.1248fa75275e5ef0cbef27e8c1e27dc507c445ae3a2c7d2ed0be0809555dac64.js"
394-
integrity="sha256-Ekj6dSdeXvDL7yfoweJ9xQfERa46LH0u0L4ICVVdrGQ="
408+
src="/js/medium-zoom.min.9531b4a2217a70c5a1fce89c1f81c9ebbdd586708fcd4130b417320c7230c8d6.js"
409+
integrity="sha256-lTG0oiF6cMWh/OicH4HJ673VhnCPzUEwtBcyDHIwyNY="
395410
crossorigin="anonymous"
396411
></script></body>
397412
</html>

0 commit comments

Comments
 (0)