From a3d301e38681dde1152978f16f1a480499ec2330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 17 Oct 2022 19:52:23 +0100 Subject: [PATCH] added series params to docs articles --- exampleSite/content/docs/advanced-customisation/index.md | 2 +- exampleSite/content/docs/configuration/index.md | 2 +- exampleSite/content/docs/content-examples/index.md | 2 ++ exampleSite/content/docs/firebase-views/index.md | 2 ++ exampleSite/content/docs/front-matter/index.md | 2 ++ exampleSite/content/docs/homepage-layout/index.md | 2 ++ exampleSite/content/docs/hosting-deployment/index.md | 2 ++ exampleSite/content/docs/installation/index.md | 2 ++ exampleSite/content/docs/multi-author/index.md | 2 ++ exampleSite/content/docs/partials/index.md | 2 ++ exampleSite/content/docs/shortcodes/index.md | 2 ++ exampleSite/content/docs/thumbnails/index.md | 2 ++ layouts/partials/series.html | 4 ++-- 13 files changed, 24 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/docs/advanced-customisation/index.md b/exampleSite/content/docs/advanced-customisation/index.md index 2e37c3b6..0ea7b02f 100644 --- a/exampleSite/content/docs/advanced-customisation/index.md +++ b/exampleSite/content/docs/advanced-customisation/index.md @@ -6,7 +6,7 @@ description: "Learn how to build Blowfish manually." slug: "advanced-customisation" tags: ["advanced", "css", "docs"] series: ["Docs"] -series_order: 4 +series_order: 12 --- There are many ways you can make advanced changes to Blowfish. Read below to learn more about what can be customised and the best way of achieving your desired result. diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index fe39d2bb..33fb2833 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -6,7 +6,7 @@ description: "All the configuration variables available in Blowfish." slug: "configuration" tags: ["config", "docs"] series: ["Docs"] -series_order: 2 +series_order: 4 --- Blowfish is a highly customisable theme and uses some of the latest Hugo features to simplify how it is configured. diff --git a/exampleSite/content/docs/content-examples/index.md b/exampleSite/content/docs/content-examples/index.md index c0ca3d6e..fef29a30 100644 --- a/exampleSite/content/docs/content-examples/index.md +++ b/exampleSite/content/docs/content-examples/index.md @@ -5,6 +5,8 @@ draft: false description: "All the partials available in Blowfish." slug: "content-examples" tags: ["content", "example"] +series: ["Docs"] +series_order: 11 --- If you've been reading the documentation in order, you should now know about all the features and configurations available in Blowfish. This page is designed to pull everything together and offer some worked examples that you might like to use in your Hugo project. diff --git a/exampleSite/content/docs/firebase-views/index.md b/exampleSite/content/docs/firebase-views/index.md index 47c47ee5..1d51cc21 100644 --- a/exampleSite/content/docs/firebase-views/index.md +++ b/exampleSite/content/docs/firebase-views/index.md @@ -5,6 +5,8 @@ draft: false description: "Learn how to integrate Firebase and get dynamic data for views and likes." slug: "firebase-views" tags: ["firebase", "views", likes] +series: ["Docs"] +series_order: 14 --- In order to be able to support dynamic data across your website we've added the support to integrate Firebase. This will allow you to use the views feature across lists and posts. diff --git a/exampleSite/content/docs/front-matter/index.md b/exampleSite/content/docs/front-matter/index.md index 2b3502d1..4a33149a 100644 --- a/exampleSite/content/docs/front-matter/index.md +++ b/exampleSite/content/docs/front-matter/index.md @@ -5,6 +5,8 @@ draft: false description: "All the front matter variables available in Blowfish." slug: "front-matter" tags: ["front matter", "config", "docs"] +series: ["Docs"] +series_order: 7 --- In addition to the [default Hugo front matter parameters](https://gohugo.io/content-management/front-matter/#front-matter-variables), Blowfish adds a number of additional options to customise the presentation of individual articles. All the available theme front matter parameters are listed below. diff --git a/exampleSite/content/docs/homepage-layout/index.md b/exampleSite/content/docs/homepage-layout/index.md index 548a1bb7..e3bb4112 100644 --- a/exampleSite/content/docs/homepage-layout/index.md +++ b/exampleSite/content/docs/homepage-layout/index.md @@ -5,6 +5,8 @@ draft: false description: "Configuring the homepage layout in the Blowfish theme." slug: "homepage-layout" tags: ["homepage", "layouts", "docs"] +series: ["Docs"] +series_order: 5 --- Blowfish provides a fully flexible homepage layout. There are two main templates to choose from with additional settings to adjust the design. Alternatively, you can also provide your own template and have complete control over the homepage content. diff --git a/exampleSite/content/docs/hosting-deployment/index.md b/exampleSite/content/docs/hosting-deployment/index.md index 13daf77c..63e5a350 100644 --- a/exampleSite/content/docs/hosting-deployment/index.md +++ b/exampleSite/content/docs/hosting-deployment/index.md @@ -5,6 +5,8 @@ draft: false description: "Learn how to deploy a Blowfish site." slug: "hosting-deployment" tags: ["hosting", "deployment", "docs", "github", "netlify", "render"] +series: ["Docs"] +series_order: 13 --- There are many ways to deploy your Hugo website built with Blowfish. The theme is designed to be flexible in almost any deployment scenario. diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index 035a6abf..51abb805 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -5,6 +5,8 @@ draft: false description: "How to install the Blowfish theme." slug: "installation" tags: ["installation", "docs"] +series: ["Docs"] +series_order: 2 --- Simply follow the standard Hugo [Quick Start](https://gohugo.io/getting-started/quick-start/) procedure to get up and running quickly. diff --git a/exampleSite/content/docs/multi-author/index.md b/exampleSite/content/docs/multi-author/index.md index f1291a8b..30b0caf1 100644 --- a/exampleSite/content/docs/multi-author/index.md +++ b/exampleSite/content/docs/multi-author/index.md @@ -5,6 +5,8 @@ draft: false description: "Configure multiple authors for your articles." slug: "multi-author" tags: ["authors", "config", "docs"] +series: ["Docs"] +series_order: 10 showAuthor: true authors: - "nunocoracao" diff --git a/exampleSite/content/docs/partials/index.md b/exampleSite/content/docs/partials/index.md index dfa200df..4ea46743 100644 --- a/exampleSite/content/docs/partials/index.md +++ b/exampleSite/content/docs/partials/index.md @@ -5,6 +5,8 @@ draft: false description: "All the partials available in Blowfish." slug: "partials" tags: ["partials", "analytics", "privacy", "comments", "favicons", "icon", "docs"] +series: ["Docs"] +series_order: 9 --- ## Analytics diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index cfc5ef29..e527ca33 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -5,6 +5,8 @@ draft: false description: "All the shortcodes available in Blowfish." slug: "shortcodes" tags: ["shortcodes", "mermaid", "icon", "lead", "docs"] +series: ["Docs"] +series_order: 8 --- In addition to all the [default Hugo shortcodes](https://gohugo.io/content-management/shortcodes/), Blowfish adds a few extras for additional functionality. diff --git a/exampleSite/content/docs/thumbnails/index.md b/exampleSite/content/docs/thumbnails/index.md index 2cfd09cb..1ca8fa97 100644 --- a/exampleSite/content/docs/thumbnails/index.md +++ b/exampleSite/content/docs/thumbnails/index.md @@ -5,6 +5,8 @@ draft: false description: "Turn on thumbnails for your articles." slug: "thumbnails" tags: ["thumbnail", "config", "docs"] +series: ["Docs"] +series_order: 6 --- ## Thumbnails diff --git a/layouts/partials/series.html b/layouts/partials/series.html index 818de2ba..7a3102c9 100644 --- a/layouts/partials/series.html +++ b/layouts/partials/series.html @@ -4,11 +4,11 @@