From bd1e90f05a6fd9344df2d654efc7fced00c36971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Mon, 29 May 2023 16:06:49 -0400 Subject: [PATCH] config changes --- .editorconfig | 3 +++ config.yaml | 29 +++++++++++++++++++---------- 2 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3e1bf6f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_size = 2 +indent_style = space \ No newline at end of file diff --git a/config.yaml b/config.yaml index 9b53a01..5e1e46b 100644 --- a/config.yaml +++ b/config.yaml @@ -25,13 +25,17 @@ menu: # - name: "Sample" # url: "https://google.com" # weight: 10 - after: - - name: "instagram" - url: "https://instagram.com/i.am.the.tablet" - weight: 10 + # after: + # - name: "instagram" + # url: "https://instagram.com/i.am.the.tablet" + # weight: 10 ignoreFiles: [ - "/content/templates/*" + "/content/templates/*" ] +taxonomies: + tag: "tags" + series: "series" + params: name: The Tablet ❀ GamerGirlandCo (Corinthe) @@ -57,7 +61,7 @@ params: enableCallouts: true # Show footer, including backlinks and graph view - enableFooter: true + enableFooter: false # whether backlinks of pages should show the context in which # they were mentioned @@ -83,14 +87,19 @@ params: operandIndexId: "REPLACE-WITH-YOUR-OPERAND-INDEX-ID" # Site description and title - description: - Notes, hosted by bencuan + description: | + Art, Metal, Code, and Creativity. + hosted by Corinthe E. # Footer links links: - - link_name: Instagram + - link_name: instagram link: https://instagram.com/i.am.the.tablet + - link_name: say hi + link: mailto:i.am.the.tablet@proton.me + - link_name: and remember to stick it to Brian Tatler! + link: https://git.tablet.sh/the-btfash-foundation # (Optional, default true) Controls table of contents visibility on right side of pages. # Start and end levels can be controlled with markup.tableOfContents setting. @@ -129,7 +138,7 @@ params: # Configure the date format used on the pages # - In git information # - In blog posts - BookDateFormat: "January 2, 2006" + BookDateFormat: "Monday, 2 January 2006 @ 3:04:05PM" # (Optional, default true) Enables comments template on pages