From 93302834f7817d5da89934585b983cc7a2799dd2 Mon Sep 17 00:00:00 2001 From: Elias Ahokas Date: Sat, 11 Oct 2025 02:18:31 +0300 Subject: [PATCH] change url --- content/CV.md | 58 +++++++++++++++++++++++++++++ content/projects/hello_portfolio.md | 5 +-- hugo.yaml | 2 +- 3 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 content/CV.md diff --git a/content/CV.md b/content/CV.md new file mode 100644 index 0000000..af2dbcf --- /dev/null +++ b/content/CV.md @@ -0,0 +1,58 @@ +--- +title: "CV - Elias Ahokas" + +showToc: false +hidemeta: true +comments: false +ShowReadingTime: false +ShowBreadCrumbs: false +ShowPostNavLinks: false + +--- + +## Skills +- C/C++ +- Linux +- Git +- Basic electronics + + +## Education +- Tampere University + - Electrical Engineering - Embedded Devices + - 2021- +- Tornion Yhteislyseon Lukio + - High school + - 2017-2020 + +## Employment History +- Ryde Finland Oy + - Fleet operator + - Maintenance of the rental scooter fleet + - 2022 - 2023 +- SOL Palvelut Oy + - Cleaner + - Cleaning and mainteance of the Outokumpu factory common areas + - 2019 +- Outokumpu Stainless Oy + - Park worker + - Maintenance of the factory's park areas + - 2018 +- Tornion Kaupunki + - Park worker + - Maintenance of the city's park areas + - 2017 +- Kemin Energia Oy + - Maintenance worker + - Maintenance of the electrical company property + +## Volunteer work +- Sähkökilta ry + - 2022-2025 + - Responsible for maintaining and developing the guild's website. Along with managing additional services such as the information TV in the guild room. + +## Languages +- Finnish (native) +- English (fluent) +- German (basics) +- Swedish (basics) diff --git a/content/projects/hello_portfolio.md b/content/projects/hello_portfolio.md index e26fd88..1a1ca85 100644 --- a/content/projects/hello_portfolio.md +++ b/content/projects/hello_portfolio.md @@ -27,10 +27,7 @@ cover: caption: "" relative: false hidden: true -editPost: - URL: "https://github.com//content" - Text: "Suggest Changes" - appendFilePath: true + --- # Welcome to my portfolio! diff --git a/hugo.yaml b/hugo.yaml index c974173..89293ff 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: https://portfolio.sirian.me/ +baseURL: https://ahokas.dev languageCode: fi-FI title: Elias Ahokas theme: ["PaperMod"]