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: eba26f423b9dceaf6f031f004e8bf5af1477aeb8 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
baseURL = "/"
languageCode = "en-us"
title = "Resume | MERT BAKIR"
disableKinds = ["taxonomy", "term", "page", "section", "RSS", "sitemap", "robotsTXT", "404"]
theme = "resume-A4"

[params]
useFontAwesome = true
avatar = "avatar.jpg"
bib_style = "IEEE" # IEEE, APA, else

[params.display]
experience = true
education = true
languages = true
awards = true
skills = true
skills_grouped = false
interests = true
contact = false
linkedin = false
tagline = true
aboutMe = false
projects = false
publications = false
certificates = true
avatar = true

[params.title_as]
experience = "Experience"
education = "Education"
languages = "Languages"
awards = "Awards"
skills = "Skills"
certificates = "Certifications"
interests = "Interests"
about_me = "About Me"
publications = "Publications"
projects = "Projects"

[params.display.footer]
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"
url = "https://linkedin.com/in/mertbakir/"
icon = "fab fa-linkedin"

[[params.footer.links.link]]
prefix = "Check out my"
name = "Website"
url = "https://mertbakir.gitlab.io/about/"
icon = "fas fa-globe"