https://github.com/swift502/web
Personal website built with Astro
https://github.com/swift502/web
astro github-pages portfolio
Last synced: 27 days ago
JSON representation
Personal website built with Astro
- Host: GitHub
- URL: https://github.com/swift502/web
- Owner: swift502
- License: mit
- Created: 2019-06-11T09:24:03.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T18:49:52.000Z (about 1 month ago)
- Last Synced: 2025-05-02T19:37:48.459Z (about 1 month ago)
- Topics: astro, github-pages, portfolio
- Language: Astro
- Homepage: https://jblaha.art
- Size: 111 MB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web
Personal website built with [Astro](https://github.com/withastro/astro).
## Features
- using the [\](https://github.com/google/model-viewer) component to display 3D models
- custom aspect ratio container component inspired by ArtStation image rendering, which maximizes it's size while maintaining it's aspect ratio and ensuring it's always fully contained within the screen
- project pages are defined in [YAML data files](/src/data/projects/)
- using [Marked](https://github.com/markedjs/marked) for markdown support### Viewing a specific 3D model
Type `debug` on the main page to display a model selector.
## Build notes
1. Get [Node.js](https://nodejs.org)
2. Run `npm install`
3. Use `dev` and `build` tasks### Update dependencies
```shell
npm update --save
```