Source code for my gallery webpage. https://gallery.badmanners.xyz
Find a file
2024-03-27 11:54:18 -03:00
.vscode Initial commit 2024-03-20 00:56:57 -03:00
public Improve font loading and fix scripts 2024-03-20 21:47:52 -03:00
scripts Fix typo and add latest uploads to index 2024-03-25 15:35:24 -03:00
src Add Mastodon comments and remove date-fns dependency 2024-03-27 11:54:18 -03:00
.gitignore Initial commit 2024-03-20 00:56:57 -03:00
.prettierignore Add Mastodon comments and remove date-fns dependency 2024-03-27 11:54:18 -03:00
.prettierrc.mjs Fix up first version and add Prettier and Docker 2024-03-20 11:34:09 -03:00
astro.config.mjs Improvements to types and age verification screen 2024-03-24 14:22:39 -03:00
package-lock.json Add Mastodon comments and remove date-fns dependency 2024-03-27 11:54:18 -03:00
package.json Add Mastodon comments and remove date-fns dependency 2024-03-27 11:54:18 -03:00
README.md Add export-story script and draft for Tiny Accident 2024-03-24 22:48:14 -03:00
tailwind.config.mjs Fix up first version and add Prettier and Docker 2024-03-20 11:34:09 -03:00
tsconfig.json Fix up first version and add Prettier and Docker 2024-03-20 11:34:09 -03:00

gallery.badmanners.xyz

Development

Export story for upload

npm run export-story -- --output-dir ~/Documents/TO_UPLOAD slug-for-selected-story

Deployment

Remote

npm run build
scp -r ./dist/* my-ssh-server:./gallery.badmanners.xyz/