From 8422a8802f7643330377a8a59d7f1de026208399 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 27 Apr 2024 17:42:31 +0900 Subject: [PATCH] fix --- layouts/index.html | 1 + layouts/partials/footer.html | 1 + layouts/partials/header.html | 7 - layouts/partials/particles.html | 3 +- static/css/style.css | 2 +- static/css/terminal.css | 682 +++++++++++++------------- static/package.json | 5 - static/pkg/particles/config.js | 1 + static/pkg/particles/particles.css | 17 + static/pkg/particles/particles.json | 1 + static/pkg/particles/particles.min.js | 9 + 11 files changed, 368 insertions(+), 361 deletions(-) delete mode 100644 static/package.json create mode 100644 static/pkg/particles/config.js create mode 100644 static/pkg/particles/particles.css create mode 100644 static/pkg/particles/particles.json create mode 100644 static/pkg/particles/particles.min.js diff --git a/layouts/index.html b/layouts/index.html index 6a7b4ee2..839acaa4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,6 +5,7 @@ +{{ partial "particles.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9be5acff..5af0f5af 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1 +1,2 @@ + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index be22b472..4dceb7df 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,16 +1,9 @@ -
- {{ $s := path.Dir (.Permalink | relURL) }} {{ $t := index (split $s "/") 2 }} {{ $o := index (split $s "/") 1 }} -