|
You are here |
postmodern.github.io | ||
| | | | |
adol.pw
|
|
| | | | | [AI summary] A tutorial explaining how to use RVM to create isolated Ruby environments and gemsets for projects like Jekyll on Linux systems. | |
| | | | |
yehudakatz.com
|
|
| | | | | TL;DR Although apps and gems look like they share the concept of "dependency", there are some important differences between them. Gems depend on a name and version range, and intentionally don't care about where exactly the dependencies come from. Apps have more controlled deployments, and need a guarantee that | |
| | | | |
www.mslinn.com
|
|
| | | | | This article details how to create a new Jekyll plugin as a Ruby gem, test locally, and publish to RubyGems. | |
| | | | |
www.morling.dev
|
|
| | | As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository? | ||