Skip to content

Commit bd63e02

Browse files
committed
add: show section.
1 parent 4ff6bd0 commit bd63e02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/config/_default/params.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ twitter = "@andriusmikonis"
66
largeTwitterCard = false # set to true if you want to show a large twitter card image. The default is a small twitter card image
77
introDescription = "Invent This Invent That Open Hardware"
88
introURL = "about/me" # set the url for the 'read more' button below the introDescription, or set to false to not show the button
9-
description = "A blog dedicated to open hardware, embedded programming as well as software, python, platformio, golang, tinygo and so on." # Set your site's meta tag (SEO) description here. Alternatively set this description in your home page content file e.g. content/_index.md. Whatever is set in the latter will take precedence.
10-
keywords = ["hardware", "pcb", "circuit", "arduino", "golang", "go", "tinygo", "embedded", "sigma dsp", "adau1701"] # Set your site's meta tag (SEO) keywords here. Alternatively set these in your home page content file e.g. content/_index.md. Whatever is set in the latter will take precedence.
9+
description = "A blog dedicated to open hardware, embedded programming as well as software, Go, Python, AGI, NN, ML, platformio, tinygo and so on." # Set your site's meta tag (SEO) description here. Alternatively set this description in your home page content file e.g. content/_index.md. Whatever is set in the latter will take precedence.
10+
keywords = ["hardware", "pcb", "circuit", "arduino", "golang", "go", "tinygo", "embedded", "sigma dsp", "adau1701", "specroscopy", "inventions", "research", "sensors", "repair", "development", "engineering"] # Set your site's meta tag (SEO) keywords here. Alternatively set these in your home page content file e.g. content/_index.md. Whatever is set in the latter will take precedence.
1111

1212
# showShare = false # Uncomment to not show share buttons on each post. Also available in each post's front matter.
1313

@@ -64,7 +64,7 @@ codeLineNumbers = false
6464
enableMathNotation = false
6565

6666
# directory(s) where your articles are located
67-
mainSections = ["blog", "blog-2023", "esp-reflow", "esp-weather", "esp-motion", "acoustics"]
67+
mainSections = ["blog", "colorimetry", "acoustics", "blog-2023", "esp-reflow", "esp-weather", "esp-motion", "acoustics"]
6868

6969
# Label Non inline images on an article body
7070
figurePositionShow = false # toggle on or off globally

0 commit comments

Comments
 (0)