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:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2021-04-29 00:13:01 +0300
committermertbakir <mertbakxr@gmail.com>2021-04-29 00:26:29 +0300
commitb7f40fd3f7149c930addbd24c79839f044b45920 (patch)
tree0919b8ebcff842e688e3770a7a0d33cd5c2887e9 /exampleSite
parent00eb0180d53753653402cbc1978bb2ca56d2059a (diff)
Update README, Change config toml to yaml.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/assets/css/custom.scss4
-rw-r--r--exampleSite/config.toml127
-rw-r--r--exampleSite/data/projects.yaml2
3 files changed, 5 insertions, 128 deletions
diff --git a/exampleSite/assets/css/custom.scss b/exampleSite/assets/css/custom.scss
index 7ceb8ec..ef7d192 100644
--- a/exampleSite/assets/css/custom.scss
+++ b/exampleSite/assets/css/custom.scss
@@ -13,3 +13,7 @@ main.paper {
//line-height: 1.5;
}
}
+
+.job_title {
+ // font-style: italic;
+} \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
deleted file mode 100644
index 9cce5f9..0000000
--- a/exampleSite/config.toml
+++ /dev/null
@@ -1,127 +0,0 @@
-baseURL = "/"
-languageCode = "en-us"
-title = "Resume | MERT BAKIR"
-disableKinds = ["taxonomy", "term", "page", "section", "RSS", "sitemap", "robotsTXT", "404"]
-theme = "resume-a4"
-
-[params]
-useFontAwesome = true
-css = [ "custom.scss" ]
-
-[params.header]
-avatar = "avatar.jpg"
-contact = true
-tagline = true
-links = true
-
-# Construct main column, side column and additional page from features
-# Every column and page may include any features. Some features are
-# created using generic widgets and you can add easily new features,
-# as long as an existing widget can render it as you like.
-#
-# Common keys:
-# feature: name of the feature. For generic features, this is also the root key in the yaml file.
-# title: string rendered as the header of the element. Can be disabled with an empty string.
-# collection: the base name of the yaml file containing the data. Defaults to "features".
-# widget: `layout/partials/section-<widget>.html` used to render this element.
-#
-# Common widgets:
-#
-# details-list:
-# Used by default, if section-<feature>.html doesn't exists.
-#
-# Expects data in format (in yaml file):
-# title: the title string
-# subtitle: string rendered under title. E.g., company for projects, certificate authority etc.
-# date: date string, e.g., when a certificate was given
-# details: a text in markdown.
-# link: url where the title will link to
-# links: list of links rendered as a bullet list below details
-# prefix: a string before the link
-# title: a string inside the link
-# url: the destination of the link
-# icon: the icon string, e.g., "fas fa-cloud". rendered inside link and after title.
-#
-# word-list:
-# Handy for skills and interests etc.
-#
-# Additional keys:
-# style: Rendering style for word list. One of: list, compact, or title-list
-#
-# Expects data in format (in yaml file):
-# A list of strings, if style is "list", or
-#
-# A list of:
-# groupName: title of the group
-# list: list of strings rendered under the group
-
-# Side panel
-
-[[params.side]]
-feature = "education"
-
-[[params.side]]
-feature = "languages"
-
-[[params.side]]
-feature = "skills"
-widget = "word-list"
-style = "title-list" # list, compact, title-list
-
-[[params.side]]
-feature = "interests"
-widget = "word-list"
-style = "list" # list, compact, title-list
-
-
-# First Page
-
-[[params.pages]]
-[[params.pages.features]]
-feature = "about"
-title = "About Me"
-
-[[params.pages.features]]
-feature = "experience"
-
-
-# Additional Pages
-
-[[params.pages]]
-[[params.pages.features]]
-feature = "projects"
-collection = "projects"
-
-[[params.pages.features]]
-feature = "publications"
-style = "IEEE" # IEEE, APA, else
-
-[[params.pages.features]]
-feature = "awards"
-
-[[params.pages.features]]
-feature = "certificates"
-title = "Certifications"
-
-
-# Footer
-
-[params.footer]
-show = true
-credits = true
-footnote = "You can print this resume in A4 size or save as pdf. | Last update on 2020-09-01."
-
-[[params.footer.links]]
-prefix = "Contact me on"
-title = "Linkedin"
-url = "https://linkedin.com/in/mertbakir/"
-icon = "fab fa-linkedin"
-
-[[params.footer.links]]
-prefix = "Check out my"
-title = "Website"
-url = "https://mertbakir.gitlab.io/about/"
-icon = "fas fa-globe"
-
-
-# p.s. if you know YAML, then you should use that for this file.
diff --git a/exampleSite/data/projects.yaml b/exampleSite/data/projects.yaml
index 7e07403..e02d49d 100644
--- a/exampleSite/data/projects.yaml
+++ b/exampleSite/data/projects.yaml
@@ -13,5 +13,5 @@ projects:
Bring CI/CD to your resume using YAML and Git."
links:
- title: Available in GitLab
- utl: https://gitlab.com/mertbakir/resume-a4
+ url: https://gitlab.com/mertbakir/resume-a4
icon: fab fa-gitlab