Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sethetter/seth.computer
Personal website!
https://github.com/sethetter/seth.computer
Last synced: 12 days ago
JSON representation
Personal website!
- Host: GitHub
- URL: https://github.com/sethetter/seth.computer
- Owner: sethetter
- Created: 2015-08-27T23:58:38.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T13:04:27.000Z (3 months ago)
- Last Synced: 2024-08-13T14:31:19.090Z (3 months ago)
- Language: TypeScript
- Homepage: https://seth.computer
- Size: 1.75 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seth.computer
A repo for my personal website. Completely rewritten on a whim several times over the years, as you do.
## Currently built with
- [Deno](https://deno.land) (lang)
- [Lume](https://lume.land) (SSG)
- [Netlify](https://netlify.com) (hosting)## Developing
First [install deno](https://docs.deno.com/runtime/manual).
```
# install dependencies
$ deno task cache# watch and serve files at `localhost:3000`
$ deno serve
```## Deployment
Hosted on [netlify](https://netlify.com). Commits to the `main` branch deploy to seth.computer.