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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2021-08-08 18:39:33 +0300
committerGitHub <noreply@github.com>2021-08-08 18:39:33 +0300
commit4a0cbac23457070a46a798c6ae4e0c9d3122e7f3 (patch)
tree6b2b1a6e1caf4b61d9e402ed04665ab442134701 /netlify.toml
parenta052245f28125fe7c8890e30dccf301fb5a8efa0 (diff)
feat(menu): support open an entry in new tab (#294)
* feat(menu): support open an entry in new tab closes https://github.com/CaiJimmy/hugo-theme-stack/issues/230 * Revert change in markup.tableOfContents.ordered * Upgrade Netlify Hugo version * doc: require Hugo Extended >= 0.87.0
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index e221fd8..2a5b2a8 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,7 +2,7 @@
publish = "exampleSite/public"
[build.environment]
- HUGO_VERSION = "0.85.0"
+ HUGO_VERSION = "0.87.0"
HUGO_THEME = "repo"
[context.production]