diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 13d63ae..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -lastmod: {{ .Date }} -weight: "" -draft: true ---- \ No newline at end of file diff --git a/images/screenshot.png b/images/screenshot.png deleted file mode 100644 index 3e14039..0000000 Binary files a/images/screenshot.png and /dev/null differ diff --git a/images/tn.png b/images/tn.png deleted file mode 100644 index 01483e0..0000000 Binary files a/images/tn.png and /dev/null differ diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index a718ec7..0000000 --- a/netlify.toml +++ /dev/null @@ -1,17 +0,0 @@ -[build] - publish = "exampleSite/public" - command = "cd exampleSite && hugo --minify --gc --themesDir ../.." - -[build.environment] - HUGO_VERSION = "0.87.0" - HUGO_THEME = "repo" - HUGO_BASEURL = "/" - -[[headers]] - for = "/*" # This defines which paths this specific [[headers]] block will cover. - -[headers.values] - X-Frame-Options = "DENY" - X-XSS-Protection = "1; mode=block" - Referrer-Policy = "same-origin" - Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"