diff --git a/config.toml b/config.toml index 7c2f9a9..ee621a4 100644 --- a/config.toml +++ b/config.toml @@ -49,11 +49,11 @@ paginate = 5 # whether to show a table of contents # can be overridden in a page's front-matter - # Toc = false # default + Toc = true # default # set title for the table of contents # can be overridden in a page's front-matter - # TocTitle = "Table of Contents" # default + # TocTitle = "contents" # default [params.twitter] @@ -68,9 +68,9 @@ paginate = 5 languageName = "English" title = "form and function" subtitle = "code, art, learning from mistakes" - owner = "" + owner = "Nick Dumas" keywords = "" - copyright = "" + copyright = "CC-BY 2023 Nick Dumas" menuMore = "Show more" readMore = "Read more" readOtherPosts = "Read other posts"