Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82617b6abe5eb35e5efb9ffbe15eb51d8ff63aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
baseURL = "/"
languageCode = "en-us"
title = "Résumé | MERT BAKIR"
disableKinds = ["taxonomy", "term", "page", "section", "RSS", "sitemap", "robotsTXT", "404"]
theme = "resume-A4"

[params]
dateUpdated = "01 September, 2020"
useFontAwesome = true
avatar = "avatar.jpg"

[params.display]
experience = true
education = true
languages = true
awards = true
skills = true
skills_grouped = false
interests = true
contact = true
tagline = true
objective = true
projects = false
papers = false
avatar = true
footer = true

[params.contacts]
linkedin = "https://www.linkedin.com/in/mertbakir/"
gitlab = "https://gitlab.com/mertbakir/resume-A4"
website = "https://mertbakir.gitlab.io/about/"
download = "resume.pdf"