mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
@@ -35,7 +35,10 @@
|
||||
url = "http://tee.pub/lic/qwSlWVBL5zc"
|
||||
weight = 50
|
||||
|
||||
|
||||
#[[main]]
|
||||
# name = "Test"
|
||||
# pageRef = "pagTest"
|
||||
# weight = 1000
|
||||
|
||||
[[main]]
|
||||
identifier = "twitter"
|
||||
|
||||
@@ -65,6 +65,7 @@ mainSections = ["docs"]
|
||||
[list]
|
||||
showHero = true
|
||||
heroStyle = "background" # valid options: basic, big, background
|
||||
layoutBackgroundHeaderSpace = false
|
||||
showBreadcrumbs = false
|
||||
showSummary = false
|
||||
showViews = true
|
||||
|
||||
@@ -161,6 +161,7 @@ Many of the article defaults here can be overridden on a per article basis by sp
|
||||
| `article.showHero` | `false` | Whether the thumbnail image will be shown as a hero image within each article page. |
|
||||
| `article.heroStyle` | _Not set_ | Style to display the hero image, valid options are: `basic`, `big`, `background`. |
|
||||
| `article.layoutBackgroundBlur` | `false` | Makes the background image in the background article heroStyle blur with the scroll |
|
||||
| `article.layoutBackgroundHeaderSpace` | `true` | Add space between the header and the body. |
|
||||
| `article.showBreadcrumbs` | `false` | Whether or not breadcrumbs are displayed in the article header. |
|
||||
| `article.showDraftLabel` | `true` | Whether or not the draft indicator is shown next to articles when site is built with `--buildDrafts`. |
|
||||
| `article.showEdit` | `false` | Whether or not the link to edit the article content should be displayed. |
|
||||
@@ -180,6 +181,7 @@ Many of the article defaults here can be overridden on a per article basis by sp
|
||||
| `list.showHero` | `false` | Whether the thumbnail image will be shown as a hero image within each list page. |
|
||||
| `list.heroStyle` | _Not set_ | Style to display the hero image, valid options are: `basic`, `big`, `background`. |
|
||||
| `list.showBreadcrumbs` | `false` | Whether or not breadcrumbs are displayed in the header on list pages. |
|
||||
| `list.layoutBackgroundHeaderSpace` | `true` | Add space between the header and the body. |
|
||||
| `list.showTableOfContents` | `false` | Whether or not the table of contents is displayed on list pages. |
|
||||
| `list.showSummary` | `false` | Whether or not article summaries are displayed on list pages. If a summary is not provided in the [front matter]({{< ref "front-matter" >}}), one will be auto generated using the `summaryLength` parameter in the [site configuration](#site-configuration). |
|
||||
| `list.showViews` | `false` | Whether or not list views are displayed. This requires firebase integrations to be enabled, look below. |
|
||||
|
||||
@@ -50,4 +50,5 @@ Front matter parameter default values are inherited from the theme's [base confi
|
||||
|`series_order`|_Not set_|Number of the article within the series.|
|
||||
|`summary`|Auto generated using `summaryLength` (see [site configuration]({{< ref "configuration#site-configuration" >}}))|When `showSummary` is enabled, this is the Markdown string to be used as the summary for this article.|
|
||||
|`xml`|`true` unless excluded by `sitemap.excludedKinds`|Whether or not this article is included in the generated `/sitemap.xml` file.|
|
||||
|`layoutBackgroundHeaderSpace`|`true`|Add space between the header and the body.|
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
19
exampleSite/content/pagtest/_index.md
Normal file
19
exampleSite/content/pagtest/_index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "TEST"
|
||||
date: 2022-06-13T20:55:37+01:00
|
||||
draft: true
|
||||
|
||||
showDate : false
|
||||
showDateUpdated : false
|
||||
showHeadingAnchors : false
|
||||
showPagination : false
|
||||
showReadingTime : false
|
||||
showTableOfContents : true
|
||||
showTaxonomies : false
|
||||
showWordCount : false
|
||||
showSummary : false
|
||||
sharingLinks : false
|
||||
|
||||
cardView: false
|
||||
---
|
||||
|
||||
7
exampleSite/content/pagtest/file1 copy 10.md
Normal file
7
exampleSite/content/pagtest/file1 copy 10.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 11.md
Normal file
7
exampleSite/content/pagtest/file1 copy 11.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 12.md
Normal file
7
exampleSite/content/pagtest/file1 copy 12.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 13.md
Normal file
7
exampleSite/content/pagtest/file1 copy 13.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 14.md
Normal file
7
exampleSite/content/pagtest/file1 copy 14.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 15.md
Normal file
7
exampleSite/content/pagtest/file1 copy 15.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 16.md
Normal file
7
exampleSite/content/pagtest/file1 copy 16.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 17.md
Normal file
7
exampleSite/content/pagtest/file1 copy 17.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 18.md
Normal file
7
exampleSite/content/pagtest/file1 copy 18.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 19.md
Normal file
7
exampleSite/content/pagtest/file1 copy 19.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 2.md
Normal file
7
exampleSite/content/pagtest/file1 copy 2.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 20.md
Normal file
7
exampleSite/content/pagtest/file1 copy 20.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 21.md
Normal file
7
exampleSite/content/pagtest/file1 copy 21.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 22.md
Normal file
7
exampleSite/content/pagtest/file1 copy 22.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 23.md
Normal file
7
exampleSite/content/pagtest/file1 copy 23.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 24.md
Normal file
7
exampleSite/content/pagtest/file1 copy 24.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 25.md
Normal file
7
exampleSite/content/pagtest/file1 copy 25.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 26.md
Normal file
7
exampleSite/content/pagtest/file1 copy 26.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 27.md
Normal file
7
exampleSite/content/pagtest/file1 copy 27.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 28.md
Normal file
7
exampleSite/content/pagtest/file1 copy 28.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 3.md
Normal file
7
exampleSite/content/pagtest/file1 copy 3.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 4.md
Normal file
7
exampleSite/content/pagtest/file1 copy 4.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 5.md
Normal file
7
exampleSite/content/pagtest/file1 copy 5.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 6.md
Normal file
7
exampleSite/content/pagtest/file1 copy 6.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 7.md
Normal file
7
exampleSite/content/pagtest/file1 copy 7.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 8.md
Normal file
7
exampleSite/content/pagtest/file1 copy 8.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy 9.md
Normal file
7
exampleSite/content/pagtest/file1 copy 9.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1 copy.md
Normal file
7
exampleSite/content/pagtest/file1 copy.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
7
exampleSite/content/pagtest/file1.md
Normal file
7
exampleSite/content/pagtest/file1.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Charts"
|
||||
date: 2019-03-06
|
||||
summary: "Blowfish includes Chart.js for powerful charts and data visualisations."
|
||||
tags: ["chart", "sample", "graph", "shortcodes"]
|
||||
showDate: false
|
||||
---
|
||||
Reference in New Issue
Block a user