Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sethetter/seth.computer

Personal website!
https://github.com/sethetter/seth.computer

Last synced: 12 days ago
JSON representation

Personal website!

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.