summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiawei Huang2020-06-17 13:53:30 -0700
committerJiawei Huang2020-06-17 13:53:37 -0700
commitcf72ff2fc6e3d4d0da41d6e761847efc647f3a55 (patch)
treedd7862111a734334731c7373a903d77d7088e57a
parentdfd5ecf0c2326147656a2306654175ca061e228e (diff)
downloadhugo-theme-fuji-cf72ff2fc6e3d4d0da41d6e761847efc647f3a55.tar.gz
hugo-theme-fuji-cf72ff2fc6e3d4d0da41d6e761847efc647f3a55.tar.bz2
hugo-theme-fuji-cf72ff2fc6e3d4d0da41d6e761847efc647f3a55.zip
Fix some typos in code comments
No real code changes.
-rw-r--r--assets/scss/_fuji-style/_sidebar.scss4
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/about.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/assets/scss/_fuji-style/_sidebar.scss b/assets/scss/_fuji-style/_sidebar.scss
index 132a22f..b6621b9 100644
--- a/assets/scss/_fuji-style/_sidebar.scss
+++ b/assets/scss/_fuji-style/_sidebar.scss
@@ -4,11 +4,11 @@
.sidebar-item {
&:not(:last-child) {
- margin-bottom: 1rem; // space betreen sidebar items
+ margin-bottom: 1rem; // space between sidebar items
}
h3 {
- margin-bottom: 0.25rem; // space betreen head3 & lists
+ margin-bottom: 0.25rem; // space between head3 & lists
}
ul {
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).