From d1b48a8a10eda802a371491fe4314adabdae823a Mon Sep 17 00:00:00 2001 From: Michael Green Date: Thu, 17 Aug 2023 23:36:15 +0100 Subject: [PATCH 1/2] Fix footer, add gitignore --- .gitignore | 33 +++++++++++++++++++++++++++++ assets/css/extended/custom-vars.css | 3 +++ assets/css/extended/custom.css | 2 +- config.yaml | 18 ++++++++-------- 4 files changed, 46 insertions(+), 10 deletions(-) create mode 100644 .gitignore create mode 100644 assets/css/extended/custom-vars.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a7596c --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +### Hugo ### +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide \ No newline at end of file diff --git a/assets/css/extended/custom-vars.css b/assets/css/extended/custom-vars.css new file mode 100644 index 0000000..f04f542 --- /dev/null +++ b/assets/css/extended/custom-vars.css @@ -0,0 +1,3 @@ +:root { + --footer-height: 110px; +} \ No newline at end of file diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index 5466569..f6a4d79 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -10,7 +10,7 @@ h1, h2, h3, -h4 +h4, h5, h6 { font-family: 'Yeseva One', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; diff --git a/config.yaml b/config.yaml index fe407bb..2ef685d 100644 --- a/config.yaml +++ b/config.yaml @@ -25,19 +25,19 @@ params: ShowBreadCrumbs: true ShowCodeCopyButtons: true ShowRssButtonInSectionTermList: true - ShowToc: true + ShowToc: true hideFooter: true profileMode: - enabled: true - title: "Hi there!👋" - subtitle: > - My real name is Mike Green, and I'm usually somewhere in or around London, UK. + enabled: true + title: "Hi there!👋" + subtitle: > + My real name is Mike Green, and I'm usually somewhere in or around London, UK. - My bio in short: I keep servers happy. I program too. Blunt and direct. Asks awkward questions. Formerly known as "Myatu". - imageUrl: "/assets/images/8b-moqume-300x300.webp" - imageTitle: "It's me, Moqume!" + My bio in short: I keep servers happy. I program too. Blunt and direct. Asks awkward questions. + imageUrl: "/assets/images/8b-moqume-300x300.webp" + imageTitle: "It's me, Moqume!" socialIcons: - name: github @@ -47,4 +47,4 @@ params: - name: medium url: "https://medium.com/myatus" - name: Rss - url: "index.xml" \ No newline at end of file + url: "index.xml" From 1011ef9504437e3fa07fe8c853f3df265d39c159 Mon Sep 17 00:00:00 2001 From: Michael Green Date: Fri, 18 Aug 2023 00:11:40 +0100 Subject: [PATCH 2/2] Pin PaperMod to v7.0 --- themes/PaperMod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/PaperMod b/themes/PaperMod index d3d90be..25e5b4d 160000 --- a/themes/PaperMod +++ b/themes/PaperMod @@ -1 +1 @@ -Subproject commit d3d90be8a4ea04433d95d02a1dc07b0014c5b8b8 +Subproject commit 25e5b4d2982aacfee9a1194d2738db284c2ac380