mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Merge pull request #254 from ditatompel/renovate/github.com-hugomods-simple-icons-13.x
Merge pull request #254 This merge action was created automatically. Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
This commit is contained in:
commit
c4ed0d94b8
5 changed files with 17 additions and 13 deletions
|
@ -9,10 +9,12 @@ hb:
|
|||
# see https://hbstack.dev/en/docs/modules/socials/.
|
||||
socials:
|
||||
github: https://github.com/ditatompel/insights
|
||||
youtube: https://www.youtube.com/channel/UCDV5fWBAvJdULelWdOa3ubQ?sub_confirmation=1
|
||||
footer:
|
||||
# see https://hbstack.dev/en/docs/modules/socials/.
|
||||
socials:
|
||||
github: https://github.com/ditatompel/insights
|
||||
youtube: https://www.youtube.com/channel/UCDV5fWBAvJdULelWdOa3ubQ?sub_confirmation=1
|
||||
blog:
|
||||
paginate: 12 # paginate.
|
||||
# post_thumbnail: false # whether to show the thumbnails.
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
title: ditatompel
|
||||
description: Programmer dan Sistem Administrator yang hidup di Indonesia
|
||||
description: Hanya seorang penggila coding dan pencinta Linux
|
||||
images:
|
||||
- https://avatars.githubusercontent.com/u/1184957?s=200&v=4
|
||||
socials:
|
||||
github: ditatompel
|
||||
website: https://www.ditatompel.com
|
||||
patreon: svcadm
|
||||
youtube: https://www.youtube.com/channel/UCDV5fWBAvJdULelWdOa3ubQ?sub_confirmation=1
|
||||
---
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
title: ditatompel
|
||||
description: A programmer and sys-admin living in Indonesia
|
||||
description: Just another coding nut and Linux enthusiast
|
||||
images:
|
||||
- https://avatars.githubusercontent.com/u/1184957?s=200&v=4
|
||||
socials:
|
||||
github: ditatompel
|
||||
website: https://www.ditatompel.com
|
||||
patreon: svcadm
|
||||
youtube: https://www.youtube.com/channel/UCDV5fWBAvJdULelWdOa3ubQ?sub_confirmation=1
|
||||
---
|
||||
|
|
2
go.mod
2
go.mod
|
@ -89,7 +89,7 @@ require (
|
|||
github.com/hugomods/seo/modules/translations v0.1.1 // indirect
|
||||
github.com/hugomods/seo/modules/twitter-cards v0.1.1 // indirect
|
||||
github.com/hugomods/shortcodes v0.23.0 // indirect
|
||||
github.com/hugomods/simple-icons v13.14.0+incompatible // indirect
|
||||
github.com/hugomods/simple-icons v13.14.1+incompatible // indirect
|
||||
github.com/hugomods/snackbar v0.1.2 // indirect
|
||||
github.com/hugomods/workbox v0.1.0 // indirect
|
||||
github.com/jakearchibald/idb v8.0.0+incompatible // indirect
|
||||
|
|
4
go.sum
4
go.sum
|
@ -170,8 +170,8 @@ github.com/hugomods/seo/modules/twitter-cards v0.1.1 h1:1cxNnftQ8MdajH48tB46DQ6e
|
|||
github.com/hugomods/seo/modules/twitter-cards v0.1.1/go.mod h1:KA6MA3GbyQZdd3vloDgcTFBoztmqEJI8R59whcSxpf4=
|
||||
github.com/hugomods/shortcodes v0.23.0 h1:ZB7bY7vvx917IkXg+ab08QD5H4biKzAsLKDMrWeoziI=
|
||||
github.com/hugomods/shortcodes v0.23.0/go.mod h1:EnVopbZMNI/HeteM3Lp3phBTCRLvPSe7l142qhRFFPY=
|
||||
github.com/hugomods/simple-icons v13.14.0+incompatible h1:e9sqmoq9kUVYta3mmBsnu8+Adrtm19QNSnC0q1RIs+o=
|
||||
github.com/hugomods/simple-icons v13.14.0+incompatible/go.mod h1:1Lvymol7AMVY7ji/o88jMoDHHZIJ5Wc+WwNe5hjmk+U=
|
||||
github.com/hugomods/simple-icons v13.14.1+incompatible h1:LUYUiXVFDwmaWuH9s1M2/WGizZ05Bj6jbMPCo/jiQho=
|
||||
github.com/hugomods/simple-icons v13.14.1+incompatible/go.mod h1:1Lvymol7AMVY7ji/o88jMoDHHZIJ5Wc+WwNe5hjmk+U=
|
||||
github.com/hugomods/snackbar v0.1.2 h1:SLpfH9jlYwf81epH7DvM2XTZHo+3fXXpk6XKtxmo964=
|
||||
github.com/hugomods/snackbar v0.1.2/go.mod h1:ykFm0IFibeQPuPAm8Gaa27xJS/bNZcSez4omVSl2gQ0=
|
||||
github.com/hugomods/workbox v0.1.0 h1:yxuTj3gT1BNf6OitxrjxSJXfmbFBj2UTwdWr142eYFQ=
|
||||
|
|
Loading…
Reference in a new issue