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.toml32
1 files changed, 32 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..7632c40
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,32 @@
+baseURL = "/"
+languageCode = "en-us"
+title = "Résumé | MERT BAKIR"
+disableKinds = ["taxonomy", "term"]
+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 = "" \ No newline at end of file