From e7effbfba485cad12ecba64601e10de9f3169d2c Mon Sep 17 00:00:00 2001 From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:15:34 +0000 Subject: [PATCH] fix: syntax highlight error --- package.json | 3 -- public/admin/config.yml | 79 ------------------------------ public/admin/index.html | 13 ----- src/components/Article/Article.jsx | 8 +++ src/pages/_app.js | 10 +--- 5 files changed, 9 insertions(+), 104 deletions(-) delete mode 100644 public/admin/config.yml delete mode 100644 public/admin/index.html diff --git a/package.json b/package.json index f03b54a..564a277 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,12 @@ "type": "module", "scripts": { "dev": "next dev", - "server": "npx decap-server", "build": "next build", - "docker:build": "docker build -t www-aaronjy-2024 .", "postbuild": "next-sitemap --config next-sitemap.config.cjs", "start": "next start", "link": "npx standard", "format": "npx standard --fix", "prepare": "husky", - "deploy": "./util/pre-deploy.sh && ./util/deploy-gcloud.sh", "test": "jest --verbose --passWithNoTests", "lint": "next lint" }, diff --git a/public/admin/config.yml b/public/admin/config.yml deleted file mode 100644 index c3877ec..0000000 --- a/public/admin/config.yml +++ /dev/null @@ -1,79 +0,0 @@ -local_backend: true -backend: - name: git-gateway - branch: main # Branch to update (optional; defaults to master) -media_folder: public/img -public_folder: img -collections: - - name: recipes - label: Recipes - folder: content/recipes - create: true - fields: - - {label: Title, name: title, widget: string} - - {label: "Publish Date", name: pubdate, widget: datetime, required: false, default: "" } - - {label: Description, name: desc, widget: text} - - {label: Body, name: body, widget: markdown } - - - name: writing - label: Writing - folder: content/writing - create: true - fields: - - {label: Title, name: title, widget: string} - - {label: "Publish Date", name: pubdate, widget: datetime, required: false, default: "" } - - {label: Description, name: desc, widget: text} - - {label: Body, name: body, widget: markdown } - - - name: fun - label: Fun - folder: content/fun - create: true - fields: - - {label: Title, name: title, widget: string} - - {label: "Publish Date", name: pubdate, widget: datetime, required: false, default: "" } - - {label: Description, name: desc, widget: text} - - {label: Body, name: body, widget: markdown } - - - name: "pages" - label: "Pages" - files: - - label: "CV" - name: "cv" - file: "content/pages/cv.yml" - fields: - - label: Core competencies - widget: list - name: competencies - allow_add: true - - label: Education history - widget: list - name: education - allow_add: true - - label: Certifications - widget: list - name: certifications - allow_add: true - - label: Languages - widget: list - name: languages - allow_add: true - fields: - - {label: "Name", name: name, widget: string } - - {label: "Proficiency", name: proficiency, widget: string } - - label: Technical skills - widget: list - name: tech-skills - - label: Professional experience - name: experience - widget: list - fields: - - { label: Position, name: position, widget: string } - - { label: Employer, name: employer, widget: string } - - { label: Start date, name: start, widget: string } - - { label: End date, name: end, widget: string } - - { label: Description, name: desc, widget: markdown } - - - - diff --git a/public/admin/index.html b/public/admin/index.html deleted file mode 100644 index b00e2a0..0000000 --- a/public/admin/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - -
- - -