Overview
The Design Jekyll Theme is a Jekyll theme that is based on the UI Kit and built with Bootstrap Italia. It serves as a starting point for a Jekyll-based website and provides a clean and modern design.
Features
- Based on the UI Kit
- Built with Bootstrap Italia
- Clean and modern design
- Easy installation process
- Can be used for both production and development
- Compatible with GitHub pages
Installation
- Install bundler if you haven’t already.
- Install Jekyll and bundler gems:
bundle install
- If you want to install the dependencies locally, run:
bundle install --path vendor/bundle
- Build the site and make it available on a local server:
bundle exec jekyll serve --config {_config.yml, _config_dev.yml}
- Access the site on http://localhost:4000/design-jekyll-theme.
Note: To run the server on http://localhost:4000 without any subpath, add the _config_dev.yml file.
Summary
The Design Jekyll Theme is a Jekyll-based theme that provides a clean and modern design. It is built with Bootstrap Italia and is easy to install and use. With its features and compatibility with GitHub pages, it serves as a great starting point for creating a Jekyll-based website.