https://github.com/tibel/tibel.github.io
My GitHub Page
https://github.com/tibel/tibel.github.io
Last synced: 3 months ago
JSON representation
My GitHub Page
- Host: GitHub
- URL: https://github.com/tibel/tibel.github.io
- Owner: tibel
- License: mit
- Created: 2014-03-07T16:48:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T16:06:23.000Z (4 months ago)
- Last Synced: 2025-02-21T17:22:15.386Z (4 months ago)
- Language: CSS
- Homepage: https://tibel.github.io
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tibel.github.io
This is my (experimental) personal website and blog.
## Notes
To run Jekyll on local machine using Docker:
```powershell
docker run --rm --label=jekyll --volume="$PWD":/srv/jekyll -it -p 4000:4000 jekyll/minimal:pages jekyll serve --force_polling
```