Fork me on GitHub

Posted on 17 January 2016

In this tutorial I will teach you how to test your Jekyll Bootstrap3 site locally.

Jekyll is a parsing engine bundled as a ruby gem used to build static websites from dynamic components such as templates, partials, liquid code, markdown, etc. Jekyll is known as “a simple, blog aware, static site generator”.

To test your site locally, you’ll need

Installing ruby

There are lots of different ways to install ruby.

In Mac OS X, older versions of ruby will already be installed. But I use the Ruby Version Manager (RVM) to have a more recent version. You could also use Homebrew.

In Windows, use RubyInstaller. (In most of this tutorial, I’ve assumed you’re using a Mac or some flavor of Unix. It’s possible that none of this was usable for Windows folks. Sorry!)

Installing the github-pages gem

Run the following command:

gem install github-pages

This will install the github-pages gem and all dependencies (including jekyll).

Later, to update the gem, type:

gem update github-pages

Testing your site locally

To construct and test your site locally, go into the directory and type

jekyll build

This will create (or modify) a _site/ directory, containing everything from assets/, and then the index.md and all pages/*.md files, converted to html. (So there’ll be _site/index.html and the various _site/pages/*.html.)

Type the following in order to “serve” the site. This will first run build, and so it does not need to be preceded by jekyll build.

jekyll serve

To make jekyll automatically re-build your changes you can also add the --watch option:

jekyll serve --watch

Now open your browser and go to http://localhost:4000.

Read the complete tutorial on http://jekyllrb.com/docs/usage/.

License

MIT


| lessons

| intro, beginner, jekyll, and tutorial



We <--- New Opinions Leave us a comment or a question

Rounded Image

About getshjtdone Get to know us


This Jekyll Repo was created by Antonio Trento.

Feel free to fork it and recommend any changes. Your opinion is welcome, if you have any advice or criticism on the theme, please let me know at lantoniotrento [at] gmail.com or by opening an issue on github.



Share this theme!
working hard to be helped...

Don't forget to check our latest release:

Get Shit Done Kit Pro
  • 50+ new elements
  • LESS and SASS files
  • PSD for designers
  • New Font Icons

© 2021 Getshjtdone Kit for jekyll by Antonio Trento, made with by Tim creative and jekyll bootstrap3 for a better web. Photo by Pexels