https://github.com/rayliwell/www
My personal website.
https://github.com/rayliwell/www
Last synced: about 1 month ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/rayliwell/www
- Owner: rayliwell
- License: mit
- Created: 2024-04-24T18:04:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-22T12:52:43.000Z (4 months ago)
- Last Synced: 2026-03-23T03:22:54.098Z (4 months ago)
- Language: TypeScript
- Homepage: https://rayliwell.com
- Size: 347 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My personal website
[](https://github.com/rayliwell/www/blob/main/LICENSE)
[](https://rayliwell.com)
[](https://github.com/rayliwell/www/actions)
[](https://github.com/rayliwell/www/deployments/Production)
[](https://hub.docker.com/r/rayliwell/www)
[](https://www.typescriptlang.org/)
[](https://nixos.org/)
[](https://tailwindcss.com/)
[](https://nextjs.org/)
> [!IMPORTANT]
> Currently, blog posts are worked on out-of-tree of this repository. This will probably change at some point; until then, depolyments and docker containers will be broken.
This repository contains the source code for my current personal website, a (mostly) static-site generated by [Next.js](https://nextjs.org/). Its purpose is to host my résumé, projects, and blog posts, all while prioritizing speed, accessibility, and readability.
## Usage
The easiest way to run the website is by using [Docker](https://docs.docker.com/get-docker/):
```sh
docker run -p 80:80 -d rayliwell/www:latest
```
## License
Licensed under the [MIT License](https://mit-license.org/).
Copyright © 2024 Ryan Halliwell