Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 563 Bytes

ReadMe.md

File metadata and controls

27 lines (17 loc) · 563 Bytes

Read Me

Contents

  • Homepage (About Me): /
  • Documentation: /docs
  • Articles (blog): /posts

Jekyll

The Website is built using Jekyll.

Build the site and make it available on a local server (see http://localhost:4000):

bundle exec jekyll serve --livereload

Generate the site for production:

bundle exec jekyll build

Ruby

The Ruby version used for Gems is defined in .ruby-version and requires rbenv to manage other Ruby versions than the system one.