diff --git a/.changeset/silly-hounds-sit.md b/.changeset/silly-hounds-sit.md new file mode 100644 index 00000000..96dffa51 --- /dev/null +++ b/.changeset/silly-hounds-sit.md @@ -0,0 +1,5 @@ +--- +'@d0rich/dog': minor +--- + +Implement OG images generator CLI and web UI diff --git a/.changeset/tasty-spies-shop.md b/.changeset/tasty-spies-shop.md new file mode 100644 index 00000000..e30f1107 --- /dev/null +++ b/.changeset/tasty-spies-shop.md @@ -0,0 +1,5 @@ +--- +'d0xigen': minor +--- + +Remove image generations. Now it will be available via @d0rich/dog diff --git a/.github/workflows/cdn.build.yaml b/.github/workflows/cdn.build.yaml new file mode 100644 index 00000000..6e282a5f --- /dev/null +++ b/.github/workflows/cdn.build.yaml @@ -0,0 +1,28 @@ +name: Build CDN +on: + schedule: + # Run every day + - cron: '0 0 * * *' + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Install Node.js + uses: actions/setup-node@v2 + with: + node-version: '20' + - name: Install dependencies + working-directory: ./cdn + run: npm ci + - name: Build + working-directory: ./cdn + run: npm run build + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cdn/dist + publish_branch: cdn diff --git a/.vscode/extensions.json b/.vscode/extensions.json index ca40ae86..3e79a111 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,5 @@ { "recommendations": [ - "vue.vscode-typescript-vue-plugin", "vue.volar", "nuxt.mdc", "bradlc.vscode-tailwindcss", diff --git a/apps/d0rich.me/components/layouts/DHeader.vue b/apps/d0rich.me/components/layouts/DHeader.vue index a5ad0f2f..e817fbff 100644 --- a/apps/d0rich.me/components/layouts/DHeader.vue +++ b/apps/d0rich.me/components/layouts/DHeader.vue @@ -15,7 +15,7 @@ Dorich Projects Blog - Resume + Resumé diff --git a/apps/d0rich.me/components/resume/CertificatesCard.vue b/apps/d0rich.me/components/resume/CertificatesCard.vue index 584b41d6..1330437a 100644 --- a/apps/d0rich.me/components/resume/CertificatesCard.vue +++ b/apps/d0rich.me/components/resume/CertificatesCard.vue @@ -7,9 +7,13 @@ defineProps<{