Add prebuild instead of manual metagen

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
Paul W. 2024-12-28 16:51:52 -05:00
parent 2bc9f45976
commit c39203207d
Signed by: lambda
GPG Key ID: 0D207B4EBC14B1BD
5 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ dist/
*.bun *.bun
**/.*.md **/.*.md
.env .env
public/posts.json
public/notes.json
public/sitemap.json

View File

@ -1,6 +1,7 @@
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"prebuild": "node ./scripts/generate-metadata.js",
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",

View File

@ -1 +0,0 @@
{"mos-6502":{"title":"MOS 6502 Microprocessor","mtime":"2023-10-29T18:05:52.439Z"},"zilog-z80":{"title":"Zilog Z80 Microprocessor","mtime":"2023-10-29T18:07:08.579Z"},"browsers":{"title":"Web Browsers","mtime":"2024-09-13T08:47:57.942Z"},"steam":{"title":"Steam Client","mtime":"2024-12-28T17:07:10.689Z"},"lua":{"title":"Lua Programming Language","mtime":"2024-12-28T17:00:55.719Z"},"steam-deck":{"title":"Steam Deck","mtime":"2024-12-28T17:10:01.709Z"},"programming-resources":{"title":"Programming Resources","mtime":"2024-12-28T17:29:26.899Z"},"software":{"title":"Software","mtime":"2024-12-28T17:31:45.443Z"}}

View File

@ -1 +0,0 @@
{}

View File

@ -1 +0,0 @@
{"title":"PaulW.XYZ","pages":{"posts":{"title":"Posts","pages":{}},"notes":{"title":"Notes","pages":{"mos-6502":{"title":"MOS 6502 Microprocessor","mtime":"2023-10-29T18:05:52.439Z"},"zilog-z80":{"title":"Zilog Z80 Microprocessor","mtime":"2023-10-29T18:07:08.579Z"},"browsers":{"title":"Web Browsers","mtime":"2024-09-13T08:47:57.942Z"},"steam":{"title":"Steam Client","mtime":"2024-12-28T17:07:10.689Z"},"lua":{"title":"Lua Programming Language","mtime":"2024-12-28T17:00:55.719Z"},"steam-deck":{"title":"Steam Deck","mtime":"2024-12-28T17:10:01.709Z"},"programming-resources":{"title":"Programming Resources","mtime":"2024-12-28T17:29:26.899Z"},"software":{"title":"Software","mtime":"2024-12-28T17:31:45.443Z"}}},"about":{"title":"About"},"sitemap":{"title":"Site Map"}}}