From 015090549306ba6fd0c84a874b58559c4a1fa8fb Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 29 Apr 2024 22:50:58 +0200 Subject: update theme without example page --- .../exampleSite/content/docs/series/background.svg | 574 --------------------- .../exampleSite/content/docs/series/featured.svg | 1 - .../exampleSite/content/docs/series/index.it.md | 36 -- .../exampleSite/content/docs/series/index.ja.md | 36 -- .../exampleSite/content/docs/series/index.md | 36 -- .../exampleSite/content/docs/series/index.zh-cn.md | 37 -- 6 files changed, 720 deletions(-) delete mode 100644 themes/blowfish/exampleSite/content/docs/series/background.svg delete mode 100644 themes/blowfish/exampleSite/content/docs/series/featured.svg delete mode 100644 themes/blowfish/exampleSite/content/docs/series/index.it.md delete mode 100644 themes/blowfish/exampleSite/content/docs/series/index.ja.md delete mode 100644 themes/blowfish/exampleSite/content/docs/series/index.md delete mode 100644 themes/blowfish/exampleSite/content/docs/series/index.zh-cn.md (limited to 'themes/blowfish/exampleSite/content/docs/series') diff --git a/themes/blowfish/exampleSite/content/docs/series/background.svg b/themes/blowfish/exampleSite/content/docs/series/background.svg deleted file mode 100644 index a3dc3e7..0000000 --- a/themes/blowfish/exampleSite/content/docs/series/background.svg +++ /dev/null @@ -1,574 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/themes/blowfish/exampleSite/content/docs/series/featured.svg b/themes/blowfish/exampleSite/content/docs/series/featured.svg deleted file mode 100644 index 9516202..0000000 --- a/themes/blowfish/exampleSite/content/docs/series/featured.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/blowfish/exampleSite/content/docs/series/index.it.md b/themes/blowfish/exampleSite/content/docs/series/index.it.md deleted file mode 100644 index ab51408..0000000 --- a/themes/blowfish/exampleSite/content/docs/series/index.it.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "Series" -date: 2020-08-09 -draft: false -description: "Learn how to group articles under a series." -slug: "series" -tags: ["series", "docs"] -series: ["Documentation"] -series_order: 11 -seriesOpened: true ---- - -Blowfish provides a feature to group a set of articles together under a "series". Placing an article under a series will display the rest of the series articles in each single page and provide a quick way to navigate amongst them. You can see an example of this above. - -## Create Taxonomy -The first step to enable series is to create the `series` taxonomy. For doing this just add the `series` taxonomy to your taxonomy list in the `config.toml`. - -```toml -[taxonomies] - tag = "tags" - category = "categories" - author = "authors" - series = "series" -``` - -## Mark Articles - -Then you just need to mark each article using the `series` parameter and the `series_order`. The `series` parameter will be the id and name of the series you are placing the article into (even though the variable is an array we recommend keeping each article to a single series.). And the `series_order` defines the order of that article within the series. In the example below the article is number `11` in the `Documentation` series. - -```md -series: ["Documentation"] -series_order: 11 -``` - -## Series Behavior -Marking an article as part of a series will automatically display the series module as you see in this page for example. You can choose whether that module starts opened or not using the `article.seriesOpened` global variable in `params.toml` or the front-matter parameter `seriesOpened` to specify an override at the article level. \ No newline at end of file diff --git a/themes/blowfish/exampleSite/content/docs/series/index.ja.md b/themes/blowfish/exampleSite/content/docs/series/index.ja.md deleted file mode 100644 index ab51408..0000000 --- a/themes/blowfish/exampleSite/content/docs/series/index.ja.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "Series" -date: 2020-08-09 -draft: false -description: "Learn how to group articles under a series." -slug: "series" -tags: ["series", "docs"] -series: ["Documentation"] -series_order: 11 -seriesOpened: true ---- - -Blowfish provides a feature to group a set of articles together under a "series". Placing an article under a series will display the rest of the series articles in each single page and provide a quick way to navigate amongst them. You can see an example of this above. - -## Create Taxonomy -The first step to enable series is to create the `series` taxonomy. For doing this just add the `series` taxonomy to your taxonomy list in the `config.toml`. - -```toml -[taxonomies] - tag = "tags" - category = "categories" - author = "authors" - series = "series" -``` - -## Mark Articles - -Then you just need to mark each article using the `series` parameter and the `series_order`. The `series` parameter will be the id and name of the series you are placing the article into (even though the variable is an array we recommend keeping each article to a single series.). And the `series_order` defines the order of that article within the series. In the example below the article is number `11` in the `Documentation` series. - -```md -series: ["Documentation"] -series_order: 11 -``` - -## Series Behavior -Marking an article as part of a series will automatically display the series module as you see in this page for example. You can choose whether that module starts opened or not using the `article.seriesOpened` global variable in `params.toml` or the front-matter parameter `seriesOpened` to specify an override at the article level. \ No newline at end of file diff --git a/themes/blowfish/exampleSite/content/docs/series/index.md b/themes/blowfish/exampleSite/content/docs/series/index.md deleted file mode 100644 index ab51408..0000000 --- a/themes/blowfish/exampleSite/content/docs/series/index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "Series" -date: 2020-08-09 -draft: false -description: "Learn how to group articles under a series." -slug: "series" -tags: ["series", "docs"] -series: ["Documentation"] -series_order: 11 -seriesOpened: true ---- - -Blowfish provides a feature to group a set of articles together under a "series". Placing an article under a series will display the rest of the series articles in each single page and provide a quick way to navigate amongst them. You can see an example of this above. - -## Create Taxonomy -The first step to enable series is to create the `series` taxonomy. For doing this just add the `series` taxonomy to your taxonomy list in the `config.toml`. - -```toml -[taxonomies] - tag = "tags" - category = "categories" - author = "authors" - series = "series" -``` - -## Mark Articles - -Then you just need to mark each article using the `series` parameter and the `series_order`. The `series` parameter will be the id and name of the series you are placing the article into (even though the variable is an array we recommend keeping each article to a single series.). And the `series_order` defines the order of that article within the series. In the example below the article is number `11` in the `Documentation` series. - -```md -series: ["Documentation"] -series_order: 11 -``` - -## Series Behavior -Marking an article as part of a series will automatically display the series module as you see in this page for example. You can choose whether that module starts opened or not using the `article.seriesOpened` global variable in `params.toml` or the front-matter parameter `seriesOpened` to specify an override at the article level. \ No newline at end of file diff --git a/themes/blowfish/exampleSite/content/docs/series/index.zh-cn.md b/themes/blowfish/exampleSite/content/docs/series/index.zh-cn.md deleted file mode 100644 index 3176ebb..0000000 --- a/themes/blowfish/exampleSite/content/docs/series/index.zh-cn.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: "系列" -date: 2020-08-09 -draft: false -description: "了解如何将文章分组到系列中。" -slug: "series" -tags: ["系列", "文档"] -series: ["部署教程"] -series_order: 11 -seriesOpened: true ---- - -Blowfish 提供了将一组文章分组到“系列”下的功能。将文章放在系列下将在每个页面中显示该系列文章的其余部分,并在它们之间提供快速导航。您可以在上面看到一个例子。 - -## 创建分类 -启用系列的第一步是创建 `series` 分类法。为此,只需将 `series` 分类法添加到 `config.toml` 中的分类法列表中即可。 - -```toml -[taxonomies] - tag = "tags" - category = "categories" - author = "authors" - series = "series" -``` - -## 标记文章 - -然后你只需要添加 `series` 和 `series_order` 参数。 `series` 参数将是您要将文章放入的系列名称。 `series_order` 定义了文章在该系列中的顺序。在下面的示例中,文章是 `Documentation` 系列中的第 `11` 篇文章。 - -```md -series: ["Documentation"] -series_order: 11 -``` - -## 系列的表现形式 - -将文章标记为系列的一部分将自动显示系列模块,例如您在下方看到的这样。您可以使用 `params.toml` 中的 `article.seriesOpened` 全局变量或参数 `seriesOpened` 来选择该模块是否开始打开,以指定文章级别的覆盖。 \ No newline at end of file -- cgit v1.2.3