Switch from jekyll to hugo
This commit is contained in:
parent
112fa732f8
commit
2cdac23d20
27 changed files with 664 additions and 250 deletions
9
data/en/author.toml
Normal file
9
data/en/author.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
name = "Marko Korhonen"
|
||||
nickname = "Marko"
|
||||
greeting = "Hi, I am"
|
||||
image = "images/john.png"
|
||||
summary = ["I am a developer", "I love open source", "I love Linux"]
|
||||
|
||||
[contactInfo]
|
||||
email = "marko@korhonen.cc"
|
||||
phone = "+358407658800"
|
40
data/en/sections/about.toml
Normal file
40
data/en/sections/about.toml
Normal 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"
|
38
data/en/sections/education.toml
Normal file
38
data/en/sections/education.toml
Normal 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"
|
53
data/en/sections/experiences.toml
Normal file
53
data/en/sections/experiences.toml
Normal 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"]
|
27
data/en/sections/skills.toml
Normal file
27
data/en/sections/skills.toml
Normal 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."
|
4
data/en/site.toml
Normal file
4
data/en/site.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
copyright = "Copyright © 2022 Marko Korhonen"
|
||||
|
||||
# Meta description for search engines and such
|
||||
description = "Portfolio and personal blog of John Doe."
|
Loading…
Add table
Add a link
Reference in a new issue