My personal website. https://comfycamp.space
Go to file
dependabot[bot] bf2451ea4f Bump the npm group with 3 updates
Bumps the npm group with 3 updates: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `@astrojs/check` from 0.4.1 to 0.5.6
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.6/packages/astro-check)

Updates `@astrojs/rss` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.5/packages/astro-rss)

Updates `astro` from 4.2.8 to 4.4.9
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.4.9/packages/astro)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 23:44:54 +05:00
.github ci: group dependabot updates 2024-03-03 14:08:14 +05:00
public fix(gallery): change row count calculation, add new screenshots 2024-03-05 23:11:36 +05:00
public-src fix(gallery): change row count calculation, add new screenshots 2024-03-05 23:11:36 +05:00
src feat(gallery): add keyboard control support 2024-03-05 23:42:38 +05:00
.dockerignore chore: add nix files to dockerignore 2024-02-27 22:51:48 +05:00
.editorconfig Add a cinema page 2023-12-03 19:31:02 +05:00
.gitignore Initial commit: create the first pages 2023-08-27 23:20:38 +05:00
astro.config.mjs Migrate to markdown, add rss feed 2023-11-12 13:51:31 +05:00
convert-images.py feat(gallery): add new screenshots, increase image resolution, 2024-02-23 18:35:10 +05:00
Dockerfile Add custom nginx config 2023-10-15 11:14:07 +05:00
flake.lock feat(nix): write a working nix flake 2024-02-23 22:17:15 +05:00
flake.nix feat(nix): write a working nix flake 2024-02-23 22:17:15 +05:00
LICENSE.md Add license, improve readme 2023-10-15 11:25:48 +05:00
nginx.conf Remove custom fonts 2023-10-18 22:19:19 +05:00
package-lock.json Bump the npm group with 3 updates 2024-03-05 23:44:54 +05:00
package.json Bump the npm group with 3 updates 2024-03-05 23:44:54 +05:00
README.md Add more info about convert-images.py script 2023-12-03 20:33:55 +05:00
tsconfig.json Initial commit: create the first pages 2023-08-27 23:20:38 +05:00

Comfycamp

My personal website.

Getting started

npm i
npm run dev

Images

The original pictures are in the public-src directory. The convert-images.py script converts them into the required formats and resolutions.