How to use Jekyl!
-
Quickstart
- Install a full Ruby development environment
-
Install Jekyll and bundler gems
gem install jekyll bundler bundle add jekyll-sitemap bundle install
-
Create a new Jekyll site at ./myblog
jekyll new myblog
-
Change into your new directory
cd myblog
-
Build the site and make it available on a local server
bundle exec jekyll serve
- Now browse to http://localhost:4000
-
Getting started (detailed)
- Install the gem
- Read up about its Usage and Configuration
- Take a gander at some existing Sites
- Fork and Contribute your own modifications
- Have questions? Check out our official forum community Jekyll Talk or
##jekyll
on irc.freenode.net
-
Adding comments feature
-
Github markdown for md files
-
Changing theme elements.
file location for minima theme
bundle show minima