mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Merge branch 'translations-v1' into translations-v1
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
# https://blowfish.page/docs/getting-started/
|
||||
|
||||
theme = "blowfish"
|
||||
baseURL = "https://nunocoracao.github.io/blowfish"
|
||||
baseURL = "https://localhost:1313"
|
||||
defaultContentLanguage = "en"
|
||||
#disableLanguages = ['it', 'fr'] #to allow translation work requiring shipping to production
|
||||
|
||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
|
||||
@@ -15,6 +16,7 @@ summaryLength = 30
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
|
||||
|
||||
googleAnalytics = "G-PEDMYR1V0K"
|
||||
|
||||
[imaging]
|
||||
|
||||
@@ -9,13 +9,13 @@ title = "Blowfish"
|
||||
rtl = false
|
||||
dateFormat = "2 January 2006"
|
||||
logo = "img/blowfish_logo_transparent.png"
|
||||
description = "A powerful, lightweight theme for Hugo."
|
||||
description = "Un potente, leggero tema per Hugo."
|
||||
|
||||
[author]
|
||||
name = "Blowfish"
|
||||
image = "img/blowfish_logo.png"
|
||||
headline = "A powerful, lightweight theme for Hugo."
|
||||
bio = "A powerful, lightweight theme for Hugo."
|
||||
headline = "Un potente, leggero tema per Hugo."
|
||||
bio = "Un potente, leggero tema per Hugo."
|
||||
links = [
|
||||
{ x-twitter = "https://twitter.com/burufugu" },
|
||||
{ github = "https://github.com/nunocoracao/blowfish" },
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
[[main]]
|
||||
name = "Docs"
|
||||
name = "Documenti"
|
||||
pageRef = "docs"
|
||||
weight = 10
|
||||
|
||||
@@ -21,29 +21,29 @@
|
||||
weight = 15
|
||||
|
||||
[[main]]
|
||||
name = "Examples"
|
||||
name = "Esempi"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Samples"
|
||||
parent = "Examples"
|
||||
name = "Campioni"
|
||||
parent = "Esempi"
|
||||
pageRef = "samples"
|
||||
weight = 16
|
||||
|
||||
[[main]]
|
||||
name = "Showcase"
|
||||
parent = "Examples"
|
||||
name = "Vetrina"
|
||||
parent = "Esempi"
|
||||
pageRef = "examples"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Recipes"
|
||||
parent = "Examples"
|
||||
name = "Ricette"
|
||||
parent = "Esempi"
|
||||
pageRef = "guides"
|
||||
weight = 40
|
||||
|
||||
[[main]]
|
||||
name = "Users"
|
||||
name = "Utenti"
|
||||
pageRef = "users"
|
||||
weight = 90
|
||||
|
||||
@@ -86,6 +86,6 @@
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Authors"
|
||||
name = "Autori"
|
||||
pageRef = "authors"
|
||||
weight = 20
|
||||
weight = 20
|
||||
@@ -26,19 +26,19 @@
|
||||
|
||||
[[main]]
|
||||
name = "功能示例"
|
||||
parent = "Examples"
|
||||
parent = "示例"
|
||||
pageRef = "samples"
|
||||
weight = 16
|
||||
|
||||
[[main]]
|
||||
name = "模板示例"
|
||||
parent = "Examples"
|
||||
parent = "示例"
|
||||
pageRef = "examples"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "部署指南"
|
||||
parent = "Examples"
|
||||
parent = "示例"
|
||||
pageRef = "guides"
|
||||
weight = 40
|
||||
|
||||
|
||||
Reference in New Issue
Block a user