Compare commits

...

22 commits

Author SHA1 Message Date
264f5e0f29
Hide repo page from finnish site
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 37s
2025-03-24 13:58:00 -05:00
89e54c6286
Fix footer year display 2025-03-24 13:54:16 -05:00
2a96fe8b32
Update theme 2025-03-24 13:50:49 -05:00
32fdb6fe88
Change profile picture 2025-02-19 21:33:09 -06:00
0f12f17ce6
Update CV link 2025-02-11 16:36:06 -06:00
a9275c8274
Uncomment hidden menu items and hide them by parameters instead 2025-02-06 23:38:45 -06:00
bcb84d6453
Point website source code to GitHub for now 2025-02-06 23:38:03 -06:00
69f4b8019e
Update contact info 2025-01-29 18:14:31 -06:00
deded8b88a
Update summary 2025-01-29 17:55:02 -06:00
fb1a93e038
Update CV 2025-01-29 17:41:09 -06:00
153bc775c1
Hide repo page 2025-01-29 17:35:13 -06:00
5ce6c5080f
Update theme 2025-01-29 17:30:59 -06:00
bc4a6ad192
Update work info 2025-01-29 17:23:21 -06:00
cc0bbfc633
CI: add tar 2025-01-29 16:41:17 -06:00
95ac57dad3
CI: trying to fix git ownership 2025-01-29 16:38:57 -06:00
7de59f4d35
CI: trying to fix git ownership 2025-01-29 16:37:49 -06:00
85c3b7d48d
CI: Trying to fix git permission errors 2025-01-29 16:30:37 -06:00
9cbc7ec436
CI: Trying to fix git permission errors 2025-01-29 16:18:58 -06:00
264184c323
CI: Add rouge 2025-01-29 16:12:05 -06:00
0bf7f7f525
CI: Change docker image 2025-01-29 16:05:07 -06:00
d19ef8cd89
CI: change image 2025-01-29 16:03:50 -06:00
b5343f5329
CI: Change docker image 2025-01-29 15:40:23 -06:00
18 changed files with 63 additions and 54 deletions

View file

