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

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-06-01 19:25:42 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-06-01 19:25:42 +0300
commit5fdd2928f3b1a03a1ae51df6b6bb9e51749d3976 (patch)
tree74fc72275a5e22318a564f781fd82323427f4a97 /exampleSite
parent7bc8d3ee820a41baf9c7fd931733c293aeba141c (diff)
Added job detail in config.toml
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml19
1 files changed, 9 insertions, 10 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index dcdc91f..70ca4db 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,8 +23,8 @@ theme = "aafu"
# Profile section
[params.profile]
name = "First Last, Abbr."
- tagline = "Title"
- location = "City Name, ST"
+ tagline = "Title"
+ location = "City Name, ST"
photo = "profile.jpg"
# Section for links to social websites
@@ -51,12 +51,12 @@ theme = "aafu"
icon = "fa-twitter"
url = "#"
title = "Twitter"
- [[params.social.list]]
+ [[params.social.list]]
class = "ai"
icon = "ai-google-scholar"
url = "#"
title = "Google Scholar"
- [[params.social.list]]
+ [[params.social.list]]
class = "ai"
icon = "ai-researchgate"
url = "#"
@@ -93,6 +93,7 @@ theme = "aafu"
position = "Job Title"
dates = "2019 - *Present*"
company = "Company Name"
+ details = "Printed from desktop. Sent [emails](#). Called people using telephone. Drank water from office cooler. Ate donuts on people's birthdays."
[[params.experience.list]]
position = "Job Title"
dates = "2018 - 2019"
@@ -132,14 +133,12 @@ theme = "aafu"
date = "2018"
journal = "Journal of Field 52 (16), 9033-9044"
link = "#"
-
[[params.publication.list]]
title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
authors = "F Last, F Second, P secondary"
date = "2018"
journal = "Journal of Field 52 (16), 9033-9044"
link = "#"
-
[[params.publication.list]]
title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
authors = "F Last, F Second, P secondary"
@@ -188,10 +187,10 @@ theme = "aafu"
[params.hobby]
title = "Hobbies"
icon = "fas fa-gamepad"
-
+
[[params.hobby.list]]
- hobby = "Cooking"
+ hobby = "Cooking"
[[params.hobby.list]]
- hobby = "Hiking"
+ hobby = "Hiking"
[[params.hobby.list]]
- hobby = "Baking" \ No newline at end of file
+ hobby = "Baking" \ No newline at end of file