Garth screenshot

Garth

Author Avatar Theme by Daviddarnes
Updated: 22 Nov 2020
149 Stars

A really basic theme for Jekyll

Categories

Overview:

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.

Features:

  • Basic Design: GarthGem Version offers a minimalistic design that allows the content to take the center stage.
  • Easy Installation: The theme can be installed by including the garth-jekyll-theme gem in the Gemfile and running the bundle install command.
  • Customization Options: Users can override any file in the theme and make changes to the styles, colors, and other settings to match their needs.
  • Multiple Page Layouts: The theme includes three layouts - page, post, and home, which can be used for different types of content on the website or blog.

Installation:

To install GarthGem Version, you can follow the below steps:

As a Jekyll theme

  • Add the garth-jekyll-theme gem to your Gemfile.
  • Run bundle install to install the theme and its dependencies.
  • Add theme: garth-jekyll-theme to your _config.yml file to set the site theme.
  • Run bundle exec jekyll serve to build and serve your site.

As a GitHub Pages remote theme

  • Add the jekyll-remote-theme gem to your Gemfile.
  • Run bundle install to install the jekyll remote theme gem as a dependency.
  • Add jekyll-remote-theme to the list of plugins in your _config.yml file.
  • Add remote_theme: daviddarnes/garth to your _config.yml file to set the site theme.
  • Run bundle exec jekyll serve to build and serve your site.

As a Boilerplate / Fork (deprecated, not recommended)

  • Fork the repository.
  • Replace the Gemfile with one stating all the gems used in your project.
  • Delete unnecessary files/folders such as CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE, screenshot.png, CNAME, and garth-jekyll-theme.gemspec.
  • Run bundle install to install the jekyll remote theme gem as a dependency.
  • Run bundle exec jekyll serve to build and serve your site.

Summary:

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.