diff --git a/config.toml b/config.toml index 7ef734b..78665dc 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,6 @@ baseurl = "/" languageCode = "en-us" theme = "hermit" -license = "WTFPL" -copyright = 'WTFPL' pygmentsCodefences = true pygmentsUseClasses = true @@ -26,7 +24,7 @@ enableEmoji = true relatedPosts = false # Directory name of your blog content (default is `content/posts`) - contentTypeName = "posts" + contentTypeName = "content/posts" # Default theme "light" or "dark" defaultTheme = "dark"