https://github.com/apolzek/apolzek.github.io
🔥 breaking things to learn
https://github.com/apolzek/apolzek.github.io
articles blog devops observability site-reliability-engineering
Last synced: 3 months ago
JSON representation
🔥 breaking things to learn
- Host: GitHub
- URL: https://github.com/apolzek/apolzek.github.io
- Owner: apolzek
- Created: 2022-10-01T22:06:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T19:33:48.000Z (3 months ago)
- Last Synced: 2026-01-11T23:35:10.690Z (3 months ago)
- Topics: articles, blog, devops, observability, site-reliability-engineering
- Language: HTML
- Homepage: https://apolzek.github.io
- Size: 22.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Pages
+ Theme: https://github.com/P0WEX/Gesko
+ Forked: https://github.com/DavideBrie/Gesko
*run*
```
mise install ruby@3.2.2
mise use -g ruby@3.2.2
gem install bundler
gem install jekyll
bundle install
bundle update liquid
bundle exec jekyll serve
```