Source code for the Jekyllize website template
The purpose of this project is to provide a website template for a quick website deployment, adding the following features:
- Multilanguage support
- Adapting layout to different devices using Bootstrap
- Easy configuration data separated from HTML content
- Google CSE and Analytics built in support
The website is built using Jekyll, using Node.js to compile all static assets including the Bootstrap library and built on along with the SASS stylesheets. Most of the content on the website is written using Markdown, making it extremely easy to write and maintain. Icons are provided by Font Awesome, favicons by Favicon Generator.
- Install
ruby
andyarn
- Use the automatic setup via
setup.sh
or manually:
$ gem update
$ gem install bundler
$ yarn --no-bin-links
$ yarn dist
$ bundle exec jekyll serve --watch --host 0.0.0.0
The local website should be available at http://localhost:4000/