fix: many things
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
languageCode = "en"
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
title = "d3vyce"
|
||||
title = "d3vyce's Blog"
|
||||
|
||||
[params]
|
||||
displayName = "EN"
|
||||
@ -17,9 +17,9 @@ title = "d3vyce"
|
||||
name = "d3vyce"
|
||||
image = "img/author.png"
|
||||
headline = "Hi 👋, Welcome to my Blog!"
|
||||
bio = "test"
|
||||
bio = "Cybersecurity, Devops, Infrastructure"
|
||||
links = [
|
||||
{ email = "mailto:cotnact@d3vyce.fr" },
|
||||
{ email = "mailto:contact@d3vyce.fr" },
|
||||
{ link = "https://d3vyce.fr/" },
|
||||
{ github = "https://github.com/d3vyce" },
|
||||
{ x-twitter = "https://twitter.com/d3vyce" },
|
||||
|
@ -26,9 +26,15 @@
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Homelab"
|
||||
name = "Infrastructure"
|
||||
parent = "Categories"
|
||||
pageRef = "categories/homelab"
|
||||
pageRef = "categories/infrastructure"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Programming"
|
||||
parent = "Categories"
|
||||
pageRef = "categories/programming"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
|
@ -12,7 +12,7 @@ autoSwitchAppearance = true
|
||||
enableSearch = true
|
||||
enableCodeCopy = true
|
||||
|
||||
mainSections = ["security", "homelab"]
|
||||
mainSections = ["infrastructure", "programming", "security"]
|
||||
# robots = ""
|
||||
|
||||
disableImageOptimization = false
|
||||
@ -39,7 +39,7 @@ smartTOCHideUnfocusedChildren = false
|
||||
layout = "custom" # valid options: page, profile, hero, card, background, custom
|
||||
homepageImage = "img/ocean.jpg" # used in: hero, and card
|
||||
showRecent = true
|
||||
showRecentItems = 6
|
||||
showRecentItems = 9
|
||||
showMoreLink = true
|
||||
showMoreLinkDest = "/posts"
|
||||
cardView = true
|
||||
|
Reference in New Issue
Block a user