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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-10-31 05:35:08 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-10-31 05:35:08 +0300
commit302dff7ff41563b572aae21a0abd6ccb0e96a42f (patch)
tree545580e1bd8911374b07f26b40e31c7c99b544cd /exampleSite
parentcf5b186698b3cd00c3a9e4df34b94db04f57dfa3 (diff)
feat: customize date format
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index df117ff..af2f597 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -5,6 +5,8 @@ repoURL = ""
# If it is a Github repo, leave blank
repoEditURL = ""
+dateFormat = ""
+
# E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
siteType = "Person"
icon = "images/icon.png"