From 7611fbe662b95a31e19605d21757f0c92aa5ce9f Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Thu, 1 Feb 2024 22:27:27 -0500 Subject: [PATCH] General site updates Signed-off-by: Jeremy T. Bouse --- assets/jsconfig.json | 2 +- config/_default/params.yaml | 8 ++++++-- content/authors/jbouse/_index.md | 1 + go.mod | 4 +++- go.sum | 8 +++++--- 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/assets/jsconfig.json b/assets/jsconfig.json index cb66c9e..c57d14f 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -34,7 +34,7 @@ "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/jakearchibald/idb@v8.0.0+incompatible/src/*", "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/krisk/!fuse@v7.0.0+incompatible/dist/*", "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.2+incompatible/js/*", - "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/ugns/kq4afy-theme@v0.0.0-20240202022041-e1fd50705743/assets/*" + "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/ugns/kq4afy-theme@v0.0.0-20240202032527-030bd0cb12ec/assets/*" ] } } diff --git a/config/_default/params.yaml b/config/_default/params.yaml index e54b173..4dde61f 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -10,10 +10,11 @@ hb: # post_thumbnail: false # whether to show the thumbnails. # post_date_format: ":date_long" # see https://gohugo.io/functions/dateformat/#datetime-formatting-layouts. home: # homepage settings. - featured_posts: 6 # the number of the featured posts. + featured_posts: 5 # the number of the featured posts. main_sections: # leave it empty to include all regular pages. - blog # - docs + # taxonomies: false social_share_buttons: alignment: center media: @@ -21,8 +22,11 @@ hb: - twitter - linkedin gallery: + date_sort_order: asc + highlight_images_count: 10 + highlight_images_recursive: false paginate: 12 - # thumbnail_size: "x120" + thumbnail_size: x120 content_panel: repo: service: github # github or gitlab. diff --git a/content/authors/jbouse/_index.md b/content/authors/jbouse/_index.md index 87c8255..2ebc02b 100644 --- a/content/authors/jbouse/_index.md +++ b/content/authors/jbouse/_index.md @@ -5,4 +5,5 @@ socials: github: jbouse paypal: KQ4AFY tiktok: butonlyone.life + email: operator@kq4afy.xyz --- diff --git a/go.mod b/go.mod index 778eaf0..8fcc66b 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.14 require ( github.com/GoogleChrome/workbox v7.0.0+incompatible // indirect + github.com/KaTeX/KaTeX v0.16.9 // indirect github.com/Templarian/MaterialDesign-SVG v7.4.47+incompatible // indirect github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect @@ -37,6 +38,7 @@ require ( github.com/hbstack/docs/modules/featured-image v0.2.8 // indirect github.com/hbstack/docs/modules/heading-sign v0.1.9 // indirect github.com/hbstack/docs/modules/toc-scrollspy v0.1.7 // indirect + github.com/hbstack/featured-image v0.1.2 // indirect github.com/hbstack/footer v0.2.10 // indirect github.com/hbstack/footer/modules/socials v0.2.5 // indirect github.com/hbstack/gallery v0.11.0 // indirect @@ -101,5 +103,5 @@ require ( github.com/krisk/Fuse v7.0.0+incompatible // indirect github.com/twbs/bootstrap v5.3.2+incompatible // indirect github.com/twbs/icons v1.11.3 // indirect - github.com/ugns/kq4afy-theme v0.0.0-20240202022041-e1fd50705743 // indirect + github.com/ugns/kq4afy-theme v0.0.0-20240202032527-030bd0cb12ec // indirect ) diff --git a/go.sum b/go.sum index da9a2b7..925cf0f 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,6 @@ github.com/GoogleChrome/workbox v7.0.0+incompatible h1:/bqYzSkS1O9leTJ8kT0v9d61ANMJKt+GemdhmcaSB9c= github.com/GoogleChrome/workbox v7.0.0+incompatible/go.mod h1:dyEoGLpJeO43pUVJb+nNNr1WRgoF81hNEl4UGLV+yow= +github.com/KaTeX/KaTeX v0.16.9 h1:4VYWM2nMSCfOPi63mTRJYQs0UmZPGTx3noiQ/vJu9Rk= github.com/KaTeX/KaTeX v0.16.9/go.mod h1:VI+aE+CVs/VqtbHnuhstfQST46GmrwpXH7LQAzYIouw= github.com/Templarian/MaterialDesign-SVG v7.4.47+incompatible h1:w99yYrLvkTj5A9Dxd8mzNoFQpOBx9aRS03RrrqjzLuw= github.com/Templarian/MaterialDesign-SVG v7.4.47+incompatible/go.mod h1:SRSiaLOZazGp4UpKPQRm37h4A3cKLHXaybAqaJ7Lfx8= @@ -67,7 +68,8 @@ github.com/hbstack/docs/modules/heading-sign v0.1.9 h1:gwqg3R5YGwqCHFXrnV1ligZ2w github.com/hbstack/docs/modules/heading-sign v0.1.9/go.mod h1:64D1dr+tmjfQh0F1PtYa+cs9PiZttR6LCoXaiBXD4bI= github.com/hbstack/docs/modules/toc-scrollspy v0.1.7 h1:uBSdzKiDVYjqMxCr7UIC25J+YcC26q64bxmE2tWU0eI= github.com/hbstack/docs/modules/toc-scrollspy v0.1.7/go.mod h1:gRkFkDSPj8+j0rqIXbo1SQiD0UC7ZlDbbW+6FmilX0g= -github.com/hbstack/featured-image v0.1.1/go.mod h1:JniIDVMJnbvsR5cVVhsCpTMlvquZwo//pgbL5iyYWTA= +github.com/hbstack/featured-image v0.1.2 h1:Bc/deRi++p4rmoM8SWwgVR8sLpaythdceZYqPM5RGYQ= +github.com/hbstack/featured-image v0.1.2/go.mod h1:zVzCNnwRWcxv9mdrUooPigdIGBFqD1RUPUcGxrKiTVM= github.com/hbstack/footer v0.2.10 h1:1w8fUXLajGSvEsu7UeWgnrDZumTqnC3pfl4vmmi+feU= github.com/hbstack/footer v0.2.10/go.mod h1:z779/sE1prEcABuz4RjhSwA8QkFLkmf+xv/5yM3BtPc= github.com/hbstack/footer/modules/socials v0.2.5 h1:VmIBdRc8+ujwOjurcltNW0yU7rX2CzectEtmhgy9I6Y= @@ -196,5 +198,5 @@ github.com/twbs/bootstrap v5.3.2+incompatible h1:tuiO5acc6xnZUR77Sbi5aKWXxjYxbms github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/icons v1.11.3 h1:XhvrQ1XDom9ggBbQx3wQCFGEr8qAQwQP/dAcw8OXMtA= github.com/twbs/icons v1.11.3/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= -github.com/ugns/kq4afy-theme v0.0.0-20240202022041-e1fd50705743 h1:PBtKB4Lvifm7n77mGlJ9/tRQNRWuWvzMxYlp9GI0QJc= -github.com/ugns/kq4afy-theme v0.0.0-20240202022041-e1fd50705743/go.mod h1:8exNbkzBr+womz8UEzIVmpdoYZdGj/twRP/KMDR8oQs= +github.com/ugns/kq4afy-theme v0.0.0-20240202032527-030bd0cb12ec h1:KO1JLYkxsdvlDw5bulHgTY7fpc8lUw7p7bREc5KLipI= +github.com/ugns/kq4afy-theme v0.0.0-20240202032527-030bd0cb12ec/go.mod h1:xw06IH3NxEGT2OO7VXMTa/uc7EOnPO9RuhuuAx7j+Ec=