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

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-01-05 11:44:06 +0300
committerGitHub <noreply@github.com>2022-01-05 11:44:06 +0300
commit2ac2a9faababa34508be349619741e4b3eae19cf (patch)
tree0236f0df1a2fce9c8771bb149073cbd3cde85210 /exampleSite
parentda8d7a48d6c2ae35b6d4a1b28c5f0b4a0a568955 (diff)
docs: fixed typos and minor textual improvements (#259)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/_index.md2
-rw-r--r--exampleSite/content/shortcodes/columns.md4
-rw-r--r--exampleSite/content/usage/configuration.md6
3 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 0c81d24..37c88dd 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,6 +1,6 @@
---
title: Welcome to the documentation
-description: Geekdoc is a simple Hugo theme for documentations. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex projects. If a more feature-complete theme is required there are a lot of got alternatives out there.
+description: Geekdoc is a simple Hugo theme for documentations. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex projects. If a more feature-complete theme is required there are a lot of good alternatives out there.
geekdocNav: false
geekdocAlign: center
geekdocAnchor: false
diff --git a/exampleSite/content/shortcodes/columns.md b/exampleSite/content/shortcodes/columns.md
index 46a5b22..5f37e00 100644
--- a/exampleSite/content/shortcodes/columns.md
+++ b/exampleSite/content/shortcodes/columns.md
@@ -9,12 +9,12 @@ The Columns shortcode can be used to organize content side-by-side (horizontally
# Left Content
Dolor sit, sumo unique argument um no ...
-<---> <!-- magic sparator, between columns -->
+<---> <!-- magic separator, between columns -->
# Mid Content
Dolor sit, sumo unique argument um no ...
-<---> <!-- magic sparator, between columns -->
+<---> <!-- magic separator, between columns -->
# Right Content
Dolor sit, sumo unique argument um no ...
diff --git a/exampleSite/content/usage/configuration.md b/exampleSite/content/usage/configuration.md
index d74778a..a381336 100644
--- a/exampleSite/content/usage/configuration.md
+++ b/exampleSite/content/usage/configuration.md
@@ -45,7 +45,7 @@ enableRobotsTXT = true
# relative to your 'static/' folder.
geekdocLogo = "logo.png"
- # (Optional, default false) Render menu from data file im 'data/menu/main.yaml'.
+ # (Optional, default false) Render menu from data file in 'data/menu/main.yaml'.
# See also https://geekdocs.de/usage/menus/#bundle-menu.
geekdocMenuBundle = true
@@ -71,7 +71,7 @@ enableRobotsTXT = true
geekdocEditPath = "edit/main/exampleSite/content"
# (Optional, default true) Enables search function with flexsearch.
- # Index is built on the fly and might slowdown your website.
+ # Index is built on the fly and might slow down your website.
geekdocSearch = false
# (Optional, default false) Display search results with the parent folder as prefix. This
@@ -158,7 +158,7 @@ params:
# relative to your 'static/' folder.
geekdocLogo: logo.png
- # (Optional, default false) Render menu from data file im 'data/menu/main.yaml'.
+ # (Optional, default false) Render menu from data file in 'data/menu/main.yaml'.
# See also https://geekdocs.de/usage/menus/#bundle-menu.
geekdocMenuBundle: true