Static parts of my personal website https://ayo.ayco.io
Find a file
2024-11-10 00:11:22 +01:00
.vscode initial commit 2022-09-17 11:02:10 +02:00
public feat: add reset.css 2024-05-20 00:52:07 +02:00
src refactor: move footer links to constants/links 2024-11-10 00:11:22 +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
astro.config.mjs feat: use network first caching strategy 2024-09-22 19:47:06 +02:00
package.json chore(deps): update astro, astro-github-stats 2024-11-09 23:48:48 +01:00
pnpm-lock.yaml chore(deps): update astro, astro-github-stats 2024-11-09 23:48:48 +01:00
README.md chore: update deploy script; update readme 2024-04-08 18:58:55 +02:00
template-page.astro feat: new template page 2024-07-21 12:38:30 +02:00
tsconfig.json chore: use strictest 2022-09-26 10:47:23 +02: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