Compare commits

...

3 commits

Author SHA1 Message Date
7e813f99fb Merge branch 'main' of https://git.myco.systems/mycosystems/coop.myco.systems
All checks were successful
Hugo / build (push) Successful in 37s
2024-03-05 00:25:30 -05:00
ea41092a68 fix table of contents 2024-03-05 00:24:30 -05:00
1042c60d44 update gitignore 2024-03-05 00:17:32 -05:00
2 changed files with 97 additions and 75 deletions

14
.gitignore vendored
View file

@ -0,0 +1,14 @@
### Hugo ###
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock

View file

@ -6,6 +6,14 @@ theme = "terminal"
paginate = 5
enableEmoji = true
[markup]
[markup.tableOfContents]
endLevel = 5
ordered = false
startLevel = 1
[params]
# dir name of your main content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).