Overview:
Jekyll Shell Theme is a light-weight customizable one-column Jekyll theme that is designed to give off a “hackery” and nostalgic shell vibe. It is geared towards enthusiasts and developers who appreciate a code-focused design. The theme offers a clean and minimalistic layout, with a focus on showcasing code snippets and technical content.
Features:
- Hackery Vibes: Jekyll Shell Theme gives off a distinct “hackery” and technical feel, appealing to developers and enthusiasts.
- Shell Nostalgia: The theme’s design is inspired by command-line shells, creating a nostalgic and retro vibe.
- Code-centric Design: With a focus on code snippets and technical content, Jekyll Shell Theme is ideal for developers and those looking to showcase their programming expertise.
Installation:
There are two methods for installing Jekyll Shell Theme:
- Gem-based method:
- Add the following line to your Jekyll site’s Gemfile:
gem 'jekyll-shell-theme'
- Add the following line to your Jekyll site’s _config.yml file:
theme: jekyll-shell-theme
- Execute the following command to install the theme:
bundle install
- Remote theme method:
- Make sure your Gemfile contains the “github-pages” gem instead of the “jekyll-shell-theme” gem.
- Add the following line to your _config.yml file:
remote_theme: "tareqdandachi/jekyll-shell-theme"
- Remove any existing “theme:” or “remote_theme:” entry in your _config.yml file.
For an example of a config file, you can refer to the example-config.yml file provided.
Summary:
Jekyll Shell Theme is a customizable one-column Jekyll theme that aims to provide a unique “hackery” and nostalgic shell experience. It offers a code-focused design, making it suitable for developers and enthusiasts who want to showcase their technical content. The installation process can be done either through the gem-based method or the remote theme method, providing flexibility for users. Overall, Jekyll Shell Theme is a lightweight and visually appealing option for those looking for a distinct and code-centric Jekyll theme.