mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
updated first version of docs
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user