Compare commits

..

No commits in common. "c4ed0d94b82b86f1e89fa5779d96e6b01af20e93" and "59ece95f5c6baeeeff92bc790f22575cb001e202" have entirely different histories.

5 changed files with 13 additions and 17 deletions

View file

@ -9,12 +9,10 @@ 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.

View file

@ -1,11 +1,10 @@
---
title: ditatompel
description: Hanya seorang penggila coding dan pencinta Linux
description: Programmer dan Sistem Administrator yang hidup di Indonesia
images:
- https://avatars.githubusercontent.com/u/1184957?s=200&v=4
- 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
github: ditatompel
website: https://www.ditatompel.com
patreon: svcadm
---

View file

@ -1,11 +1,10 @@
---
title: ditatompel
description: Just another coding nut and Linux enthusiast
description: A programmer and sys-admin living in Indonesia
images:
- https://avatars.githubusercontent.com/u/1184957?s=200&v=4
- 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
github: ditatompel
website: https://www.ditatompel.com
patreon: svcadm
---

2
go.mod
View file

@ -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.1+incompatible // indirect
github.com/hugomods/simple-icons v13.14.0+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
View file

@ -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.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/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/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=