Compare commits

...

3 Commits

Author SHA1 Message Date
Sophia Atkinson 66b1641344
yeah so much for that 2023-10-08 19:59:22 -07:00
Sophia Atkinson b968221372
hope this works lul 2023-10-08 19:57:51 -07:00
Sophia Atkinson 109d7d0d03
removed unnecessary scripts and css. 2023-10-08 19:23:45 -07:00
5 changed files with 7 additions and 47 deletions

View File

@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.118.2
HUGO_VERSION: 0.119.0
steps:
- name: Install Hugo CLI
run: |

View File

@ -1,6 +1,7 @@
---
date: "09-05-2023"
title: "Cassette Locations"
usetwemoji: true
---
## Introduction

View File

@ -1,36 +0,0 @@
<script type="text/art">
----
---=##=---
---+%@@@@@+---
---=+%@@@@@@@@@@%+=---
----=*#@@@@@@@@@@@@@@@@#*=----
-----==+#@@@@@@@@@%*==*%@@@@@@@@@#+==-----
------====+*%@@@@@@@@@@%*=------=*%@@@@@@@@@@%*+====------
--%@@@@@@@@@@@@@@@@@%+--------------+%@@@@@@@@@@@@@@@@@%--
--%@@@@@@@@@@@@@#+==--------##--------==+#@@@@@@@@@@@@@%--
--*@@@@@@%#*++=-----------=%@@%=-----------=++*#%@@@@@@*--
-=@@@@@*----------------=%@@@@%=----------------*@@@@@=-
--#@@@@@=--------------=%@@@@@@%=--------------=@@@@@#--
--=@@@@@*-------------=@@@@@@@@@@=-------------*@@@@@=-
--#@@@@@=-----------+@@@@@@@@@@@@=-----------=@@@@@#--
-=@@@@@#----------*@@@@@@@@@@@@@@*----------#@@@@@=-
--*@@@@@+--------*%%@@@@@@@@@@@@%%*--------+@@@@@*--
--%@@@@@=---------+@@@@@@@@@@@@+---------=@@@@@%--
--=@@@@@%=-------=@@@@@@@@@@@@@@=-------=%@@@@@=--
--+@@@@@%------=@@@@@@@@@@@@@@@@=-----=#@@@@@+--
--*@@@@@#----=@@@@@@@@@@@@@@@@@@=----#@@@@@*--
--*@@@@@#---++++===@@@@@@===++++---#@@@@@*--
--*@@@@@%=--------@@@@@@--------=%@@@@@*--
--*@@@@@%=-------@@@@@@-------=%@@@@@*--
--+@@@@@@+------%@@@@%------+@@@@@@+--
--=@@@@@@%=--------------=%@@@@@@=--
=-=#@@@@@@*------------*@@@@@@#=-=
--+@@@@@@@*--------*@@@@@@@+--
--=*@@@@@@@#=--=#@@@@@@@*=--
--=#@@@@@@@%%@@@@@@@#=--
--=*@@@@@@@@@@@@*=--
---=%@@@@@@%=---
---=+##+=---
------
</script>

View File

@ -1,6 +1,5 @@
<head>
<meta charset="utf-8">
{{ partial "easteregg.html" . }}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{{ hugo.Generator }}
@ -55,8 +54,6 @@
}
</style>
<link rel="stylesheet" href="{{ "css/prism.css" | relURL }}" media="none" onload="this.media='all';">
{{ $templateStyles := resources.Get "css/template-styles.css" }}
{{ $styles := $templateStyles | resources.ExecuteAsTemplate "css/styles.css" . }}
<link rel="stylesheet" type="text/css" href="{{ $styles.RelPermalink }}">

View File

@ -1,9 +1,7 @@
{{ $templateDomScripts := resources.Get "js/template-dom-scripts.js" }}
<script src="https://cdn.jsdelivr.net/npm/twemoji/dist/twemoji.min.js" crossorigin="anonymous"></script>{{ $domScripts := $templateDomScripts | resources.ExecuteAsTemplate "js/dom-scripts.js" . }}
{{ $domScripts := $templateDomScripts | resources.ExecuteAsTemplate "js/dom-scripts.js" . }}
<script src="{{ $domScripts.RelPermalink }}"></script>
<script src="{{ "js/prism.js" | relURL }}"></script>
{{ if site.Params.search }}
{{ $searchJs := resources.Get "js/search.js" | fingerprint }}
<script src="{{ $searchJs.RelPermalink }}"></script>
@ -14,7 +12,7 @@
{{ range .Site.Params.customJs }}
<script src="{{ . | relURL }}"></script>
{{ end }}
<script>
twemoji.parse(document.body)
</script>
{{ if eq .Params.usetwemoji true }}
<script src="https://cdn.jsdelivr.net/npm/twemoji/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script>twemoji.parse(document.body)</script>
{{ end }}