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

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

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
```