# Gemfile source "https://rubygems.org" gem "jekyll", "~> 4.0" # Generate static site jekyll build
// Install Hugo brew install hugo // Create new site hugo new site mysite // Generate static site hugoPackage Library: Both Jekyll and Hugo have a variety of libraries, called "themes," to customize the design of the generated static site. Additionally, Jekyll has a number of plugins that can be used to add extended functionality to the site.