.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.jpgBinary files differ
exampleSite/static/images/Victor_Hugo-Hunchback.jpgBinary files differ
exampleSite/static/images/esmeralda.jpgBinary files differ
exampleSite/static/images/notebook.jpgBinary 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