finished the header

This commit is contained in:
Nuno Coração
2022-09-11 17:20:31 +01:00
parent ae6d0d5dfb
commit 667a181028
120 changed files with 1436 additions and 351 deletions
+13 -2
View File
@@ -3,11 +3,22 @@
# https://jpanther.github.io/congo/docs/getting-started/
theme = "blowfish"
baseURL = "https://github.com/nunocoracao/blowfish"
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 15
summaryLength = 0
paginate = 20
summaryLength = 30
buildDrafts = false
buildFuture = false
googleAnalytics = "G-XXXXXX"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
home = ["HTML", "RSS", "JSON"]
+58 -16
View File
@@ -1,25 +1,67 @@
languageCode = "en-au"
languageName = "English (Australia)"
displayName = ":flag-au:"
isoCode = "en-AU"
languageCode = "en"
languageName = "English"
displayName = "EN"
isoCode = "en"
weight = 1
rtl = false
title = "Congo"
# logo = "img/logo.jpg"
description = "A powerful, lightweight theme for Hugo built with Tailwind CSS."
copyright = "© 2022 Congo contributors"
title = "Blowfish"
logo = "img/blowfish_logo_transparent.png"
description = "Product | Nuno Coração"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "2 January 2006"
[author]
name = "Congo"
image = "img/author.jpg"
headline = "Not your ordinary theme!"
bio = "This is an example author bio, and although there's a stock photo of a dog here, this article was actually created by a human. :dog:"
name = "Blowfish"
image = "img/blowfish_logo.png"
headline = "Product @ Docker"
bio = "A little bit about you and me"
links = [
{ twitter = "https://twitter.com/" },
{ facebook = "https://facebook.com/" },
{ linkedin = "https://linkedin.com/" },
{ youtube = "https://youtube.com/" },
{ 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" },
#{ keybase = "https://keybase.io/nunocoracao" },
#{ instagram = "https://instagram.com/nunocoracao" },
#{ music = "/music" },
# { email = "mailto:hello@your_domain.com" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { blogger = "https://username.blogspot.com/" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" },
# { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
# { mastodon = "https://mastodon.instance/@username" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
# { patreon = "https://www.patreon.com/username" },
# { pinterest = "https://pinterest.com/username" },
# { reddit = "https://reddit.com/user/username" },
# { researchgate = "https://www.researchgate.net/profile/username" },
# { slack = "https://workspace.url/team/userid" },
# { snapchat = "https://snapchat.com/add/username" },
# { soundcloud = "https://soundcloud.com/username" },
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
# { steam = "https://steamcommunity.com/profiles/userid" },
# { tiktok = "https://tiktok.com/@username" },
# { tumblr = "https://username.tumblr.com" },
# { twitch = "https://twitch.tv/username" },
# { whatsapp = "https://wa.me/phone-number" },
# { youtube = "https://youtube.com/username" },
]
+28 -13
View File
@@ -11,31 +11,46 @@
# ordered by weight from lowest to highest.
[[main]]
name = "Docs"
pageRef = "docs"
name = "About"
pageRef = "about"
weight = 10
[[main]]
name = "Samples"
pageRef = "samples"
name = "Posts"
pageRef = "posts"
weight = 20
[[main]]
name = "Users"
pageRef = "users"
name = "Resume"
pageRef = "resume"
weight = 30
[[main]]
name = "GitHub"
url = "https://github.com/jpanther/congo"
name = "Music"
pageRef = "music"
weight = 40
[[main]]
name = "Docs"
pageRef = "docs"
weight = 50
#[[main]]
# name = "Tags"
# pageRef = "tags"
# weight = 90
# -- Footer Menu --
# 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
-3
View File
@@ -1,3 +0,0 @@
[hugoVersion]
extended = false
min = "0.86.1"
+13 -16
View File
@@ -5,19 +5,16 @@
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo"
colorScheme = "ocean"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true
mainSections = ["samples"]
mainSections = ["posts", "suggest", "external"]
# robots = ""
[header]
layout = "basic" # valid options: basic, hamburger, custom
[footer]
showCopyright = true
showThemeAttribution = true
@@ -25,8 +22,8 @@ mainSections = ["samples"]
showScrollToTop = true
[homepage]
layout = "custom" # valid options: page, profile, custom
showRecent = true
layout = "profile" # valid options: page, profile, custom
showRecent = false
[article]
showDate = true
@@ -35,26 +32,26 @@ mainSections = ["samples"]
showBreadcrumbs = true
showDraftLabel = true
showEdit = true
editURL = "https://github.com/jpanther/congo/tree/dev/exampleSite/content/"
editURL = "https://github.com/nunocoracao/homepage/tree/main/content"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
showTaxonomies = false
showWordCount = false
showComments = false
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
showTaxonomies = false
showWordCount = true
showSummary = true
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
[list]
showBreadcrumbs = true
showBreadcrumbs = false
showSummary = false
showTableOfContents = true
groupByYear = false
showTableOfContents = false
groupByYear = true
[sitemap]
excludedKinds = ["taxonomy", "term"]
excludedKinds = []
[taxonomy]
showTermCount = true
@@ -1 +0,0 @@
tag = "tags"