summaryrefslogtreecommitdiff
path: root/themes/CodeIT/exampleSite/content/posts
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-12-17 21:11:47 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-12-17 21:11:47 +0100
commitfa0436a210fe2233314151f55e1d8034f1317550 (patch)
treebdeacfde88d2333ba43db7ad28ac0b7f0c8f3e9a /themes/CodeIT/exampleSite/content/posts
parent0f19f2e8eb77291a133194a34938fb36fd3d123b (diff)
update the theme
Diffstat (limited to 'themes/CodeIT/exampleSite/content/posts')
-rw-r--r--themes/CodeIT/exampleSite/content/posts/basic-markdown-syntax/index.en.md2
-rw-r--r--themes/CodeIT/exampleSite/content/posts/theme-documentation-content/index.en.md6
-rw-r--r--themes/CodeIT/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md8
3 files changed, 8 insertions, 8 deletions
diff --git a/themes/CodeIT/exampleSite/content/posts/basic-markdown-syntax/index.en.md b/themes/CodeIT/exampleSite/content/posts/basic-markdown-syntax/index.en.md
index 04abc53..eb5d9bc 100644
--- a/themes/CodeIT/exampleSite/content/posts/basic-markdown-syntax/index.en.md
+++ b/themes/CodeIT/exampleSite/content/posts/basic-markdown-syntax/index.en.md
@@ -24,7 +24,7 @@ This article offers a sample of basic Markdown syntax that can be used in Hugo c
{{< admonition >}}
This article is a shameful copy of the great [Grav original page](http://learn.getgrav.org/content/markdown).
-If you want to know about the extented Markdown syntax of **CodeIT** theme, please read [extended Markdown syntax page](../theme-documentation-content#extended-markdown-syntax).
+If you want to know about the extended Markdown syntax of **CodeIT** theme, please read [extended Markdown syntax page](../theme-documentation-content#extended-markdown-syntax).
{{< /admonition >}}
Let's face it: Writing content for the Web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
diff --git a/themes/CodeIT/exampleSite/content/posts/theme-documentation-content/index.en.md b/themes/CodeIT/exampleSite/content/posts/theme-documentation-content/index.en.md
index 12bfd45..530459f 100644
--- a/themes/CodeIT/exampleSite/content/posts/theme-documentation-content/index.en.md
+++ b/themes/CodeIT/exampleSite/content/posts/theme-documentation-content/index.en.md
@@ -132,13 +132,13 @@ seo:
- **title**: the title for the content.
- **subtitle**: the subtitle for the content.
-- **date**: the datetime assigned to this page, which is usually fetched from the `date` field in front matter, but this behaviour is configurabl in the [site configuration](../theme-documentation-basics#site-configuration).
+- **date**: the datetime assigned to this page, which is usually fetched from the `date` field in front matter, but this behaviour is configurable in the [site configuration](../theme-documentation-basics#site-configuration).
- **lastmod**: the datetime at which the content was last modified.
- **draft**: if `true`, the content will not be rendered unless the `--buildDrafts`/`-D` flag is passed to the `hugo` command.
- **author**: the author for the content.
- **authorLink**: the link of the author.
- **description**: the description for the content.
-- **license**: the special lisence for this content.
+- **license**: the special license for this content.
- **images**: page images for Open Graph and Twitter Cards.
- **tags**: the tags for the content.
@@ -153,7 +153,7 @@ seo:
- **ruby**: if `true`, the content will enable the [ruby extended syntax](#ruby).
- **fraction**: if `true`, the content will enable the [fraction extended syntax](#fraction).
- **fontawesome**: if `true`, the content will enable the [Font Awesome extended syntax](#fontawesome).
-- **linkToMarkdown**: if `true`, the footer of the content will be shown the link to the orignal Markdown file.
+- **linkToMarkdown**: if `true`, the footer of the content will be shown the link to the original Markdown file.
- **rssFullText**: if `true`, the full text content will be shown in RSS.
- **toc**: the same as the `params.page.toc` part in the [site configuration](../theme-documentation-basics#site-configuration).
diff --git a/themes/CodeIT/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md b/themes/CodeIT/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md
index dbf964b..80f3692 100644
--- a/themes/CodeIT/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md
+++ b/themes/CodeIT/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md
@@ -521,7 +521,7 @@ pie
[ECharts](https://echarts.apache.org/) is a library helping you to generate interactive data visualization.
-The basic chart types ECharts supports include [line series](https://echarts.apache.org/en/option.html#series-line), [bar series](https://echarts.apache.org/en/option.html#series-line), [scatter series](https://echarts.apache.org/en/option.html#series-scatter), [pie charts](https://echarts.apache.org/en/option.html#series-pie), [candle-stick series](https://echarts.apache.org/en/option.html#series-candlestick), [boxplot series](https://echarts.apache.org/en/option.html#series-boxplot) for statistics, [map series](https://echarts.apache.org/en/option.html#series-map), [heatmap series](https://echarts.apache.org/en/option.html#series-heatmap), [lines series](https://echarts.apache.org/en/option.html#series-lines) for directional information, [graph series](https://echarts.apache.org/en/option.html#series-graph) for relationships, [treemap series](https://echarts.apache.org/en/option.html#series-treemap), [sunburst series](https://echarts.apache.org/en/option.html#series-sunburst), [parallel series](https://echarts.apache.org/en/option.html#series-parallel) for multi-dimensional data, [funnel series](https://echarts.apache.org/en/option.html#series-funnel), [gauge series](https://echarts.apache.org/en/option.html#series-gauge). And it's extremely easy to create a combinition of them with ECharts.
+The basic chart types ECharts supports include [line series](https://echarts.apache.org/en/option.html#series-line), [bar series](https://echarts.apache.org/en/option.html#series-line), [scatter series](https://echarts.apache.org/en/option.html#series-scatter), [pie charts](https://echarts.apache.org/en/option.html#series-pie), [candle-stick series](https://echarts.apache.org/en/option.html#series-candlestick), [boxplot series](https://echarts.apache.org/en/option.html#series-boxplot) for statistics, [map series](https://echarts.apache.org/en/option.html#series-map), [heatmap series](https://echarts.apache.org/en/option.html#series-heatmap), [lines series](https://echarts.apache.org/en/option.html#series-lines) for directional information, [graph series](https://echarts.apache.org/en/option.html#series-graph) for relationships, [treemap series](https://echarts.apache.org/en/option.html#series-treemap), [sunburst series](https://echarts.apache.org/en/option.html#series-sunburst), [parallel series](https://echarts.apache.org/en/option.html#series-parallel) for multi-dimensional data, [funnel series](https://echarts.apache.org/en/option.html#series-funnel), [gauge series](https://echarts.apache.org/en/option.html#series-gauge). And it's extremely easy to create a combination of them with ECharts.
Just insert your ECharts option in `JSON`/`YAML`/`TOML` format in the `echarts` shortcode and that’s it.
@@ -913,11 +913,11 @@ The `mapbox` shortcode has the following named parameters to use Mapbox GL JS:
- **lng** _[required]_ (**first** positional parameter)
- Longitude of the inital centerpoint of the map, measured in degrees.
+ Longitude of the initial centerpoint of the map, measured in degrees.
- **lat** _[required]_ (**second** positional parameter)
- Latitude of the inital centerpoint of the map, measured in degrees.
+ Latitude of the initial centerpoint of the map, measured in degrees.
- **zoom** _[optional]_ (**third** positional parameter)
@@ -925,7 +925,7 @@ The `mapbox` shortcode has the following named parameters to use Mapbox GL JS:
- **marked** _[optional]_ (**fourth** positional parameter)
- Whether to add a marker at the inital centerpoint of the map, default value is `true`.
+ Whether to add a marker at the initial centerpoint of the map, default value is `true`.
- **light-style** _[optional]_ (**fifth** positional parameter)