Static parts of my personal website https://ayo.ayco.io
Find a file
2025-06-05 14:15:12 +02:00
.husky chore: test precommit 2025-01-02 12:35:30 +01:00
.vscode chore: format vscode settings.json 2024-12-27 13:59:41 +01:00
_archived feat: archive tech-bsk page 2025-05-24 19:36:31 +02:00
commands feat: new now page for ayo.run 2025-05-24 20:51:22 +02:00
public feat: update manifest 2025-06-01 21:06:45 +02:00
src feat: separate list of social links 2025-06-05 14:15:12 +02:00
.gitignore chore: git ignore eslint cache 2024-12-27 16:57:47 +01: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: typecheck astro config 2025-06-03 23:27:58 +02:00
eslint.config.mjs chore: test precommit 2025-01-02 12:35:30 +01:00
LICENSE chore: add license 2025-03-23 11:16:10 +01:00
package.json chore: move astro-icon, pathe to devDeps 2025-05-30 19:06:43 +02:00
pnpm-lock.yaml feat: migrate to astro-icon 2025-05-30 19:02:28 +02:00
prettier.config.mjs chore: add prettier astro config 2024-12-25 20:43:27 +01:00
README.md chore update readme 2025-05-17 09:40:35 +02: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

You need node and pnpm.

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

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

# install deps
$ pnpm i

Commands

Command Action
pnpm run dev start dev server
pnpm run build generate static files to dist directory
pnpm run deploy run build and upload to my server
pnpm run prep:now back up and clear current now page constants

For the deploy script, you need to add an environmental variable named HOST


Just keep building. ~Ayo