diff --git a/config/_default/params.toml b/config/_default/params.toml index 93939e7..93d08e3 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -2,23 +2,33 @@ colorScheme = "blowfish" defaultAppearance = "dark" autoSwitchAppearance = true enableSearch = true + +summaryLength = 0 + enableCodeCopy = true + replyByEmail = false + disableImageOptimization = false +disableImageOptimizationMD = false disableTextInHeader = false -giteaDefaultServer = "https://git.fsfe.org" -forgejoDefaultServer = "https://v8.next.forgejo.org" + +mainSections = ["blog"] + +giteaDefaultServer = "https://gitea.benno-lorenz.com" firebase = { } fathomAnalytics = { } -umamiAnalytics = { } selineAnalytics = { } buymeacoffee = { } verification = { } rssnext = { } + defaultBackgroundImage = "background.svg" +defaultFeaturedImage = "background.svg" + highlightCurrentMenuArea = true smartTOC = true -smartTOCHideUnfocusedChildren = true +smartTOCHideUnfocusedChildren = false [header] layout = "fixed-fill-blur" @@ -32,57 +42,75 @@ showScrollToTop = true [homepage] layout = "background" -showRecent = true homepageImage = "background.svg" + +showRecent = true showRecentItems = 5 -showMoreLink = "" -showMoreLinkDest = "/blog/posts/" cardView = true -cardViewScreenWidth = false +cardViewScreenWidth = true layoutBackgroundBlur = false +showMoreLink = true +showMoreLinkDest = "/blog/posts/" +disableHeroImagefilter = true + [article] showDate = true +# Firebase Stuff showViews = false showLikes = false + showDateOnlyInArticle = false showDateUpdated = false + showAuthor = true +showAuthorBottom = true + showHero = true heroStyle = "background" layoutBackgroundBlur = true layoutBackgroundHeaderSpace = true + showBreadcrumbs = false showDraftLabel = true + showEdit = false editAppendPath = true -seriesOpened = false + +seriesOpened = true + showHeadingAnchors = true showPagination = true invertPagination = false + showReadingTime = true showTableOfContents = false + showTaxonomies = false showCategoryOnly = false + showAuthorsBadges = false showWordCount = true -showZenMode = false +showZenMode = true [list] -showHero = false +showHero = true +heroStyle = "background" layoutBackgroundBlur = true -layoutBackgroundHeaderSpace = true +layoutBackgroundHeaderSpace = false showBreadcrumbs = false -showSummary = false +showSummary = true showViews = false showLikes = false -showTableOfContents = false -showCards = false +showTableOfContents = true +showCards = true orderByWeight = false groupByYear = true -cardView = false -cardViewScreenWidth = false -constrainItemsWidth = false + +cardView = true +cardViewScreenWidth = true + +constrainItemsWidth = true [sitemap] excludedKinds = [ "taxonomy", "term" ] @@ -105,3 +133,8 @@ showTableOfContents = true groupByYear = false cardView = false cardViewScreenWidth = false + +[umamiAnalytics] +websiteId = "1056801d-9d30-4723-bb11-30ce4a161851" +domain = "umami.benno-lorenz.com" +enableTrackEvents = true \ No newline at end of file diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..0b51c5a --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,20 @@ +--- +title: Blog +description: This is my Blog + +showHero: true +heroStyle: background + +cascade: + showEdit: false + showSummary: false + hideFeatureImage: true +--- +Lorem Ipsum + + +This is the blog page where you can find all the latest posts and updates. + +# Blog Posts + +--- diff --git a/content/blog/index.md b/content/blog/index.md deleted file mode 100644 index 7054cf4..0000000 --- a/content/blog/index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Blog -showHero: true -heroStyle: Background -showDate: false -showPagination: false -showAuthor: false -showWordCount: false -showSummary: false -showReadingTime: false ---- - - -This is the blog page where you can find all the latest posts and updates. - -# Blog Posts - -{{< list limit="5" >}} \ No newline at end of file diff --git a/content/blog/posts/post1/index.md b/content/blog/posts/post1/index.md index 67cd0f4..d2e42e1 100644 --- a/content/blog/posts/post1/index.md +++ b/content/blog/posts/post1/index.md @@ -10,6 +10,8 @@ heroStyle: background tags: - space image: pexels-optical-chemist-340351297-31986005.jpg +type: blogpost + --- ## A sub-title diff --git a/content/blog/posts/post2/index.md b/content/blog/posts/post2/index.md index f059265..208be7e 100644 --- a/content/blog/posts/post2/index.md +++ b/content/blog/posts/post2/index.md @@ -6,6 +6,8 @@ description: This is a second blog post to test everything categories: - Test draft: false +type: blogpost + --- # Lorem Ipsum Dolor