Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swift502/web
Personal website built with Astro.
https://github.com/swift502/web
astro github-pages portfolio
Last synced: about 1 month 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T12:19:13.000Z (about 1 month ago)
- Last Synced: 2024-11-13T13:27:34.365Z (about 1 month ago)
- Topics: astro, github-pages, portfolio
- Language: Astro
- Homepage: https://jblaha.art
- Size: 110 MB
- Stars: 20
- Watchers: 3
- 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
```