Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomarrell/website
Personal website, ab 2019
https://github.com/tomarrell/website
personal website
Last synced: about 2 months ago
JSON representation
Personal website, ab 2019
- Host: GitHub
- URL: https://github.com/tomarrell/website
- Owner: tomarrell
- Created: 2019-06-26T13:47:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T13:40:52.000Z (2 months ago)
- Last Synced: 2024-11-27T14:37:28.900Z (2 months ago)
- Topics: personal, website
- Language: JavaScript
- Homepage: https://tomarrell.com
- Size: 343 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tom's Personal Site
Welcome to Tom's personal site. This repo contains the code currently deployed over on [my personal website](https://tomarrell.com).## Goals
The goal of the site is to keep an incredibly low footprint, and allow for easy edge node caching in order to keep load times as low as possible.The index is designed to not be cached. Weighing ~3.9KB. The total size of the code assets are around 14KB non-gzipped.
## Snake
The site features a game of snake which is implemented using my [parallel snake engine](https://github.com/tomarrell/snake) and the built in validation adapter.## Analytics
I use self-hosted [Fathom](https://usefathom.com/) analytics across my personal site and blog.## License
Dual licensed, MIT or GPLv3.0 at your choice.