Personal site for kisk.no, built with Astro and deployed to GitHub Pages.
npm install
npm run devOpen http://localhost:4321.
npm run build
npm run previewThe static site is emitted to dist/.
Pushing to main triggers .github/workflows/deploy.yml, which builds the site and publishes it to GitHub Pages. The public/CNAME file binds the site to kisk.no.
- In repo Settings → Pages, set Source to GitHub Actions.
- Under Custom domain, enter
kisk.noand save. - Configure DNS at your registrar:
- Apex
kisk.no→ A records pointing to GitHub Pages:185.199.108.153185.199.109.153185.199.110.153185.199.111.153
www.kisk.no→ CNAMEkisko.github.io.
- Apex
- Once DNS resolves, enable Enforce HTTPS in Settings → Pages.