From 62f988e5304b631c50fc8074d599b0177c0b1e5c Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 3 Feb 2023 01:06:33 +0000 Subject: [PATCH] taking ownership --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"