Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdgjlbl/sdgjlbl.github.io

Personal website
https://github.com/sdgjlbl/sdgjlbl.github.io

Last synced: 5 days ago
JSON representation

Personal website

Awesome Lists containing this project

README

        

# SdgJlbl's blog

## Serve locally

- `docker compose up --build`
- Head to http://127.0.0.1:4000
- Auto-reload is enabled, so the page should reload after a file save (after about 4s).

## Update dependencies

- `docker compose run --rm jekyll bundle update`
- `git add Gemfile.lock`
- `git commit -m "deps" && git push origin master`