From 509f95c82f219f3f81e202dae4d3cc0445199a90 Mon Sep 17 00:00:00 2001 From: AtelierSnek Date: Wed, 12 Oct 2022 22:36:39 +1100 Subject: [PATCH] tune config --- config/_default/languages.en.yaml | 2 +- config/_default/menus.en.yaml | 4 ++-- config/_default/params.yaml | 11 ++--------- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/config/_default/languages.en.yaml b/config/_default/languages.en.yaml index 0e0caf5..9b710a4 100644 --- a/config/_default/languages.en.yaml +++ b/config/_default/languages.en.yaml @@ -16,7 +16,7 @@ author: name: "Rin" image: "img/blowfish_logo.png" headline: "As in 凛冽时雨" - bio: "A little bit about you" + bio: "System that mostly works on TCP/IP networks and automation, but loves FP and Category Theory" links: # - email: 'mailto:hello@your_domain.com' # - link: 'https://link-to-some-website.com/' diff --git a/config/_default/menus.en.yaml b/config/_default/menus.en.yaml index 61a1995..6eba32a 100644 --- a/config/_default/menus.en.yaml +++ b/config/_default/menus.en.yaml @@ -27,8 +27,8 @@ main: # the copyright notice. Configure as per the main menu above. footer: - - name: Tags - pageRef: tags + - name: Source Code + url: "https://github.com/AtelierSnek/snek-tech-blog" weight: 10 - name: Categories pageRef: categories diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 845ba2d..7f24487 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -36,7 +36,7 @@ article: showAuthor: true showBreadcrumbs: true showDraftLabel: true - showEdit: true + showEdit: false # showViews: true # showLikes: true editAppendPath: true @@ -50,14 +50,7 @@ article: showTaxonomies: false showWordCount: true showSummary: true - sharingLinks: - - linkedin - - twitter - - whatsapp - - pinterest - - reddit - - facebook - - email + sharingLinks: false list: showBreadcrumbs: false showSummary: false