updated first version of docs

This commit is contained in:
Nuno Coração
2022-09-11 22:18:53 +01:00
parent eca7f0e6b6
commit 2cd03b71a6
464 changed files with 78896 additions and 25 deletions

View File

@@ -15,14 +15,14 @@ dateFormat = "2 January 2006"
[author]
name = "Blowfish"
image = "img/blowfish_logo.png"
headline = "Product @ Docker"
bio = "A little bit about you and me"
#headline = "Product @ Docker"
#bio = "A little bit about you and me"
links = [
{ linkedin = "https://linkedin.com/in/nunocoracao" },
{ twitter = "https://twitter.com/nunocoracao" },
{ medium = "https://medium.com/@nunocoracao" },
{ github = "https://github.com/nunocoracao" },
{ goodreads = "http://goodreads.com/nunocoracao" },
# { linkedin = "https://linkedin.com/in/nunocoracao" },
# { twitter = "https://twitter.com/nunocoracao" },
# { medium = "https://medium.com/@nunocoracao" },
# { github = "https://github.com/nunocoracao" },
# { goodreads = "http://goodreads.com/nunocoracao" },
#{ reddit = "https://reddit.com/user/nunoheart" },
#{ hackernews = "https://news.ycombinator.com/user?id=nunocoracao"},
#{ telegram = "https://t.me/nunocoracao" },

View File

@@ -11,8 +11,8 @@
# ordered by weight from lowest to highest.
[[main]]
name = "About"
pageRef = "about"
name = "GitHub"
url = "https://github.com/nunocoracao/blowfish"
weight = 10
#[[main]]
@@ -45,12 +45,12 @@
# The footer menu is displayed at the bottom of the page, just before
# 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

@@ -6,10 +6,10 @@
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
colorScheme = "ocean"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = false
enableSearch = true
enableSearch = false
enableCodeCopy = true
mainSections = ["posts", "suggest", "external"]
@@ -18,12 +18,12 @@ mainSections = ["posts", "suggest", "external"]
[footer]
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showAppearanceSwitcher = false
showScrollToTop = true
[homepage]
layout = "page" # valid options: page, profile, custom
showRecent = true
layout = "profile" # valid options: page, profile, custom
showRecent = false
[article]
showDate = true