mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
feat: remove Netlify deploy scripts and update colophon
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -25,6 +25,3 @@ pnpm-debug.log*
|
|||||||
|
|
||||||
# Unlighthouse reports
|
# Unlighthouse reports
|
||||||
.unlighthouse
|
.unlighthouse
|
||||||
|
|
||||||
# Local Netlify folder
|
|
||||||
.netlify
|
|
||||||
|
|||||||
@@ -7,9 +7,6 @@
|
|||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"deploy": "netlify deploy --prod",
|
|
||||||
"deploy:preview": "netlify deploy",
|
|
||||||
"publish": "npm-run-all build deploy",
|
|
||||||
"og:generate": "node og-generate.cjs",
|
"og:generate": "node og-generate.cjs",
|
||||||
"icons:generate": "node icons-generate.cjs",
|
"icons:generate": "node icons-generate.cjs",
|
||||||
"plop": "plop",
|
"plop": "plop",
|
||||||
@@ -78,7 +75,6 @@
|
|||||||
"jimp": "^0.22.12",
|
"jimp": "^0.22.12",
|
||||||
"lint-staged": "^15.2.2",
|
"lint-staged": "^15.2.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"netlify-cli": "^17.19.3",
|
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"pagefind": "^1.1.0",
|
"pagefind": "^1.1.0",
|
||||||
"plop": "^4.0.1",
|
"plop": "^4.0.1",
|
||||||
|
|||||||
6029
pnpm-lock.yaml
generated
6029
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -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.
|
- 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/).
|
- To parse and format dates I use [Moment.js](https://momentjs.com/).
|
||||||
- I use [Plop](https://plopjs.com/) to generate content from templates.
|
- 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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user