diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index d916844..0000000 --- a/netlify.toml +++ /dev/null @@ -1,35 +0,0 @@ -[build] - # Set the Hugo version - HUGO_VERSION = "0.139.2" - - # Build command - command = """ - sudo snap install dart-sass && - npm install -D postcss postcss-cli autoprefixer hugo-extended && - hugo --gc --minify - """ - - # Publish directory - publish = "public" - -# Set environment variables -[context.production.environment] - HUGO_ENVIRONMENT = "production" - HUGO_ENV = "production" - -# Node.js version configuration -[build.environment] - NODE_VERSION = "lts/*" - -# Optional: Add headers for security and performance -[[headers]] - for = "/*" - [headers.values] - X-Frame-Options = "DENY" - X-XSS-Protection = "1; mode=block" - -# Optional: Redirects (if needed) -# [[redirects]] -# from = "/*" -# to = "/index.html" -# status = 200 diff --git a/package.json b/package.json new file mode 100644 index 0000000..c932d84 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "docs", + "version": "1.0.0", + "devDependencies": { + "autoprefixer": "^10.4.19", + "postcss-cli": "^11.0.0", + "postcss": "^8.4.38" + }, + "author": "", + "license": "ISC" +}