Switch from jekyll to hugo

This commit is contained in:
Marko Korhonen 2022-03-22 19:53:09 +02:00
parent 112fa732f8
commit 2cdac23d20
27 changed files with 664 additions and 250 deletions

View file

@ -0,0 +1,40 @@
designation = "Software Engineer"
resume = "files/cv-eng.pdf"
summary = "I am a passionate software engineer with 2 years of working experience. I also have a passion for Linux, self-hosted applications and open source."
[section]
name = "About"
id = "about"
enable = true
weight = 1
showOnNavbar = true
template = "sections/about.html"
[company]
name = "Rossum Oy"
url = "https://rossum.fi"
[[socialLinks]]
name = "Github"
icon = "fab fa-github"
url = "https://www.github.com/FunctionalHacker"
[[socialLinks]]
name = "LinkedIn"
icon = "fab fa-linkedin"
url = "https://www.linkedin.com/in/functionalhacker"
[[softSkills]]
name = "Teamwork"
percentage = 90
color = "blue"
[[softSkills]]
name = "Communication"
percentage = 95
color = "green"
[[softSkills]]
name = "Leadership"
percentage = 80
color = "orange"

View file

@ -0,0 +1,38 @@
[section]
name = "Education"
id = "education"
template = "sections/education.html"
enable = true
weight = 4
showOnNavbar = true
[[degrees]]
name = "Bachelor of ICT"
icon = "fa-graduation-cap"
timeframe = "2016-2020"
[degrees.institution]
name = "Metropolia University of Applied Sciences"
url = "https://www.metropolia.fi"
[[degrees.publications]]
title = "Rust as a Web Development Language"
url = "https://www.theseus.fi/handle/10024/339275"
[[degrees]]
name = "Student exchange"
icon = "fa-building-columns"
timeframe = "2016-2020"
[degrees.institution]
name = "Frankfurt University of Applied Sciences"
url = "https://www.frankfurt-university.de"
[[degrees]]
name = "Upper secondary qualification in Business Economics"
icon = "fa-building"
timeframe = "2013-2015"
[degrees.institution]
name = "Saimaan Ammattiopisto"
url = "https://www.edusampo.fi"

View file

@ -0,0 +1,53 @@
[section]
name = "Experiences"
id = "experiences"
enable = true
weight = 3
showOnNavbar = true
[[experiences]]
[experiences.company]
name = "Rossum Oy"
url = "https://www.rossum.fi"
location = "Lahti, Finland"
overview = "Rossum is a well-established Finnish software company"
[[experiences.positions]]
designation = "Software Engineer"
start = "May 2020"
responsibilities = [
"Full-stack software development (Java, React.js)",
"Linux server and infrastructure maintenance",
]
[[experiences]]
[experiences.company]
name = "Uskonnen Oy"
url = "https://www.uskonnen.fi"
location = "Helsinki, Finland"
overview = "Uskonnen is a Finnish company that specializes in remarketing business computers and doing computer maintenance and repair"
[[experiences.positions]]
designation = "Summer intern"
start = "June 2018"
end = "July 2018"
responsibilities = [
"Repairing and troubleshooting customer computers",
"Selling computers",
]
[[experiences]]
[experiences.company]
name = "Auto-Suni Oy"
location = "Lappeenranta, Finland"
url = "https://www.auto-suni.fi"
overview = "Auto-Suni is a family owned car dealership located in South Carelia"
[[experiences.positions]]
designation = "Summer intern"
start = "June 2017"
end = "July 2017"
responsibilities = ["Internal technical support"]

View file

@ -0,0 +1,27 @@
[section]
name = "Skills"
id = "skills"
enable = true
weight = 2
showOnNavbar = true
template = "sections/skills.html"
[[skills]]
name = "Java"
logo = "images/skills/java.svg"
summary = "My main \"back-end\" programming language. Proficient in frameworks and libraries such as Hibernate, JPA, Spring."
[[skills]]
name = "Docker"
logo = "images/skills/docker.svg"
summary = "Experienced in packaging, distributing and managing Dockerized software."
[[skills]]
name = "Linux"
logo = "images/skills/linux.svg"
summary = "Using Linux as my main operating system for a number of years both at work and on my free time. Capable of writing bash/shell scripts."
[[skills]]
name = "Git"
logo = "images/skills/git.svg"
summary = "Experienced with git-based development. Especially feature driven development workflow."