Compare commits
3 commits
14d7cc8624
...
bc463f0ee7
Author | SHA1 | Date | |
---|---|---|---|
bc463f0ee7 | |||
2ad23288de | |||
76920be1b0 |
6 changed files with 14 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": [
|
||||
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.4.0/assets/*"
|
||||
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.5.0/assets/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,5 +47,12 @@ reddit = true
|
|||
whatsapp = true
|
||||
email = true
|
||||
|
||||
[params.features.readingTime]
|
||||
[features.readingTime]
|
||||
enable = true
|
||||
|
||||
[features.analytics]
|
||||
enable = true
|
||||
[features.analytics.services.umami]
|
||||
scheme = "https"
|
||||
instance = "umami.korhonen.cc"
|
||||
id = "d79111e4-25ee-43d8-be20-5cd3a845a8cf"
|
||||
|
|
2
go.mod
2
go.mod
|
@ -2,4 +2,4 @@ module git.korhonen.cc/FunctionalHacker/korhonen.cc
|
|||
|
||||
go 1.21.6
|
||||
|
||||
require github.com/hugo-toha/toha/v4 v4.4.0 // indirect
|
||||
require github.com/hugo-toha/toha/v4 v4.5.0 // indirect
|
||||
|
|
6
go.sum
6
go.sum
|
@ -1,4 +1,2 @@
|
|||
github.com/hugo-toha/toha/v4 v4.1.1 h1:KbCWZRkHewaO6hsKxnlkyO9RjmBwIUbVh7KY+VfiNaU=
|
||||
github.com/hugo-toha/toha/v4 v4.1.1/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
|
||||
github.com/hugo-toha/toha/v4 v4.4.0 h1:RdRpjfsPgE+VXb/m3Rl+1n86pVZTrplsDvtXYK3wNh0=
|
||||
github.com/hugo-toha/toha/v4 v4.4.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
|
||||
github.com/hugo-toha/toha/v4 v4.5.0 h1:0zmVIzhluHkocKRKW49Zjd6xk34xQwJy5sZQ5LNgHuk=
|
||||
github.com/hugo-toha/toha/v4 v4.5.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
<!-- } -->
|
||||
<!-- </script> -->
|
||||
|
||||
<!-- umami analytics -->
|
||||
<script async defer data-website-id="d79111e4-25ee-43d8-be20-5cd3a845a8cf" src="https://umami.korhonen.cc/ua9quuaW.js"></script>
|
||||
|
||||
<!-- IndieAuth -->
|
||||
<link rel="pgpkey" href="https://openpgpkey.korhonen.cc/.well-known/openpgpkey/korhonen.cc/hu/u59jwso7wz4bwuizmgx1qfqhr1i9mq6e">
|
||||
<link rel="openid.delegate" href="https://korhonen.cc" />
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<p class="p-1 text-justify">
|
||||
{{ replace .summary "$workingExperienceYears" (sub now.Year 2020) | markdownify }}
|
||||
</p>
|
||||
<div class="text-container ml-auto">
|
||||
<div class="text-container ms-auto">
|
||||
<ul class="social-link d-flex">
|
||||
{{ range .socialLinks }}
|
||||
<li>
|
||||
|
@ -52,7 +52,7 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
<!-- soft skills circular-progressbar -->
|
||||
<div class="col-sm-6 pt-5 pl-md-4 pl-sm-3 pt-sm-0">
|
||||
<div class="col-sm-6 pt-5 ps-md-4 ps-sm-3 pt-sm-0">
|
||||
<div class="row">
|
||||
{{ range .badges }}
|
||||
{{ partial "misc/badge.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue