Static parts of my personal website https://ayo.ayco.io
Find a file
2024-04-22 09:50:30 +02:00
.vscode initial commit 2022-09-17 11:02:10 +02:00
public feat: add sitemap 2024-04-09 22:19:25 +02:00
src feat: sort list of previous now pages 2024-04-22 09:50:30 +02:00
.gitignore add all relevant links 2022-09-17 11:55:25 +02:00
.npmrc initial commit 2022-09-17 11:02:10 +02:00
astro.config.mjs feat: add sitemap 2024-04-09 22:19:25 +02:00
package-lock.json feat: add sitemap 2024-04-09 22:19:25 +02:00
package.json feat: display date updated on now page; update deploy script 2024-04-17 21:15:49 +02:00
README.md chore: update deploy script; update readme 2024-04-08 18:58:55 +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