A really basic theme for Jekyll
GarthGem Version is a basic theme for Jekyll, built using the official Jekyll theme implementation. It offers a simple and sleek design for websites or blogs. This theme provides easy installation and customization options, allowing users to personalize their site according to their preferences.
garth-jekyll-theme
gem in the Gemfile and running the bundle install
command.To install GarthGem Version, you can follow the below steps:
As a Jekyll theme
garth-jekyll-theme
gem to your Gemfile.bundle install
to install the theme and its dependencies.theme: garth-jekyll-theme
to your _config.yml
file to set the site theme.bundle exec jekyll serve
to build and serve your site.As a GitHub Pages remote theme
jekyll-remote-theme
gem to your Gemfile.bundle install
to install the jekyll remote theme gem as a dependency.jekyll-remote-theme
to the list of plugins in your _config.yml
file.remote_theme: daviddarnes/garth
to your _config.yml
file to set the site theme.bundle exec jekyll serve
to build and serve your site.As a Boilerplate / Fork (deprecated, not recommended)
bundle install
to install the jekyll remote theme gem as a dependency.bundle exec jekyll serve
to build and serve your site.GarthGem Version is a basic Jekyll theme that offers a minimalistic and sleek design for websites or blogs. It can be easily installed and customized to match the user’s preferences. With its multiple page layouts and easy installation process, GarthGem Version provides a convenient solution for creating a stylish and functional website or blog.