Explore >> Select a destination


You are here

postmodern.github.io
| | adol.pw
7.0 parsecs away

Travel
| | [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
3.0 parsecs away

Travel
| | 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
6.0 parsecs away

Travel
| | This article details how to create a new Jekyll plugin as a Ruby gem, test locally, and publish to RubyGems.
| | www.morling.dev
21.6 parsecs away

Travel
| 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?