aureliojargas / aurelio.net

Sources for Aurelio.net website
26 stars 6 forks source link

Devcontainer (GitHub Codespaces) with newer Ruby and Bundler #81

Closed aureliojargas closed 2 years ago

aureliojargas commented 2 years ago

The new devcontainer is specially crafted to be used in VS Code or GitHub Codespaces. It is Ubuntu 22.04 with git plus the Ruby stack to run Jekyll to convert the website to HTML.

The committed Gemfile.lock is the result of running bundle install after I did the following updates:

From now on we can have everything pinned and (hopefully) stable.

Jekyll and redcarpet versions were not bumped.

The only noticeable difference in the generated HTML was the use of ' instead of a literal ', when appearing in an escaped text (see feed.xml file).

'\w+' -> '\w+'