mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8eee1c5ed | |||
| 82a36a462e |
@@ -10,20 +10,20 @@
|
|||||||
# overridden by providing a weight value. The menu will then be
|
# overridden by providing a weight value. The menu will then be
|
||||||
# ordered by weight from lowest to highest.
|
# ordered by weight from lowest to highest.
|
||||||
|
|
||||||
[[main]]
|
#[[main]]
|
||||||
name = "Blog"
|
# name = "Blog"
|
||||||
pageRef = "posts"
|
# pageRef = "posts"
|
||||||
weight = 10
|
# weight = 10
|
||||||
|
|
||||||
[[main]]
|
#[[main]]
|
||||||
name = "Categories"
|
# name = "Categories"
|
||||||
pageRef = "categories"
|
# pageRef = "categories"
|
||||||
weight = 20
|
# weight = 20
|
||||||
|
|
||||||
[[main]]
|
#[[main]]
|
||||||
name = "Tags"
|
# name = "Tags"
|
||||||
pageRef = "tags"
|
# pageRef = "tags"
|
||||||
weight = 30
|
# weight = 30
|
||||||
|
|
||||||
|
|
||||||
# -- Footer Menu --
|
# -- Footer Menu --
|
||||||
@@ -31,12 +31,12 @@
|
|||||||
# the copyright notice. Configure as per the main menu above.
|
# the copyright notice. Configure as per the main menu above.
|
||||||
|
|
||||||
|
|
||||||
[[footer]]
|
# [[footer]]
|
||||||
name = "Tags"
|
# name = "Tags"
|
||||||
pageRef = "tags"
|
# pageRef = "tags"
|
||||||
weight = 10
|
# weight = 10
|
||||||
|
|
||||||
[[footer]]
|
# [[footer]]
|
||||||
name = "Categories"
|
# name = "Categories"
|
||||||
pageRef = "categories"
|
# pageRef = "categories"
|
||||||
weight = 20
|
# weight = 20
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hugo-blowfish-theme",
|
"name": "hugo-blowfish-theme",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Blowfish theme for Hugo",
|
"description": "Blowfish theme for Hugo",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "rimraf assets/vendor",
|
"preinstall": "rimraf assets/vendor",
|
||||||
|
|||||||
Reference in New Issue
Block a user