Jekyll requires Ruby so make sure Ruby is installed before you begin.
gem install bundlerjekyl new mysitecd mysitebundle installjekyll servegem "minima" with this:gem "starving-artist-jekyll-theme"bundle install_config.yml and change the line theme: minima to this:theme: starving-artist-jekyll-themecss/style.css and change the line @import "minima;" to this:@import "starving-artist";NOTE This requires you to be upgraded to at least Jekyll 3.2 which added support for themes.
gem "minima" with this:gem "starving-artist-jekyll-theme"bundle install_config.yml and change the line theme: minima to this:theme: starving-artist-jekyll-themecss/style.css and change the line @import "minima;" to this:@import "starving-artist";Jekyll requires Ruby so make sure Ruby is installed before you begin.
git clone https://github.com/chrisanthropic/starving-artist-jekyll-theme.gitcd starving-artist-jekyll-themebundle installjekyll serve