summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authoramzrk22020-06-18 13:55:07 +0800
committeramzrk22020-06-18 13:55:07 +0800
commitd75e82b6098c9325ae61f26f765e390f9bfe02cc (patch)
tree746cdba0e17643021c7a0b6eff1870b61d9d540e /exampleSite
parent1e3b01af7a026e215365c3c4625acd64a74215fe (diff)
parent9d4dcf285892f5ce68bd519d69d4f03b2b2fa76f (diff)
downloadhugo-theme-fuji-d75e82b6098c9325ae61f26f765e390f9bfe02cc.tar.gz
hugo-theme-fuji-d75e82b6098c9325ae61f26f765e390f9bfe02cc.tar.bz2
hugo-theme-fuji-d75e82b6098c9325ae61f26f765e390f9bfe02cc.zip
Merge branch 'dev' of https://github.com/amzrk2/hugo-theme-fuji into dev
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/about.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b8aef61..52ffea8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,7 +11,7 @@ disableKinds = ["taxonomyTerm"]
languageCode = "en" # For RSS, view https://www.rssboard.org/rss-language-codes
defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl
-summaryLength = 100 # Custom cummary length, add <!--more--> in post file to custom split point
+summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point
paginate = 10
# googleAnalytics = "UA-000000000-0" # Set your Google Analytics UA here
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index a596d02..b6fc1ec 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -19,6 +19,6 @@ Hugo is ideal for blogs, corporate websites, creative portfolios, online magazin
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
-Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
+Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
Learn more and contribute on [GitHub](https://github.com/gohugoio).