Jekyll requires Ruby so make sure Ruby is installed before you begin.
gem install bundler
jekyl new mysite
cd mysite
bundle install
jekyll serve
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-theme
css/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-theme
css/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.git
cd starving-artist-jekyll-theme
bundle install
jekyll serve