Switch from jekyll to hugo
This commit is contained in:
parent
112fa732f8
commit
2cdac23d20
27 changed files with 664 additions and 250 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue