config changes
This commit is contained in:
parent
5d5361a0bc
commit
bd1e90f05a
3
.editorconfig
Normal file
3
.editorconfig
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[*]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
29
config.yaml
29
config.yaml
@ -25,13 +25,17 @@ menu:
|
|||||||
# - name: "Sample"
|
# - name: "Sample"
|
||||||
# url: "https://google.com"
|
# url: "https://google.com"
|
||||||
# weight: 10
|
# weight: 10
|
||||||
after:
|
# after:
|
||||||
- name: "instagram"
|
# - name: "instagram"
|
||||||
url: "https://instagram.com/i.am.the.tablet"
|
# url: "https://instagram.com/i.am.the.tablet"
|
||||||
weight: 10
|
# weight: 10
|
||||||
ignoreFiles: [
|
ignoreFiles: [
|
||||||
"/content/templates/*"
|
"/content/templates/*"
|
||||||
]
|
]
|
||||||
|
taxonomies:
|
||||||
|
tag: "tags"
|
||||||
|
series: "series"
|
||||||
|
|
||||||
params:
|
params:
|
||||||
|
|
||||||
name: The Tablet ❀ GamerGirlandCo (Corinthe)
|
name: The Tablet ❀ GamerGirlandCo (Corinthe)
|
||||||
@ -57,7 +61,7 @@ params:
|
|||||||
enableCallouts: true
|
enableCallouts: true
|
||||||
|
|
||||||
# Show footer, including backlinks and graph view
|
# Show footer, including backlinks and graph view
|
||||||
enableFooter: true
|
enableFooter: false
|
||||||
|
|
||||||
# whether backlinks of pages should show the context in which
|
# whether backlinks of pages should show the context in which
|
||||||
# they were mentioned
|
# they were mentioned
|
||||||
@ -83,14 +87,19 @@ params:
|
|||||||
operandIndexId: "REPLACE-WITH-YOUR-OPERAND-INDEX-ID"
|
operandIndexId: "REPLACE-WITH-YOUR-OPERAND-INDEX-ID"
|
||||||
|
|
||||||
# Site description and title
|
# Site description and title
|
||||||
description:
|
description: |
|
||||||
Notes, hosted by bencuan
|
Art, Metal, Code, and Creativity.
|
||||||
|
hosted by Corinthe E.
|
||||||
|
|
||||||
|
|
||||||
# Footer links
|
# Footer links
|
||||||
links:
|
links:
|
||||||
- link_name: Instagram
|
- link_name: instagram
|
||||||
link: https://instagram.com/i.am.the.tablet
|
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.
|
# (Optional, default true) Controls table of contents visibility on right side of pages.
|
||||||
# Start and end levels can be controlled with markup.tableOfContents setting.
|
# Start and end levels can be controlled with markup.tableOfContents setting.
|
||||||
@ -129,7 +138,7 @@ params:
|
|||||||
# Configure the date format used on the pages
|
# Configure the date format used on the pages
|
||||||
# - In git information
|
# - In git information
|
||||||
# - In blog posts
|
# - In blog posts
|
||||||
BookDateFormat: "January 2, 2006"
|
BookDateFormat: "Monday, 2 January 2006 @ 3:04:05PM"
|
||||||
|
|
||||||
|
|
||||||
# (Optional, default true) Enables comments template on pages
|
# (Optional, default true) Enables comments template on pages
|
||||||
|
Loading…
Reference in New Issue
Block a user