summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJune <liumy.f@foxmail.com>2022-11-28 14:12:31 +0800
committerGitHub <noreply@github.com>2022-11-28 14:12:31 +0800
commit22331ce7dcf0b4fe78e002c12576d82edcbc4a29 (patch)
treea00e3d61bc5989393820b088d90dd5fb26e27847
parentb8b2081a8a1e0e3fe2e7d34c4168b358fdf021d0 (diff)
parent011b98bd3c2db5bb6b2838591685f8ebb47dba7a (diff)
Merge pull request #23 from deining/contrib
Fixing typos
-rw-r--r--exampleSite/content/posts/getting-started.md2
-rw-r--r--exampleSite/content/posts/markdown-syntax.md2
-rw-r--r--netlify.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/content/posts/getting-started.md b/exampleSite/content/posts/getting-started.md
index eb2d37e..8128699 100644
--- a/exampleSite/content/posts/getting-started.md
+++ b/exampleSite/content/posts/getting-started.md
@@ -14,7 +14,7 @@ Puppet is a responsive, simple and clean [Hugo](https://gohugo.io/) theme based
## Install Hugo
-Make sure you have installed the lastest version of [Hugo-extented](https://gohugo.io/getting-started/installing/).
+Make sure you have installed the latest version of [Hugo-extented](https://gohugo.io/getting-started/installing/).
## Create a New Site
diff --git a/exampleSite/content/posts/markdown-syntax.md b/exampleSite/content/posts/markdown-syntax.md
index 54168ba..a3a0755 100644
--- a/exampleSite/content/posts/markdown-syntax.md
+++ b/exampleSite/content/posts/markdown-syntax.md
@@ -13,7 +13,7 @@ categories = [
"syntax",
]
series = ["Themes Guide"]
-aliases = ["migrate-from-jekyl"]
+aliases = ["migrate-from-jekyll"]
toc = true
+++
diff --git a/netlify.toml b/netlify.toml
index 5f9bf27..a0c253a 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -5,7 +5,7 @@
[build.environment]
HUGO_THEME = "repo"
HUGO_THEMESDIR = "/opt/build"
- HUGO_VERSION = "0.101.0"
+ HUGO_VERSION = "0.106.0"
[context.production.environment]
HUGO_BASEURL = "https://hugo-theme-puppet.netlify.app/"