resume-a4/exampleSite/config.toml

60 lines
1.3 KiB
TOML
Raw Normal View History

2020-09-01 07:41:06 +02:00
baseURL = "/"
2020-09-01 00:03:58 +02:00
languageCode = "en-us"
title = "Resume | MERT BAKIR"
2020-09-01 07:41:06 +02:00
disableKinds = ["taxonomy", "term", "page", "section", "RSS", "sitemap", "robotsTXT", "404"]
2020-09-01 00:03:58 +02:00
theme = "resume-A4"
[params]
useFontAwesome = true
avatar = "avatar.jpg"
2021-02-13 12:10:13 +01:00
bib_style = "IEEE" # IEEE, APA, else
2020-09-01 00:03:58 +02:00
[params.display]
experience = true
education = true
languages = true
awards = true
skills = true
skills_grouped = false
interests = true
contact = false
2021-02-12 22:04:40 +01:00
linkedin = false
2020-09-01 00:03:58 +02:00
tagline = true
2020-09-01 15:27:47 +02:00
aboutMe = false
2020-09-01 00:03:58 +02:00
projects = false
2021-02-13 12:10:13 +01:00
publications = false
certificates = true
2020-09-01 00:03:58 +02:00
avatar = true
[params.title_as]
experience = "Experience"
education = "Education"
languages = "Languages"
awards = "Awards"
skills = "Skills"
certificates = "Certifications"
interests = "Interests"
about_me = "About Me"
2021-02-13 12:10:13 +01:00
publications = "Publications"
projects = "Projects"
[params.display.footer]
2020-09-01 00:03:58 +02:00
footer = true
links = true
credits = true
[params.footer]
footnote = "You can print this resume in A4 size or save as pdf. | Last update on 01.09.2020."
[params.footer.links]
[[params.footer.links.link]]
prefix = "Contact me on"
name = "Linkedin"
2020-09-18 12:10:27 +02:00
url = "https://linkedin.com/in/mertbakir/"
icon = "fab fa-linkedin"
2020-09-01 00:03:58 +02:00
[[params.footer.links.link]]
prefix = "Check out my"
name = "Website"
2020-09-18 12:10:27 +02:00
url = "https://mertbakir.gitlab.io/about/"
icon = "fas fa-globe"