Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wrwillrosa/wrwillrosa.github.io

Will's a Senior Software Engineer with 10+ years of experience. This blog is where Will shares his notes and thoughts on technology.
https://github.com/wrwillrosa/wrwillrosa.github.io

blog docker gh-pages jekyll

Last synced: about 2 months ago
JSON representation

Will's a Senior Software Engineer with 10+ years of experience. This blog is where Will shares his notes and thoughts on technology.

Awesome Lists containing this project

README

        

# Will's Blog

Will's a Senior Software Engineer with 10+ years of experience.
This blog is where Will shares his notes and thoughts on technology.

Will's Blog is powered by [Jekyll](https://jekyllrb.com/),
is hosted on [GitHub Pages](https://pages.github.com/),
and local development runs on [Docker](https://www.docker.com/).

## Getting started

1. Ensure Docker is installed and running.
2. Start the project.
```shell
docker compose up
```
3. Browse to http://localhost:4000/.
```shell
open http://localhost:4000/
```