Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 910 Bytes

2000_set-up.md

File metadata and controls

17 lines (13 loc) · 910 Bytes
sectionid sectionclass is-parent title number
set-up
h1
true
Set Up
2000

The general idea is that you are going to be able to host this on github-pages, which is available to anyone with a Github account. We have provided a Dockerized development environment, unless you want to install Jekyll yourself.

When you are ready to go, you can download the theme, and then start developing your site. Just navigate to the folder, open a terminal and type:

{% highlight bash %} jekyll serve {% endhighlight %}

You will then be able to see the page at localhost:4000 and make your changes. When you are happy just push them to github in a gh-pages branch, or the master branch of your organization or user, and you're site will be compiled by GitHub for you.