Oscailte — A powerful light, clean, and responsive Jekyll theme.
Oscailte is a light and clean theme for use on Jekyll sites, released under the MIT Licence. It is designed to be easy to install and customize, and offers features such as comments via Disqus, integration with social networks, Google Analytics support, and the ability to display post-excerpts on the home page. Oscailte also provides a guide for customizing the site’s colors and encourages collaboration with bug reports and pull requests on GitHub.
There are two ways to install Oscailte: as a remote theme or via a Gemfile.
To install Oscailte as a remote theme, add the following code to your site’s _config.yml
file:
remote_theme: coogie/oscailte
If you prefer to install Oscailte via a Gemfile, add the following line to the Gemfile:
gem 'oscailte'
Then, in your Jekyll site’s _config.yml
file, add the following line:
theme: oscailte
Finally, execute the following command in your terminal to install Oscailte:
bundle install
Alternatively, you can install Oscailte manually by executing:
gem install oscailte
Oscailte is a light and clean theme for Jekyll sites, offering easy installation and customization options. With features such as comments via Disqus, social network integration, Google Analytics support, and the ability to display post-excerpts on the home page, Oscailte provides a comprehensive solution for users looking to enhance their Jekyll sites. The theme also encourages collaboration and contributions from the community, making it a versatile and community-driven option for Jekyll users.