mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
10.39.2025 7a7de28a52e105c6be1e833b0cb926336eb0003b
build(fix): remove exampleSite from setup

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
22 files deleted
2 files modified
902 ■■■■■ changed files
.versionrc.cjs 6 ●●●● patch | view | raw | blame | history
exampleSite/README.md 3 ●●●●● patch | view | raw | blame | history
exampleSite/config.toml 84 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/_index.md 10 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/about/index.md 11 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/contact.md 14 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/post/_index.md 5 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/post/chapter-1.md 81 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/post/chapter-2.md 90 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/post/chapter-3.md 100 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/post/chapter-4.md 86 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/post/chapter-5.md 17 ●●●●● patch | view | raw | blame | history
exampleSite/content/en/post/chapter-6.md 99 ●●●●● patch | view | raw | blame | history
exampleSite/content/fr/_index.md 8 ●●●●● patch | view | raw | blame | history
exampleSite/content/fr/contact.md 15 ●●●●● patch | view | raw | blame | history
exampleSite/content/fr/post/_index.md 5 ●●●●● patch | view | raw | blame | history
exampleSite/content/fr/post/chapter-1.md 13 ●●●●● patch | view | raw | blame | history
exampleSite/go.mod 9 ●●●●● patch | view | raw | blame | history
exampleSite/static/images/Pope-Edouard-de-Beaumont-1844.jpg patch | view | raw | blame | history
exampleSite/static/images/Victor_Hugo-Hunchback.jpg patch | view | raw | blame | history
exampleSite/static/images/esmeralda.jpg patch | view | raw | blame | history
exampleSite/static/images/notebook.jpg patch | view | raw | blame | history
package.json 10 ●●●● patch | view | raw | blame | history
stackbit.yaml 236 ●●●●● patch | view | raw | blame | history
.versionrc.cjs
@@ -5,11 +5,7 @@
    {
      filename: "package.json",
      type: "json",
    },
    {
      filename: "exampleSite/data/ananke/build.json",
      type: "json",
    },
    }
  ],
  header: "# Changelog",
  types: [
exampleSite/README.md
File was deleted
exampleSite/config.toml
File was deleted
exampleSite/content/en/_index.md
File was deleted
exampleSite/content/en/about/index.md
File was deleted
exampleSite/content/en/contact.md
File was deleted
exampleSite/content/en/post/_index.md
File was deleted
exampleSite/content/en/post/chapter-1.md
File was deleted
exampleSite/content/en/post/chapter-2.md
File was deleted
exampleSite/content/en/post/chapter-3.md
File was deleted
exampleSite/content/en/post/chapter-4.md
File was deleted
exampleSite/content/en/post/chapter-5.md
File was deleted
exampleSite/content/en/post/chapter-6.md
File was deleted
exampleSite/content/fr/_index.md
File was deleted
exampleSite/content/fr/contact.md
File was deleted
exampleSite/content/fr/post/_index.md
File was deleted
exampleSite/content/fr/post/chapter-1.md
File was deleted
exampleSite/go.mod
File was deleted
exampleSite/static/images/Pope-Edouard-de-Beaumont-1844.jpg
Binary files differ
exampleSite/static/images/Victor_Hugo-Hunchback.jpg
Binary files differ
exampleSite/static/images/esmeralda.jpg
Binary files differ
exampleSite/static/images/notebook.jpg
Binary files differ
package.json
@@ -45,11 +45,9 @@
    "dotenv": "16.4.7"
  },
  "scripts": {
    "deploy": "cd exampleSite; hugo;",
    "release": "wireit",
    "release:minor": "wireit",
    "release:pre": "wireit",
    "server": "wireit"
    "release:pre": "wireit"
  },
  "wireit": {
    "release": {
@@ -60,12 +58,6 @@
    },
    "release:pre": {
      "command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" --prerelease prerelease -- --no-verify"
    },
    "server": {
      "command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --navigateToChanged --disableFastRender --forceSyncStatic --logLevel debug --tlsAuto --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints 2>&1 | tee -a hugo.log"
    },
    "server:fail": {
      "command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --navigateToChanged --disableFastRender --forceSyncStatic --logLevel debug --tlsAuto --panicOnWarning --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints 2>&1 | tee -a hugo.log"
    }
  }
}
stackbit.yaml
File was deleted