Настроил. Добавил серию статей о K3S Cluster
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://blowfish.page/docs/getting-started/
|
||||
|
||||
theme = "blowfish" # UNCOMMENT THIS LINE
|
||||
theme = "blowfish"
|
||||
baseURL = "https://oakazanin.ru/"
|
||||
defaultContentLanguage = "ru"
|
||||
|
||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
|
||||
enableRobotsTXT = true
|
||||
summaryLength = 0
|
||||
|
||||
@@ -9,16 +9,16 @@ title = "Олег Казанин"
|
||||
isoCode = "ru"
|
||||
rtl = false
|
||||
dateFormat = "2 January 2006"
|
||||
# logo = "img/logo.png"
|
||||
# secondaryLogo = "img/secondary-logo.png"
|
||||
logo = "img/logo.png"
|
||||
secondaryLogo = "img/logo_inverted.png"
|
||||
# description = "My awesome website"
|
||||
# copyright = "Copy, _right?_ :thinking_face:"
|
||||
|
||||
# [params.author]
|
||||
[params.author]
|
||||
name = "Олег Казанин"
|
||||
email = "oakazanin@ya.ru"
|
||||
# image = "img/blowfish_logo.png"
|
||||
# imageQuality = 96
|
||||
image = "img/profile.png"
|
||||
# imageQuality = 96
|
||||
headline = "Infrastructure Engineer | Linux & Open Source"
|
||||
bio = "Строю полезную инфраструктуру на Open Source стеке. Документирую грабли, чтобы вы на них не наступали."
|
||||
links = [
|
||||
|
||||
@@ -11,30 +11,30 @@
|
||||
# по weight от меньшего к большему.
|
||||
|
||||
|
||||
[[main]]
|
||||
name = "О блоге"
|
||||
pageRef = "about"
|
||||
weight = 10
|
||||
#[[main]]
|
||||
# name = "О блоге"
|
||||
# pageRef = "about"
|
||||
# weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Статьи"
|
||||
pageRef = "posts"
|
||||
weight = 20
|
||||
#[[main]]
|
||||
# name = "Статьи"
|
||||
# pageRef = "posts"
|
||||
# weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Проекты"
|
||||
pageRef = "projects"
|
||||
weight = 30
|
||||
#[[main]]
|
||||
# name = "Проекты"
|
||||
# pageRef = "projects"
|
||||
# weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Резюме"
|
||||
pageRef = "resume"
|
||||
weight = 40
|
||||
#[[main]]
|
||||
# name = "Резюме"
|
||||
# pageRef = "resume"
|
||||
# weight = 40
|
||||
|
||||
[[main]]
|
||||
name = "Музыка"
|
||||
pageRef = "music"
|
||||
weight = 50
|
||||
#[[main]]
|
||||
# name = "Музыка"
|
||||
# pageRef = "music"
|
||||
# weight = 50
|
||||
|
||||
#[[main]]
|
||||
# name = "Blog"
|
||||
|
||||
+19
-19
@@ -6,12 +6,12 @@
|
||||
# https://blowfish.page/docs/configuration/#theme-parameters
|
||||
|
||||
colorScheme = "blowfish"
|
||||
defaultAppearance = "light" # valid options: light or dark
|
||||
autoSwitchAppearance = true
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
autoSwitchAppearance = false
|
||||
|
||||
enableA11y = false
|
||||
enableSearch = true
|
||||
enableCodeCopy = false
|
||||
enableCodeCopy = true
|
||||
enableStructuredBreadcrumbs = false
|
||||
# enableStyledScrollbar = true # disable to use native scrollbar style (defaults to true)
|
||||
|
||||
@@ -22,11 +22,11 @@ replyByEmail = false
|
||||
|
||||
disableImageOptimization = false
|
||||
disableImageOptimizationMD = false
|
||||
disableTextInHeader = false
|
||||
disableTextInHeader = true
|
||||
# backgroundImageWidth = 1200
|
||||
|
||||
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
|
||||
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
|
||||
defaultBackgroundImage = "/img/background.png" # used as default for background images
|
||||
defaultFeaturedImage = "/img/background.png" # used as default for featured images in all articles
|
||||
# defaultSocialImage = "/android-chrome-512x512.png" # used as default for social media sharing (Open Graph and Twitter)
|
||||
hotlinkFeatureImage = false
|
||||
# imagePosition = "50% 50%"
|
||||
@@ -41,7 +41,7 @@ giteaDefaultServer = "https://git.fsfe.org"
|
||||
forgejoDefaultServer = "https://v11.next.forgejo.org"
|
||||
|
||||
[header]
|
||||
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
||||
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
||||
|
||||
[footer]
|
||||
showMenu = true
|
||||
@@ -51,21 +51,21 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
||||
showScrollToTop = true
|
||||
|
||||
[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
|
||||
showRecent = false
|
||||
showRecentItems = 5
|
||||
showMoreLink = false
|
||||
showRecent = true
|
||||
showRecentItems = 18
|
||||
showMoreLink = true
|
||||
showMoreLinkDest = "/posts/"
|
||||
cardView = false
|
||||
cardView = true
|
||||
cardViewScreenWidth = false
|
||||
layoutBackgroundBlur = false # only used when layout equals background
|
||||
layoutBackgroundBlur = true # only used when layout equals background
|
||||
disableHeroImageFilter = false # only used when layout equals hero
|
||||
|
||||
[article]
|
||||
showDate = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showViews = true
|
||||
showLikes = true
|
||||
showDateOnlyInArticle = false
|
||||
showDateUpdated = false
|
||||
showAuthor = true
|
||||
@@ -79,18 +79,18 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
||||
showEdit = false
|
||||
# editURL = "https://github.com/username/repo/"
|
||||
editAppendPath = true
|
||||
seriesOpened = false
|
||||
seriesOpened = true
|
||||
showHeadingAnchors = true
|
||||
showPagination = true
|
||||
invertPagination = false
|
||||
showReadingTime = true
|
||||
showTableOfContents = false
|
||||
showTableOfContents = true
|
||||
# showRelatedContent = false
|
||||
# relatedContentLimit = 3
|
||||
showTaxonomies = false # use showTaxonomies OR showCategoryOnly, not both
|
||||
showTaxonomies = true # use showTaxonomies OR showCategoryOnly, not both
|
||||
showCategoryOnly = false # use showTaxonomies OR showCategoryOnly, not both
|
||||
showAuthorsBadges = false
|
||||
showWordCount = true
|
||||
showWordCount = false
|
||||
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram", "line"]
|
||||
showZenMode = false
|
||||
# externalLinkForceNewTab = false # disable to allow external links in the same tab (defaults to true)
|
||||
|
||||
Reference in New Issue
Block a user