@ -15,18 +15,21 @@ jobs:
name: Build site
runs-on: ubuntu-latest
container:
image: docker://git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
image: docker://hugomods/hugo:ci
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fix git ownership
run: git config --global --add safe.directory /__w/korhonen.cc/korhonen.cc
- name: Add extra dependencies
run: apk add ruby-rouge tar
- name: Install NPM packages
run: npm install
- name: Fix git ownership
run: chown -R $(id -u):$(id -g) $PWD
- name: Run Hugo
run: hugo --gc --minify -d /public

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.5.0/assets/*"
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.8.0/assets/*"
]
}
}

View file

@ -2,6 +2,7 @@
title: Korhonen AUR
date: 2022-03-25
featured_image: hero.jpg
draft: true
---
= Korhonen AUR

View file

@ -2,6 +2,7 @@
title: Korhonen AUR
date: 2022-03-25
featured_image: hero.jpg
draft: true
---
= Korhonen AUR

View file

@ -10,5 +10,6 @@ summary = [
]
[contactInfo]
"FI" = "+358 40 765 8800"
"US" = "+1 (469) 349-2503"
email = "marko@korhonen.cc"
phone = "+358407658800"

View file

@ -1,6 +1,6 @@
designation = "Software developer"
resume = "https://codeberg.org/FunctionalHacker/cv/releases/download/v1.0.0/marko_korhonen_cv_en.pdf"
summary = "I am a passionate software engineer with $workingExperienceYears years of working experience. I also have a passion for open source, Linux, and servers."
resume = "https://codeberg.org/FunctionalHacker/cv/releases/download/v1.2.0/marko_korhonen_cv_en.pdf"
summary = "I am a Finnish software developer currently based in the USA with $workingExperienceYears years of experience in software development. I specialize in Java and React.js and have a strong passion for open-source projects, Linux, and server management."
[section]
name = "About"
@ -10,9 +10,9 @@ weight = 1
showOnNavbar = true
template = "sections/about.html"
[company]
name = "Rossum Oy"
url = "https://rossum.fi/etusivu_rossum-copy_en/"
#[company]
#name = "Rossum Oy"
#url = "https://rossum.fi/etusivu_rossum-copy_en/"
[[socialLinks]]
name = "Email"
@ -22,7 +22,7 @@ url = "marko@korhonen.cc"
[[socialLinks]]
name = "Phone"
icon = "fas fa-phone"
url = "+358407658800"
url = "+14693492503"
[[socialLinks]]
name = "GitHub"

View file

@ -16,6 +16,7 @@ overview = "Rossum is a well-established Finnish software company"
[[experiences.positions]]
designation = "Software Developer"
start = "May 2020"
end = "January 2025"
responsibilities = [
"Full-stack software development (Java, React.js)",
"Linux server and infrastructure maintenance",

View file

@ -12,17 +12,17 @@ showOnFooter = true
[[customMenus]]
name = "Repo"
url = "/korhonen_aur"
hideFromNavbar = false
showOnFooter = true
hideFromNavbar = true
showOnFooter = false
[[customMenus]]
name = "Website source code"
url = "https://codeberg.org/FunctionalHacker/korhonen.cc"
url = "https://github.com/FunctionalHacker/korhonen.cc"
hideFromNavbar = true
showOnFooter = true
# [[customMenus]]
# name = "Website analytics"
# url = "https://umami.korhonen.cc/share/GRslDxJt/korhonen.cc"
# hideFromNavbar = true
# showOnFooter = true
[[customMenus]]
name = "Website analytics"
url = "https://umami.korhonen.cc/share/GRslDxJt/korhonen.cc"
hideFromNavbar = true
showOnFooter = false

View file

@ -10,5 +10,6 @@ summary = [
]
[contactInfo]
"FI" = "+358 40 765 8800"
"US" = "+1 (469) 349-2503"
email = "marko@korhonen.cc"
phone = "+358407658800"

View file

@ -1,6 +1,6 @@
designation = "Ohjelmistokehittäjä"
resume = "https://codeberg.org/FunctionalHacker/cv/releases/download/v1.0.0/marko_korhonen_cv_fi.pdf"
summary = "Olen innokas ohjelmistokehittäjä $workingExperienceYears vuoden työkokemuksella. Tykkään paljon myös avoimesta lähdekoodista, Linuxista ja servereistä."
resume = "https://codeberg.org/FunctionalHacker/cv/releases/download/v1.2.0/marko_korhonen_cv_fi.pdf"
summary = "Olen suomalainen ohjelmistokehittäjä, joka asuu tällä hetkellä Yhdysvalloissa ja minulla on $workingExperienceYears vuoden kokemus ohjelmistokehityksestä. Erikoistun Javaan ja React.js:ään, ja minulla on vahva intohimo avoimen lähdekoodin projekteihin, Linuxiin ja palvelinten hallintaan."
[section]
name = "Yleistä"
@ -10,9 +10,9 @@ weight = 1
showOnNavbar = true
template = "sections/about.html"
[company]
name = "Rossum Oy"
url = "https://rossum.fi"
#[company]
#name = "Rossum Oy"
#url = "https://rossum.fi"
[[socialLinks]]
name = "Sähköposti"

View file

@ -16,6 +16,7 @@ overview = "Rossum Oy on vakiintunut suomalainen ohjelmistoyritys."
[[experiences.positions]]
designation = "Ohjelmistokehittäjä"
start = "Touko 2020"
end = "Tammi 2025"
responsibilities = [
"Full-stack ohjelmistokehitys (Java, React.js)",
"Linux serverien ja infrastruktuurin ylläpitoa",

View file

@ -12,17 +12,17 @@ showOnFooter = true
[[customMenus]]
name = "Repo"
url = "/fi/korhonen_aur"
hideFromNavbar = false
showOnFooter = true
hideFromNavbar = true
showOnFooter = false
[[customMenus]]
name = "Nettisivun lähdekoodi"
url = "https://codeberg.org/FunctionalHacker/korhonen.cc"
url = "https://github.com/FunctionalHacker/korhonen.cc"
hideFromNavbar = true
showOnFooter = true
# [[customMenus]]
# name = "Nettisivun analytiikka"
# url = "https://umami.korhonen.cc/share/GRslDxJt/korhonen.cc"
# hideFromNavbar = true
# showOnFooter = true
[[customMenus]]
name = "Nettisivun analytiikka"
url = "https://umami.korhonen.cc/share/GRslDxJt/korhonen.cc"
hideFromNavbar = true
showOnFooter = false

2
go.mod
View file

@ -2,4 +2,4 @@ module git.korhonen.cc/FunctionalHacker/korhonen.cc
go 1.21.6
require github.com/hugo-toha/toha/v4 v4.6.0 // indirect
require github.com/hugo-toha/toha/v4 v4.8.0 // indirect

4
go.sum
View file

@ -1,2 +1,6 @@
github.com/hugo-toha/toha/v4 v4.6.0 h1:u+9KiGyTsC54sHld8HEvLEJBnKjkuuasHwair1wJM2Y=
github.com/hugo-toha/toha/v4 v4.6.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
github.com/hugo-toha/toha/v4 v4.7.0 h1:XmMLJRXoYKd8UmM3RTh0Kwe6+7l9/JnUi51c86h+GzU=
github.com/hugo-toha/toha/v4 v4.7.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
github.com/hugo-toha/toha/v4 v4.8.0 h1:TYNqOsr01q73R5Sgz7lonXoX39dIl22lZhQy/V421so=
github.com/hugo-toha/toha/v4 v4.8.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=

View file

@ -77,7 +77,7 @@
<footer id="footer" class="container-fluid text-center align-content-center footer pb-2">
<div class="container pt-5">
<div class="row text-left">
<div class="row text-start">
{{ if $navigationEnabled }}
<div class="col-md-4 col-sm-12">
<h5>{{ i18n "navigation" }}</h5>
@ -204,7 +204,7 @@
{{ if $credentialsEnabled }}
<hr />
<div class="container">
<div class="row text-left">
<div class="row text-start">
<div class="col-md-4">
<a id="theme" href="https://github.com/hugo-toha/toha" target="_blank" rel="noopener">
<img src="{{ $themeLogo }}" alt="Toha Theme Logo">
@ -212,7 +212,7 @@
</a>
</div>
<div class="col-md-4 text-center">{{ replace $copyrightNotice "{year}" now.Year | markdownify }}</div>
<div class="col-md-4 text-right">
<div class="col-md-4 text-end">
<a id="hugo" href="https://gohugo.io/" target="_blank" rel="noopener">{{ i18n "hugoAttributionText" }}
<img
src="{{ $hugoLogo }}"

View file

@ -22,16 +22,17 @@
{{ partial "helpers/style-bundle.html" . }}
<!--================= fab-icon =========================-->
{{/* add favicon only if the site author has provided the the favicon */}}
{{ if site.Params.logo.favicon }}
{{ $favicon := site.Params.logo.favicon }}
{{/* add favicon only if the site author has provided the the favicon */}} {{ if
site.Params.logo.favicon }} {{ $favicon := site.Params.logo.favicon }} {{/*
resize the favicon. don't resize svg because it is not supported */}} {{
$favicon = resources.Get $favicon }} {{ if and $favicon (ne
$favicon.MediaType.SubType "svg") }} {{ $favicon = $favicon.Resize "42x" }} {{
end }} {{ $favicon = $favicon.RelPermalink}}
{{/* resize the favicon. don't resize svg because it is not supported */}}
{{ $favicon = resources.Get $favicon }}
{{ if and $favicon (ne $favicon.MediaType.SubType "svg") }}
{{ $favicon = $favicon.Resize "42x" }}
{{ end }}
{{ $favicon = $favicon.RelPermalink}}
<link rel="icon" type="image/png" href="{{ $favicon }}" />
{{end}}
<link rel="icon" type="image/png" href="{{ $favicon }}" />
{{end}} {{ with .OutputFormats.Get "rss" -}} {{ printf `<link
rel="%q"
type="%q"
href="%q"
title="%q"
/>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }}

View file

@ -26,11 +26,6 @@
"url": "/posts",
"description": "Blog posts by Marko Korhonen"
},
{
"name": "Repo",
"url": "/repo",
"description": "Repo information page"
},
{
"name": "PGP",
"url": "/pgp",