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-themegem in the Gemfile and running thebundle installcommand. - 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-themegem to your Gemfile. - Run
bundle installto install the theme and its dependencies. - Add
theme: garth-jekyll-themeto your_config.ymlfile to set the site theme. - Run
bundle exec jekyll serveto build and serve your site.
As a GitHub Pages remote theme
- Add the
jekyll-remote-themegem to your Gemfile. - Run
bundle installto install the jekyll remote theme gem as a dependency. - Add
jekyll-remote-themeto the list of plugins in your_config.ymlfile. - Add
remote_theme: daviddarnes/garthto your_config.ymlfile to set the site theme. - Run
bundle exec jekyll serveto 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 installto install the jekyll remote theme gem as a dependency. - Run
bundle exec jekyll serveto 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.