diff --git a/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_1200x0_resize_box_3.png b/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_1200x0_resize_box_3.png new file mode 100644 index 00000000..ca22dd86 Binary files /dev/null and b/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_1200x0_resize_box_3.png differ diff --git a/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_600x400_fill_box_smart1_3.png b/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_600x400_fill_box_smart1_3.png new file mode 100644 index 00000000..1cd39e80 Binary files /dev/null and b/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_600x400_fill_box_smart1_3.png differ diff --git a/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_600x600_fill_box_smart1_3.png b/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_600x600_fill_box_smart1_3.png new file mode 100644 index 00000000..58d0e159 Binary files /dev/null and b/exampleSite/resources/_gen/images/guides/setup/featured_hu843ae9e83fc6d677bc40199d4c9b62f8_101594_600x600_fill_box_smart1_3.png differ diff --git a/package.json b/package.json index 2a7c315d..dd3f62f6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w", "build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit", "build-hugo": "hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/", - "example": "hugo server --minify --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/ -p 1313", + "example": "hugo server -E -F --minify --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/ -p 1313", "lighthouse": "lhci autorun" }, "repository": {