diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 77090f0..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Deploy to GitHub Pages - -on: - # Trigger the workflow every time you push to the `main` branch - # Using a different branch name? Replace `main` with your branch’s name - push: - branches: [main] - # Allows you to run this workflow manually from the Actions tab on GitHub. - workflow_dispatch: - -# Allow this job to clone the repo and create a page deployment -permissions: - contents: read - pages: write - id-token: write - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout your repository using git - uses: actions/checkout@v4 - - name: Install, build, and upload your site - uses: withastro/action@v2 - # with: - # path: . # The root location of your Astro project inside the repository. (optional) - # node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) - # package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) - - deploy: - needs: build - runs-on: ubuntu-latest - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 diff --git a/astro.config.mjs b/astro.config.mjs index d5108c8..bedb3f8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,9 +6,8 @@ import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ - site: 'https://nkaujhmoob.netlify.app/', + site: 'https://nkauj.netlify.app/', output: "server", adapter: netlify(), - // base: "nkauj", integrations: [mdx(), sitemap(), tailwind()] }); \ No newline at end of file diff --git a/public/1d18c72b111d47c79507fa3ff22459ec.txt b/public/1d18c72b111d47c79507fa3ff22459ec.txt new file mode 100644 index 0000000..f2a8c04 --- /dev/null +++ b/public/1d18c72b111d47c79507fa3ff22459ec.txt @@ -0,0 +1 @@ +1d18c72b111d47c79507fa3ff22459ec \ No newline at end of file diff --git a/public/CNAME b/public/CNAME deleted file mode 100644 index 391792a..0000000 --- a/public/CNAME +++ /dev/null @@ -1 +0,0 @@ -nkauj.com \ No newline at end of file diff --git a/public/app-ads.txt b/public/app-ads.txt new file mode 100644 index 0000000..78e059b --- /dev/null +++ b/public/app-ads.txt @@ -0,0 +1 @@ +google.com, pub-5349802525175772, DIRECT, f08c47fec0942fa0 \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico old mode 100755 new mode 100644 index f2e1347..961d556 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..24ffa11 Binary files /dev/null and b/public/logo.png differ diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index a1ee421..940c938 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -17,7 +17,7 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props; - + @@ -41,3 +41,13 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props; + + + + + \ No newline at end of file diff --git a/src/components/Header.astro b/src/components/Header.astro index b6e29b2..42d363b 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -50,14 +50,14 @@ import { SITE_TITLE } from "../consts"; >