diff --git a/.github/workflows/old-website.yml b/.github/workflows/old-website.yml deleted file mode 100644 index 7a1054c..0000000 --- a/.github/workflows/old-website.yml +++ /dev/null @@ -1,126 +0,0 @@ -name: Website CI OLD -on: - workflow_dispatch: - pull_request: - branches: - - main - - development - paths: - - "apps/site/**" - - "packages/theme/**" - - "packages/site-ui/**" - push: - branches: - - main - - development - paths: - - "apps/site/**" - - "packages/theme/**" - - "packages/site-ui/**" - -jobs: - linting: - name: ESLint - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Setup pnpm - uses: pnpm/action-setup@v2 - with: - version: 8.8.0 - - - name: Setup node - uses: actions/setup-node@v3 - with: - node-version: 20 - cache: "pnpm" - - - name: Install Dependencies - run: pnpm site install - - - name: Lint - run: pnpm site run lint - - build: - name: Next Build - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v3 - - - name: Setup pnpm - uses: pnpm/action-setup@v2 - with: - version: 8.8.0 - - - name: Setup node - uses: actions/setup-node@v3 - with: - node-version: 20 - cache: "pnpm" - # run: pnpm site install - - # - name: Setup pnpm - # uses: pnpm/action-setup@v2 - # with: - # version: 8.8.0 - - - name: Install Dependencies - run: pnpm site install - - - name: Run build - run: pnpm site run build - - test: - name: Playwright Tests - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v3 - - - name: Setup pnpm - uses: pnpm/action-setup@v2 - with: - version: 8.8.0 - - - name: Setup node - uses: actions/setup-node@v3 - with: - node-version: 20 - cache: "pnpm" - # run: pnpm site install - - - name: Install Dependencies - run: pnpm site install - - - name: Run build - run: pnpm site run build - - # - name: Get pnpm store directory - # id: pnpm-cache - # shell: bash - # run: | - # echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - - # - uses: actions/cache@v3 - # name: Setup pnpm cache - # with: - # path: ${{ steps.pnpm-cache.outputs.STORE_PATH }} - # key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} - # restore-keys: | - # ${{ runner.os }}-pnpm-store- - - - name: Install Playwright Browsers - run: pnpm site playwright install --with-deps - - - name: Run Playwright tests - run: pnpm site playwright test - - - uses: actions/upload-artifact@v3 - if: always() - with: - name: playwright-report - path: apps/site/playwright-report/ - retention-days: 30 diff --git a/apps/site/public/img/favicon.ico b/apps/site/public/img/favicon.ico deleted file mode 100644 index 0b24eff..0000000 Binary files a/apps/site/public/img/favicon.ico and /dev/null differ diff --git a/apps/website/public/android-chrome-192x192.png b/apps/website/public/android-chrome-192x192.png new file mode 100644 index 0000000..4ed6feb Binary files /dev/null and b/apps/website/public/android-chrome-192x192.png differ diff --git a/apps/website/public/android-chrome-256x256.png b/apps/website/public/android-chrome-256x256.png new file mode 100644 index 0000000..8918e53 Binary files /dev/null and b/apps/website/public/android-chrome-256x256.png differ diff --git a/apps/website/public/apple-touch-icon.png b/apps/website/public/apple-touch-icon.png new file mode 100644 index 0000000..dff939d Binary files /dev/null and b/apps/website/public/apple-touch-icon.png differ diff --git a/apps/website/public/breadchain_og_image.png b/apps/website/public/breadchain_og_image.png new file mode 100644 index 0000000..8ad303c Binary files /dev/null and b/apps/website/public/breadchain_og_image.png differ diff --git a/apps/website/public/browserconfig.xml b/apps/website/public/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/apps/website/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/apps/website/public/favicon-16x16.png b/apps/website/public/favicon-16x16.png new file mode 100644 index 0000000..6718f5c Binary files /dev/null and b/apps/website/public/favicon-16x16.png differ diff --git a/apps/website/public/favicon-32x32.png b/apps/website/public/favicon-32x32.png new file mode 100644 index 0000000..4a90697 Binary files /dev/null and b/apps/website/public/favicon-32x32.png differ diff --git a/apps/website/public/favicon.ico b/apps/website/public/favicon.ico new file mode 100644 index 0000000..6fd9433 Binary files /dev/null and b/apps/website/public/favicon.ico differ diff --git a/apps/website/public/favicon.svg b/apps/website/public/favicon.svg deleted file mode 100644 index f157bd1..0000000 --- a/apps/website/public/favicon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/apps/website/public/mstile-150x150.png b/apps/website/public/mstile-150x150.png new file mode 100644 index 0000000..85b915f Binary files /dev/null and b/apps/website/public/mstile-150x150.png differ diff --git a/apps/website/public/safari-pinned-tab.svg b/apps/website/public/safari-pinned-tab.svg new file mode 100644 index 0000000..0fbd36c --- /dev/null +++ b/apps/website/public/safari-pinned-tab.svg @@ -0,0 +1,18 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/apps/website/public/site.webmanifest b/apps/website/public/site.webmanifest new file mode 100644 index 0000000..0e0e858 --- /dev/null +++ b/apps/website/public/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro index 3554647..159be5a 100644 --- a/apps/website/src/layouts/Layout.astro +++ b/apps/website/src/layouts/Layout.astro @@ -21,10 +21,31 @@ const { title } = Astro.props; - - + + + + + + + + + + + + + + + + + + + + + + + {title} + diff --git a/package.json b/package.json index 2db160f..28b02be 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "", "main": "index.js", + "packageManager": "pnpm@9.1.4", "scripts": { "site": "pnpm --filter @breadchain.xyz/site", "website": "pnpm --filter @breadchain.xyz/website",