From 92886484f7c5921a9dbeb6036d2a9f8fb4652227 Mon Sep 17 00:00:00 2001 From: Thanos Kolovos Date: Sat, 4 Jan 2025 14:36:03 +0200 Subject: [PATCH 1/7] Add environment variable & tell GH to not run Jekyll --- .nojekyll | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index 8253c0a..5bc657b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "scripts": { "clean": "rm -rf ./_site", - "build": "npm run clean && npx @11ty/eleventy ", + "build": "npm run clean && NODE_ENV=production npx @11ty/eleventy ", "start": "npx @11ty/eleventy --serve --watch" }, "keywords": [], From d6a59130c17c0bad68d42040f757a30445b4e93d Mon Sep 17 00:00:00 2001 From: Thanos Kolovos Date: Sat, 4 Jan 2025 14:41:38 +0200 Subject: [PATCH 2/7] Fix atom.xml link --- _includes/head.html | 2 +- _layouts/default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 56af602..5c1dd06 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -21,7 +21,7 @@ rel="alternate" type="application/atom+xml" title="{{ site.title }}" - href="https://github.com/%7B%7B%20site.baseurl%20%7D%7D/atom/index.xml" + href="https://github.com/%7B%7B%20site.baseurl%20%7D%7D/atom" /> diff --git a/_layouts/default.html b/_layouts/default.html index fb4601a..79e4ad1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -68,7 +68,7 @@ ABOUT