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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ca6f184..eba26f4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,6 +7,7 @@ theme = "resume-A4"
[params]
useFontAwesome = true
avatar = "avatar.jpg"
+bib_style = "IEEE" # IEEE, APA, else
[params.display]
experience = true
@@ -21,7 +22,7 @@ linkedin = false
tagline = true
aboutMe = false
projects = false
-papers = false
+publications = false
certificates = true
avatar = true
@@ -34,7 +35,7 @@ skills = "Skills"
certificates = "Certifications"
interests = "Interests"
about_me = "About Me"
-papers = "Academic"
+publications = "Publications"
projects = "Projects"
[params.display.footer]