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-07-28 01:46:26 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-07-28 01:46:26 +0300
commit46be7ff65a13b77288d92844cd5683e0be4b9127 (patch)
treeeabb77fc17e66da4e9bef1d243b75b7e94c31685
parent50c3598691f045f138117a41adb77146a38b7d9b (diff)
Updated config.toml
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4ed2561..df5a945 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -132,6 +132,7 @@ theme = "aafu"
icon = "fas fa-book"
#The order below determines the order in which the items appear in "Publications" section
format = ["date", "authors", "title", "journal"]
+ types = ["Journal Articles", "Proceedings"]
[[params.publication.list]]
title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
@@ -139,6 +140,7 @@ theme = "aafu"
date = "2018"
journal = "Journal of Field 52 (16), 9033-9044"
link = "#"
+ type = "Journal Articles"
[[params.publication.list]]
title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
@@ -146,6 +148,7 @@ theme = "aafu"
date = "2018"
journal = "Journal of Field 52 (16), 9033-9044"
link = "#"
+ type = "Journal Articles"
[[params.publication.list]]
title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
@@ -153,6 +156,7 @@ theme = "aafu"
date = "2018"
journal = "Journal of Field 52 (16), 9033-9044"
link = "#"
+ type = "Proceedings"
# Project section
[params.project]