Static parts of my personal website
https://ayo.ayco.io
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| astro.config.mjs | ||
| eslint.config.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
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 |