Compare commits
22 commits
79a97792fc
...
264f5e0f29
Author | SHA1 | Date | |
---|---|---|---|
264f5e0f29 | |||
89e54c6286 | |||
2a96fe8b32 | |||
32fdb6fe88 | |||
0f12f17ce6 | |||
a9275c8274 | |||
bcb84d6453 | |||
69f4b8019e | |||
deded8b88a | |||
fb1a93e038 | |||
153bc775c1 | |||
5ce6c5080f | |||
bc4a6ad192 | |||
cc0bbfc633 | |||
95ac57dad3 | |||
7de59f4d35 | |||
85c3b7d48d | |||
9cbc7ec436 | |||
264184c323 | |||
0bf7f7f525 | |||
d19ef8cd89 | |||
b5343f5329 |
18 changed files with 63 additions and 54 deletions
9
.github/workflows/deploy_site.yaml
vendored
9
.github/workflows/deploy_site.yaml
vendored
|
@ -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 |
|
@ -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/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: Korhonen AUR
|
||||
date: 2022-03-25
|
||||
featured_image: hero.jpg
|
||||
draft: true
|
||||
---
|
||||
= Korhonen AUR
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: Korhonen AUR
|
||||
date: 2022-03-25
|
||||
featured_image: hero.jpg
|
||||
draft: true
|
||||
---
|
||||
= Korhonen AUR
|
||||
|
||||
|
|
|
@ -10,5 +10,6 @@ summary = [
|
|||
]
|
||||
|
||||
[contactInfo]
|
||||
"FI" = "+358 40 765 8800"
|
||||
"US" = "+1 (469) 349-2503"
|
||||
email = "marko@korhonen.cc"
|
||||
phone = "+358407658800"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,5 +10,6 @@ summary = [
|
|||
]
|
||||
|
||||
[contactInfo]
|
||||
"FI" = "+358 40 765 8800"
|
||||
"US" = "+1 (469) 349-2503"
|
||||
email = "marko@korhonen.cc"
|
||||
phone = "+358407658800"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
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.6.0 // indirect
|
||||
require github.com/hugo-toha/toha/v4 v4.8.0 // indirect
|
||||
|
|
4
go.sum
4
go.sum
|
@ -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=
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -26,11 +26,6 @@
|
|||
"url": "/posts",
|
||||
"description": "Blog posts by Marko Korhonen"
|
||||
},
|
||||
{
|
||||
"name": "Repo",
|
||||
"url": "/repo",
|
||||
"description": "Repo information page"
|
||||
},
|
||||
{
|
||||
"name": "PGP",
|
||||
"url": "/pgp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue