diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-04 17:16:00 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-04 17:16:00 -0300 |
commit | d0b36f11bd68eb21f7c069179e62035e47253c47 (patch) | |
tree | 73c1d1c02ec5ffd35417d2b646421e51854d5981 /exampleSite | |
parent | f71c3966872c5f1ff34a7ceb4d9e720b9fad17a5 (diff) | |
download | hugo-bearcub-d0b36f11bd68eb21f7c069179e62035e47253c47.tar.gz hugo-bearcub-d0b36f11bd68eb21f7c069179e62035e47253c47.tar.bz2 |
Choose between original and herman styles
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/hugo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 3c8b0d0..c037e60 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -63,6 +63,12 @@ enableRobotsTXT = true # have the theme simply not show any link hideUntranslated = false + # (EXPERIMENTAL) This theme has two options for its CSS styles: "original" and + # "herman". The former is what you see on Bear Cub's demo (an optimized + # version of Hugo Bear Blog), while the latter has a more modern look based on + # Herman Martinus's version of the Blogster Minimal theme for Astro. + themeStyle = "original" + # (EXPERIMENTAL) This theme is capable of dynamically generating social cards # for posts that don't have `images` defined in their front matter; By setting # `generateSocialCard` to false, you can prevent this behavior. For more |