Skip to content

Commit

Permalink
Cleanup and refine
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy T. Bouse <[email protected]>
  • Loading branch information
jbouse committed Feb 2, 2024
1 parent 0a8faa9 commit b4a06c8
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 14 deletions.
3 changes: 2 additions & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hbstack/header/modules/[email protected]/assets/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hbstack/[email protected]/assets/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hbstack/[email protected]/assets/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hbstack/[email protected]/assets/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hbstack/[email protected]/assets/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hbstack/[email protected]/assets/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hbstack/[email protected]/assets/*",
Expand All @@ -34,7 +35,7 @@
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/jakearchibald/[email protected]+incompatible/src/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/krisk/[email protected]+incompatible/dist/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/[email protected]+incompatible/js/*",
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/ugns/[email protected]20240202032527-030bd0cb12ec/assets/*"
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/ugns/[email protected]20240202033713-71186167d739/assets/*"
]
}
}
Expand Down
2 changes: 2 additions & 0 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ module:
- path: github.com/hbstack/blog/modules/social-share-buttons
- path: github.com/hbstack/blog/modules/revision
- path: github.com/hbstack/announcement-bar
- path: github.com/hbstack/iframe
- path: github.com/hbstack/google-fonts

outputs:
home:
Expand Down
25 changes: 14 additions & 11 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
hb:
header:
socials:
email: [email protected]
footer:
socials:
email: [email protected]
blog:
paginate: 9 # paginate.
# post_thumbnail: false # whether to show the thumbnails.
Expand All @@ -21,14 +15,23 @@ hb:
- facebook
- twitter
- linkedin
content_panel:
repo:
service: github # github or gitlab.
repo: ugns/kq4afy-hugo-site
branch: main
footer:
socials:
email: [email protected]
gallery:
date_sort_order: asc
highlight_images_count: 10
highlight_images_recursive: false
paginate: 12
thumbnail_size: x120
content_panel:
repo:
service: github # github or gitlab.
repo: ugns/kq4afy-hugo-site
branch: main
google_fonts:
families:
- name: Roboto
header:
socials:
email: [email protected]
4 changes: 2 additions & 2 deletions content/activities/pota/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ I have my HF rig ([FT-991A]) and have picked up hunting from my QTH,in grid EL98

Here below you can see my POTA stats or you can go check out my [POTA profile](https://pota.app/#/profile/KQ4AFY) directly.

<iframe src="https://wd4dan.net/pota/?KQ4AFY" height="1250" width="715" frameborder="0" scrolling="no"></iframe>
<iframe src="https://pota-stats.wd4dan.net/?call=KQ4AFY" height="1250" width="1000" frameborder="0" scrolling="no"></iframe>

[POTA]: https://pota.app/ "Parks On The Air"
[RHR]: https://www.remotehamradio.com/ "Remote Ham Radio"
[FT-991A]: https://www.yaesu.com/indexVS.cfm?cmd=DisplayProducts&ProdCatID=102&encProdID=490C4A71118AD0F4E825E89D821B73BB "Yaesu FT-991A"
[FT-991A]: https://www.yaesu.com/indexVS.cfm?cmd=DisplayProducts&ProdCatID=102&encProdID=490C4A71118AD0F4E825E89D821B73BB "Yaesu FT-991A"
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ require (
github.com/hbstack/footer/modules/socials v0.2.5 // indirect
github.com/hbstack/gallery v0.11.0 // indirect
github.com/hbstack/gallery/modules/breadcrumb v0.1.0 // indirect
github.com/hbstack/google-fonts v0.1.1 // indirect
github.com/hbstack/hb v0.9.2 // indirect
github.com/hbstack/header v0.12.7 // indirect
github.com/hbstack/header/modules/language-picker v0.1.24 // indirect
github.com/hbstack/header/modules/search v0.1.35 // indirect
github.com/hbstack/header/modules/socials v0.1.28 // indirect
github.com/hbstack/header/modules/theme-toggle v0.4.4 // indirect
github.com/hbstack/heading-sign v0.2.0 // indirect
github.com/hbstack/iframe v0.1.1 // indirect
github.com/hbstack/mermaid v0.2.1 // indirect
github.com/hbstack/meta/recommended v0.2.10 // indirect
github.com/hbstack/noscript v0.5.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ github.com/hbstack/gallery v0.11.0 h1:JP5juBRkO09WpVvSM0gEgOjS6yG0YEiwpi/1pr/0On
github.com/hbstack/gallery v0.11.0/go.mod h1:ni5LadxEx6YVdu+/67+VQZ0FEgSAj5Zqd+tfXLd1RFY=
github.com/hbstack/gallery/modules/breadcrumb v0.1.0 h1:zenzwq4EiE2PIB2gx8QU4I2Zx9KAK901EWpgLGu5XqA=
github.com/hbstack/gallery/modules/breadcrumb v0.1.0/go.mod h1:7E1zwN0GC59OsXAUEALUiYWJhQw5hGPnpHfRHQDS/5Q=
github.com/hbstack/google-fonts v0.1.1 h1:rw9lsHL0x9a7olFh/9gWI+X5sRAf30DM5bzwP/L9aYg=
github.com/hbstack/google-fonts v0.1.1/go.mod h1:4Xn7/i4MRPs0wDuYTIvCJvNfAMIC5vMJ4gNIWM3Vg24=
github.com/hbstack/hb v0.9.2 h1:KtqQaqU6ZIJN2w2cXpoUolfmukSdpib+1UXig0JdMdI=
github.com/hbstack/hb v0.9.2/go.mod h1:6T8TytCOb1C0EIRVcjzwuhI/G/H0ytTOaJbT1xwiDuY=
github.com/hbstack/header v0.12.7 h1:hiE+w7kKgHe/jOOHEAv2wHlxnYZVgfDH+Twdrtw2CXg=
Expand All @@ -92,6 +94,8 @@ github.com/hbstack/header/modules/theme-toggle v0.4.4 h1:2abRpCpNxlL5k8KqnFMDvyU
github.com/hbstack/header/modules/theme-toggle v0.4.4/go.mod h1:s0wry+fpt4OJO49dwHSaDW2aux7SZ+zvX5t6wlWSw5k=
github.com/hbstack/heading-sign v0.2.0 h1:yXKZQEjPn/+jKyQxCJh34X+wXbiG4Bnr1VVF6lgMhi8=
github.com/hbstack/heading-sign v0.2.0/go.mod h1:SXJWIr9C/7phTOXfWMzNSVZCeimKbYualuwIOHDeOu0=
github.com/hbstack/iframe v0.1.1 h1:npNgmbvZ5TtLE9kvv7xrILOZqLcUYJIq2I8CacW6Yeo=
github.com/hbstack/iframe v0.1.1/go.mod h1:W0qloZsLN8BCHObGrKHUOCK3LLCFN4x4PoA1u5WfW1s=
github.com/hbstack/mermaid v0.2.1 h1:jcTPFIk5e5+4tS3qGr2R0l9Snky2XReAjKIrtRUZs18=
github.com/hbstack/mermaid v0.2.1/go.mod h1:8teRAhZr8uLd/G5anYe0X7I2GLW5nCPZuE9lbrd12FI=
github.com/hbstack/meta/recommended v0.2.10 h1:RzRe2LT/lJxlsfGv5UzYC3onl7lp1VWbCm1jAb69kSw=
Expand Down

0 comments on commit b4a06c8

Please sign in to comment.