diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-28 11:12:09 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-28 11:12:09 +0200 |
| commit | b17ccbd2fa987395d42313a81b2227f5ec8d88ac (patch) | |
| tree | f37523bae5f862f849b88e5c9d52e6eca0106e5d /exampleSite/config.toml | |
| parent | 7bc1c366a3c812a6e6e93d570896de29480e6015 (diff) | |
| download | gohugo-theme-ed-b17ccbd2fa987395d42313a81b2227f5ec8d88ac.tar.gz | |
Rework the "Latest Publications" section
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ad0aa32..3421458 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -142,12 +142,14 @@ disableKinds = ['RSS'] postMeta = ['date'] # Posts date format, for example: 2006-01-02 dateformat = 'January 02, 2006' + dateFormatToc = '2006.01.02' dateFormatFeed = '2006-01-02T15:04:05Z07:00' dateFormatRFC822Z = '02 Jan 2006 15:04:05 UT' # Show "Read more" button in list if true readmore = true # RSS/Atom feed size feedSize = 25 + recentPostsSize = 5 [params.contact] # Forms Backend URL, used in contacts form |
