mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-19 19:31:54 +02:00
Changes theme to blowfish
This commit is contained in:
parent
18ed67b2e6
commit
9e8df4a4e9
3 changed files with 27 additions and 27 deletions
|
@ -1,25 +1,25 @@
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
weight = 1
|
weight = 1
|
||||||
title = "Blowfish"
|
title = "Alison McDonald"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
displayName = "EN"
|
displayName = "EN"
|
||||||
isoCode = "en"
|
isoCode = "en"
|
||||||
rtl = false
|
rtl = false
|
||||||
dateFormat = "2 January 2006"
|
dateFormat = "January 2 2006"
|
||||||
# logo = "img/logo.png"
|
# logo = "img/logo.png"
|
||||||
# secondaryLogo = "img/secondary-logo.png"
|
# secondaryLogo = "img/secondary-logo.png"
|
||||||
# description = "My awesome website"
|
description = "Hi! My name is Alison. I'm a multidisceplenary designer with an interest in systems, construction, and oddities."
|
||||||
# copyright = "Copy, _right?_ :thinking_face:"
|
# copyright = "Copy, _right?_ :thinking_face:"
|
||||||
|
|
||||||
# [author]
|
[author]
|
||||||
# name = "Your name here"
|
name = "Alison McDonald"
|
||||||
# image = "img/blowfish_logo.png"
|
# image = "img/blowfish_logo.png"
|
||||||
# headline = "I'm only human"
|
# headline = "They call me the 'Swiss Ali Knife' because... IDK"
|
||||||
# bio = "A little bit about you"
|
# bio = "A little bit about myself."
|
||||||
# links = [
|
links = [
|
||||||
# { email = "mailto:hello@your_domain.com" },
|
{ email = "mailto:alison.e.h.mcdonald@gmail.com" },
|
||||||
# { link = "https://link-to-some-website.com/" },
|
# { link = "https://link-to-some-website.com/" },
|
||||||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
||||||
# { apple = "https://www.apple.com" },
|
# { apple = "https://www.apple.com" },
|
||||||
|
@ -67,4 +67,4 @@ title = "Blowfish"
|
||||||
# { youtube = "https://youtube.com/username" },
|
# { youtube = "https://youtube.com/username" },
|
||||||
# { ko-fi = "https://ko-fi.com/username" },
|
# { ko-fi = "https://ko-fi.com/username" },
|
||||||
# { codeberg = "https://codeberg.org/username"},
|
# { codeberg = "https://codeberg.org/username"},
|
||||||
# ]
|
]
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
# 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 = "Parent"
|
# name = "Parent"
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
# Refer to the theme docs for more details about each of these parameters.
|
# Refer to the theme docs for more details about each of these parameters.
|
||||||
# https://blowfish.page/docs/configuration/#theme-parameters
|
# https://blowfish.page/docs/configuration/#theme-parameters
|
||||||
|
|
||||||
colorScheme = "blowfish"
|
colorScheme = "congo"
|
||||||
defaultAppearance = "light" # valid options: light or dark
|
defaultAppearance = "dark" # valid options: light or dark
|
||||||
autoSwitchAppearance = true
|
autoSwitchAppearance = false
|
||||||
|
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
enableCodeCopy = false
|
enableCodeCopy = false
|
||||||
|
@ -18,7 +18,7 @@ enableCodeCopy = false
|
||||||
disableImageOptimization = false
|
disableImageOptimization = false
|
||||||
disableTextInHeader = false
|
disableTextInHeader = false
|
||||||
|
|
||||||
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
|
defaultBackgroundImage = "RecordShelf_1.jpg" # used as default for background images
|
||||||
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
|
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
|
||||||
|
|
||||||
# highlightCurrentMenuArea = true
|
# highlightCurrentMenuArea = true
|
||||||
|
@ -30,19 +30,19 @@ disableTextInHeader = false
|
||||||
|
|
||||||
[footer]
|
[footer]
|
||||||
showMenu = true
|
showMenu = true
|
||||||
showCopyright = true
|
showCopyright = false
|
||||||
showThemeAttribution = true
|
showThemeAttribution = true
|
||||||
showAppearanceSwitcher = true
|
showAppearanceSwitcher = false
|
||||||
showScrollToTop = true
|
showScrollToTop = false
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "profile" # valid options: page, profile, hero, card, background, custom
|
layout = "background" # valid options: page, profile, hero, card, background, custom
|
||||||
#homepageImage = "IMAGE.jpg" # used in: hero, and card
|
homepageImage = "IMAGE.jpg" # used in: hero, and card
|
||||||
showRecent = false
|
showRecent = true
|
||||||
showRecentItems = 5
|
showRecentItems = 5
|
||||||
showMoreLink = false
|
showMoreLink = false
|
||||||
showMoreLinkDest = "/posts"
|
showMoreLinkDest = "/posts"
|
||||||
cardView = false
|
cardView = true
|
||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = false
|
||||||
layoutBackgroundBlur = false # only used when layout equals background
|
layoutBackgroundBlur = false # only used when layout equals background
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ disableTextInHeader = false
|
||||||
showDate = true
|
showDate = true
|
||||||
showViews = false
|
showViews = false
|
||||||
showLikes = false
|
showLikes = false
|
||||||
showDateOnlyInArticle = false
|
showDateOnlyInArticle = true
|
||||||
showDateUpdated = false
|
showDateUpdated = false
|
||||||
showAuthor = true
|
showAuthor = true
|
||||||
# showAuthorBottom = false
|
# showAuthorBottom = false
|
||||||
|
@ -61,7 +61,7 @@ disableTextInHeader = false
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showDraftLabel = true
|
showDraftLabel = true
|
||||||
showEdit = false
|
showEdit = false
|
||||||
# editURL = "https://github.com/username/repo/"
|
# editURL = "https://github.com/aehmcdonald/aehmcdonald.github.io/"
|
||||||
editAppendPath = true
|
editAppendPath = true
|
||||||
seriesOpened = false
|
seriesOpened = false
|
||||||
showHeadingAnchors = true
|
showHeadingAnchors = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue