Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wrwillrosa/wrwillrosa.github.io
- Owner: wrwillrosa
- Created: 2024-11-27T12:30:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T04:27:58.000Z (2 months ago)
- Last Synced: 2024-12-05T05:21:33.778Z (2 months ago)
- Topics: blog, docker, gh-pages, jekyll
- Language: Ruby
- Homepage: https://wrwillrosa.github.io
- Size: 814 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```