Merge branch 'main' into main

This commit is contained in:
Nuno Coração
2022-10-28 18:34:13 +01:00
committed by GitHub
55 changed files with 362 additions and 133 deletions

View File

@@ -2,6 +2,7 @@
# Refer to the theme docs for more details about each of these parameters.
# https://nunocoracao.github.io/blowfish/docs/getting-started/
# theme = "blowfish"
# baseURL = "https://your_domain.com/"
defaultContentLanguage = "en"
@@ -18,6 +19,7 @@ buildFuture = false
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[sitemap]
changefreq = 'daily'

View File

@@ -10,20 +10,20 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
[[main]]
name = "Blog"
pageRef = "posts"
weight = 10
#[[main]]
# name = "Blog"
# pageRef = "posts"
# weight = 10
[[main]]
name = "Categories"
pageRef = "categories"
weight = 20
#[[main]]
# name = "Categories"
# pageRef = "categories"
# weight = 20
[[main]]
name = "Tags"
pageRef = "tags"
weight = 30
#[[main]]
# name = "Tags"
# pageRef = "tags"
# weight = 30
# -- Footer Menu --
@@ -31,12 +31,12 @@
# the copyright notice. Configure as per the main menu above.
[[footer]]
name = "Tags"
pageRef = "tags"
weight = 10
# [[footer]]
# name = "Tags"
# pageRef = "tags"
# weight = 10
[[footer]]
name = "Categories"
pageRef = "categories"
weight = 20
# [[footer]]
# name = "Categories"
# pageRef = "categories"
# weight = 20

View File

@@ -43,6 +43,7 @@ enableCodeCopy = true
showEdit = true
# editURL = "https://github.com/username/repo/"
editAppendPath = true
seriesOpened = false
showHeadingAnchors = true
showPagination = true
invertPagination = false