Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Jekyll template on the Start Bootstrap Creative theme, generating static websites with DRY coding.
Creative Bootstrap is a free Jekyll template that ports the Start Bootstrap Creative theme to the Jekyll static site generator, letting authors generate a static website while writing with DRY (Don't Repeat Yourself) coding principles.
Creative Bootstrap is a Jekyll-based website template that combines the Jekyll static site generator with the Start Bootstrap Creative Bootstrap Theme. The template takes Jekyll content, layouts, and includes as input and produces a fully static HTML website as output, which can be hosted on any static host. It runs on Jekyll, a Ruby-based generator, and is maintained by IamManchanda on GitHub. The project is free to use and open source, with its source code available for anyone to clone.
bundle install installs all required Jekyll plugins and dependencies.bundle exec jekyll serve --watch --baseurl "" to preview the site locally with auto-regeneration.First, clone the repository and run bundle install to fetch the Jekyll plugins listed in the Gemfile. Then start the local server with bundle exec jekyll serve --watch --baseurl ""; Jekyll watches your source files and regenerates the static site in the _site folder on every change.
Yes, the template is free to use. The GitHub repository says "Free Jekyll ready template on a Bootstrap Theme" and the code is open source.
Run bundle install once to install plugins, then bundle exec jekyll serve --watch --baseurl "" to serve the site locally. The --watch flag regenerates files automatically when you edit.
Yes. The template is based on the Start Bootstrap Creative Bootstrap Theme and its GitHub topics include bootstrap-theme, bootstrap3, and jekyll.
Any bugs can be reported through the GitHub Issues page linked in the repository, which points to the IamManchanda/creative-bootstrap issue tracker.
