Compare commits

...

2 Commits

Author SHA1 Message Date
Nuno Coração
d8eee1c5ed updated version 2022-10-16 21:56:59 +01:00
Nuno Coração
82a36a462e commented config files 2022-10-16 21:56:36 +01:00
2 changed files with 21 additions and 21 deletions

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

@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.0.0",
"version": "2.0.1",
"description": "Blowfish theme for Hugo",
"scripts": {
"preinstall": "rimraf assets/vendor",