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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kruse <devel@sumpfralle.de>2020-09-13 19:34:16 +0300
committerLars Kruse <devel@sumpfralle.de>2020-09-13 21:33:14 +0300
commit9d951f6d6763bed0a7861eae798bbbc0b3488b5d (patch)
treeb3e537948e9c575775ff2aedcb47f85add93cf9b /exampleSite
parente65f122bc6db9c215364abe956383dcae348481d (diff)
Fix spelling mistakes
Thanks to codespell.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/_index.md2
-rw-r--r--exampleSite/content/configuration/_index.md2
-rw-r--r--exampleSite/content/getting-started/usage.md8
-rw-r--r--exampleSite/content/shortcodes/panel.md4
4 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 8e53359..c58dda1 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -92,7 +92,7 @@ Ace is a theme for <a href="https://gohugo.io" target="_blank">Hugo</a>, a fast
</div>
<div class="card-body pl-2">
<h5 class="card-title">
- Code hightlighting.
+ Code highlighting.
</h5>
<p class="card-text text-muted">
Code highlighting. Include code samples with a copy button. If it’s HTML, you can also render the code.
diff --git a/exampleSite/content/configuration/_index.md b/exampleSite/content/configuration/_index.md
index 58fca5f..32d2410 100644
--- a/exampleSite/content/configuration/_index.md
+++ b/exampleSite/content/configuration/_index.md
@@ -45,7 +45,7 @@ Where <code>XX-XXXXXXXXX-X</code> is your tracking ID.
## Read more navigation
-In <code>config.toml</code> or a page's <code>frontmatter</code>, set <code>disableReadmoreNav = true</code> to disable the prev/next buttons at the buttom of every page.
+In <code>config.toml</code> or a page's <code>frontmatter</code>, set <code>disableReadmoreNav = true</code> to disable the prev/next buttons at the bottom of every page.
## Search
diff --git a/exampleSite/content/getting-started/usage.md b/exampleSite/content/getting-started/usage.md
index 53b2539..a1d90c3 100644
--- a/exampleSite/content/getting-started/usage.md
+++ b/exampleSite/content/getting-started/usage.md
@@ -32,7 +32,7 @@ hugo
Pages are written in Markdown and files defining pages should end with *.md*. For more information on how to use Markdown, search for tutorials on the internet or use this <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">cheatsheet</a>.
### File structure
-Ace looks at your file stucture and automatically turns it into a menu.
+Ace looks at your file structure and automatically turns it into a menu.
The structure looks as follows:
{{< code >}}
/content
@@ -69,8 +69,8 @@ weight = 2
+++
{{< /code >}}
The title will be displayed as a H1 header at the top of your page. The weight determines the order in the menu.
-
-After that you may write the content you desire with Markdown. You may use shortcodes to add some more 'advanced' layout features to the page, such as code hightlighting, a 'lead' style paragraph, images, video's, and more.
+
+After that you may write the content you desire with Markdown. You may use shortcodes to add some more 'advanced' layout features to the page, such as code highlighting, a 'lead' style paragraph, images, video's, and more.
### Navigation bar menu
While the left sidebar navigation is automatically populated by the file structure described above, and the right 'table of contents' sidebar menu is automatically populated by the headings defined on a page, the top navigation bar needs to be configured manually.
@@ -83,4 +83,4 @@ url = "https://github.com/vantagedesign/ace-documentation"
weight = 10
{{< /code >}}
-This example will create a GitHub icon that links to that URL. Instead of an icon, you may also use text, or both. \ No newline at end of file
+This example will create a GitHub icon that links to that URL. Instead of an icon, you may also use text, or both.
diff --git a/exampleSite/content/shortcodes/panel.md b/exampleSite/content/shortcodes/panel.md
index 9868b14..3a3a50d 100644
--- a/exampleSite/content/shortcodes/panel.md
+++ b/exampleSite/content/shortcodes/panel.md
@@ -28,5 +28,5 @@ The style parameter is directly applied to the alert as a class in the format *"
Example: <code>style="danger"</code>.
#### Title
-The title paramter defines the text shown as a title in the panel. It will have the same color as the style.
-Example: <code>title="I'm important"</code>. \ No newline at end of file
+The title parameter defines the text shown as a title in the panel. It will have the same color as the style.
+Example: <code>title="I'm important"</code>.