diff --git a/assets/sass/style.scss b/assets/sass/style.scss index f5d6983..005ccd2 100644 --- a/assets/sass/style.scss +++ b/assets/sass/style.scss @@ -263,6 +263,11 @@ body { font-family: monospace; } +.crt a { + color: greenyellow; + text-decoration-style: dotted; +} + /* Brick wall background */ .wall { position: absolute; diff --git a/content/about/index.md b/content/about/index.md index 571882e..baf3ff5 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,12 +1,9 @@ --- title: Some stuff about me author: Dan -type: page +type: about date: 2024-01-09T11:46:01+00:00 comments: false -disableCoffee: true -hideMeta: true - --- -This page is coming soon... \ No newline at end of file +This page is coming soon... diff --git a/content/audio/index.md b/content/audio/index.md new file mode 100644 index 0000000..f680e0a --- /dev/null +++ b/content/audio/index.md @@ -0,0 +1,9 @@ +--- +title: Music & Audio +author: Dan +type: about +date: 2025-12-08T11:46:01+00:00 +comments: false +--- + +This page is coming soon... diff --git a/layouts/about/single.html b/layouts/about/single.html new file mode 100644 index 0000000..8368061 --- /dev/null +++ b/layouts/about/single.html @@ -0,0 +1,6 @@ +{{ define "main" }} 1234 +
+

{{ .Title }}

+
{{ .Content }}
+
+{{ end }} diff --git a/layouts/index.html b/layouts/index.html index 92376c3..b9f2fd4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -140,11 +140,6 @@
- SYSTEM LOAD
- CPU: 67%
- RAM: 4.2/8GB
- NET: 2.4MB/s
- DISK: 89%
_
@@ -156,11 +151,10 @@
- +
MUSIC & AUDIO GEAR
-
@@ -180,8 +174,7 @@ - - + - + - +
-
-{{ range first 1 (where .Site.RegularPages "Type" "posts") }} +{{ $pages := where .Site.RegularPages "Kind" "page" }} {{ range first 1 (sort +$pages "Lastmod" "desc") }} +
{{ .Permalink }}
{{ .Title }}
diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index 7d72872..8b237f5 100755 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -1,5 +1,9 @@