Static parts of my personal website https://ayo.ayco.io
Find a file
2024-12-27 16:52:19 +01:00
.husky chore: add check script & use in precommit 2024-12-27 16:52:19 +01:00
.vscode chore: format vscode settings.json 2024-12-27 13:59:41 +01:00
public chore: add prettier 2024-12-25 20:42:09 +01:00
src chore: use ts-eslint 2024-12-26 00:19:35 +01:00
.gitignore chore: ignore .astro; update lockfile 2024-08-08 18:32:38 +02:00
.npmrc initial commit 2022-09-17 11:02:10 +02:00
.prettierignore chore: update .prettierignore 2024-12-26 00:38:18 +01:00
astro.config.mjs chore: add prettier 2024-12-25 20:42:09 +01:00
eslint.config.mjs chore: reuse gitignore in eslint ignores 2024-12-27 14:48:58 +01:00
package.json chore: add check script & use in precommit 2024-12-27 16:52:19 +01:00
pnpm-lock.yaml chore: reuse gitignore in eslint ignores 2024-12-27 14:48:58 +01:00
prettier.config.mjs chore: add prettier astro config 2024-12-25 20:43:27 +01:00
README.md chore: add prettier 2024-12-25 20:42:09 +01:00
tsconfig.json chore: add prettier 2024-12-25 20:42:09 +01:00

Astro SSG for my personal site

Background

This is the project for generating the static files for my personal site ayo.ayco.io built with Astro SSG.

Development

# clone project
$ git clone git@git.sr.ht:~ayoayco/ayco.io-astro

# go into project dir
$ cd ./ayco.io-astro

# install deps
$ npm i

Commands

Command Action
npm start start dev server
npm run build generate static files to dist directory
npm run deploy run build and upload to my server