Tag: Static site

  • Static sites with Jekyll in Ubuntu

    Static sites with Jekyll in Ubuntu

    Setup Ruby Remove the default Ubuntu install, otherwise you’ll get an error You don’t have write permissions for the /var/lib/gems/3.x.x Directory and configure Ruby to install gems to a folder in your home. Install Jekyll Create a new project Edit project Jekyll has excellent documentation, the step-by-step guide will get you up to speed. In…