From 6e7160efbbd81ce099f43c5cbd8da65b0baac203 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 20 Apr 2025 04:41:57 -0500 Subject: [PATCH] Remove exampleSite This isn't really kept up to date these days, the example site is bbaovanc.com. --- exampleSite/hugo.yaml | 68 ------------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 exampleSite/hugo.yaml diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml deleted file mode 100644 index 7c15f91..0000000 --- a/exampleSite/hugo.yaml +++ /dev/null @@ -1,68 +0,0 @@ -baseURL: https://example.com -theme: bobatheme -defaultContentLanguage: en -copyright: '© 2021 bbaovanc CC BY-SA 4.0' -sectionPagesMenu: main -enableRobotsTXT: true -enableGitInfo: true - -pagination: - pagerSize: 5 - -taxonomies: - _merge: deep - -markup: # this just keeps the bobatheme markup styling - _merge: deep - -outputs: - _merge: deep - -outputFormats: - _merge: deep - -params: - author: - name: bbaovanc - - # these are for the OpenGraph/Twitter embeds in Hugo - description: Example website for bobatheme - - # these are for favicons in bobatheme (disabled by default) - # faviconSVG: favicon.svg - # appleTouchPNG: apple-touch-icon.png - - # show reading time (enabled by default) - # readingtime: true - - # used for "View source" (unset by default) - # gitFileURL: https://github.com/BBaoVanC/bobatheme/blob/master - # gitFileIcon: github-circle - # gitHistoryURL: https://github.com/BBaoVanC/bobatheme/commits/master - - # social media share icons - # shareButtons: - # twitter: true - # facebook: true - # linkedin: true - # reddit: true - # telegram: true - # print: true - - # show "Latest Posts" section at bottom of content pages - # latestPostsOnContent: true - - # footer: >- - # Some example text for the footer. - - -# see https://gohugo.io/about/hugo-and-gdpr/#all-privacy-settings -# you probably want to keep this default -privacy: - _merge: deep - -languages: - en: - languageName: English - title: Example Website - weight: 1