Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sdgjlbl/sdgjlbl.github.io
- Owner: SdgJlbl
- Created: 2019-08-03T09:52:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T09:27:21.000Z (2 months ago)
- Last Synced: 2024-10-12T10:11:47.556Z (about 1 month ago)
- Language: Sass
- Size: 2.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`