- Central theme is simple and clean Jekyll theme, Flexible-Jekyll.
- Jekyll is a static site generator.
- Google Fonts
- Font Awesome
- Disqus
- Analytics
- Support Emoji
- Install Prerequisites.
- Install the jekyll and bundler gems.
gem install jekyll bundler. - Clone repo, change into your new directory,
cd <repo_site>. - Build the site and make it available on a local server,
bundle exec jekyll serve. - Browse to local serve
http://localhost:4000. - To work locally with this project, there are a few options. But let's keep it simple:
- Fork, clone or download this project
- Install [Bundler] if you don't have it already:
gem install bundler - Navigate to the folder where you cloned the project
cd path/to/project - Run
bundle install - Adjust [
_config.yml] according to your project - Serve Jekyll with bundler:
bundle exec jekyll serve
- If errors appear, make sure gem dependencies are correct, if not add them to Gemfile.
- Install with
bundler. - Execute then
bundle exec jekyll serve. - Or bypass bundler with
jekyll serve.
GNU General Public License v3.0