feat: remove Netlify deploy scripts and update colophon

This commit is contained in:
Stefan Imhoff
2024-04-06 14:53:02 +02:00
parent ba3ff85aab
commit df649c4998
4 changed files with 137 additions and 5901 deletions

3
.gitignore vendored
View File

@@ -25,6 +25,3 @@ pnpm-debug.log*
# Unlighthouse reports
.unlighthouse
# Local Netlify folder
.netlify

View File

@@ -7,9 +7,6 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "netlify deploy --prod",
"deploy:preview": "netlify deploy",
"publish": "npm-run-all build deploy",
"og:generate": "node og-generate.cjs",
"icons:generate": "node icons-generate.cjs",
"plop": "plop",
@@ -78,7 +75,6 @@
"jimp": "^0.22.12",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"netlify-cli": "^17.19.3",
"npm-run-all": "^4.1.5",
"pagefind": "^1.1.0",
"plop": "^4.0.1",

6029
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -45,6 +45,6 @@ The source code of this website is available on [GitHub](https://github.com/koga
- I use [reading-time](https://github.com/ngryman/reading-time) to add the reading time to Remark.
- To parse and format dates I use [Moment.js](https://momentjs.com/).
- I use [Plop](https://plopjs.com/) to generate content from templates.
- The website is hosted on [Netlify](https://www.netlify.com/).
- The website is self-hosted with [Coolify](https://coolify.io/).
</div>