From 548fcb9e38409902e12d117c745297e7637a7e67 Mon Sep 17 00:00:00 2001 From: Mantas VilĨinskas Date: Wed, 24 Feb 2021 16:29:44 +0200 Subject: API updates, lastmod, NCMS/default config changes, version to 0.80 --- exampleSite/config.yml | 24 ++++++++++++++++++++++++ exampleSite/netlify.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'exampleSite') diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 7dc5972..ee52734 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -99,6 +99,19 @@ defaultContentLanguage: en # baseUrl: / baseURL: https://cstate.mnts.lt +# For features like Last modified, you +# need to use a Git repository. If you +# are using Netlify, you are already +# using Git (with GitHub, GitLab, etc) +# +# So, should Git information be used +# for this website? +# +# We recommend to keep this at `true`. +# BOOLEAN; `true`, `false` +enableGitInfo: true + + ############################################################ # +------------------------------------------------------+ # # | Preferences | # @@ -201,6 +214,13 @@ params: # BOOLEAN; `true`, `false` skipSeconds: false + # Should there be an automatic "Last updated" + # text shown below issues? + # + # Default: `true` + # BOOLEAN; `true`, `false` + enableLastMod: true + # What header design should we use? # # Default: `true` @@ -374,6 +394,10 @@ outputs: - json - rss - svg + term: + - html + - json + - rss outputFormats: svg: diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index d649777..0645d58 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -4,7 +4,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.48" + HUGO_VERSION = "0.80" [context.production.environment] HUGO_ENV = "production" -- cgit v1.2.3-70-g09d2