This is a starter kit to build a Jekyll powered blog in a matter of minutes. It contains optional integration to external services such as Disqus, Google Analytics, Facebook, ... This starter kit comes with a superb theme by HTML5 UP and some placeholder content from the Gutenberg project.
Make sure to check out all our starter kits, we will soon have starter kits for corporate website and admin interface.
Browse the live preview hosted on Github Pages.
git clone https://github.com/prettystack/jekyll-blog-starter.git
)bundle install
jekyll serve --watch --config _config.yml,_themes/striped/_config.yml
_posts
and images
folders_config.yml
(see configuration below)_posts
directory to create postsRead the commented _config.yml
file for basic configuration.
You must load the theme configuration in addition to the standard _config.yml
file when you launch Jekyll. The extra configuration is located in the theme subdirectory (for instance: _themes/striped/_config.yml).
$ jekyll serve --watch --config _config.yml,themes/striped/_config.yml
Add your disqus shortname in _config.yml to enable disqus threads. For correct display, go to settings/general and only keep numbers in "Comment Count Link".
Create an account at google analytics, and add your tracking ID (should look like UA-12345678-1) in your _config.yml
.
Add your google webmaster verification code in your _config.yml
.
Edit the variables in the Rakefile
to set your Github repository, then you can issue a rake deploy:github
See LICENSE
.