The World Wide Web hypertext repository for cscabal.com
- Install Ruby
- This will come with
gem
- This will come with
$ gem install bundler
- If you already had
bundler
installed, rungem update bundler
- we need at least v1.14
- If you already had
$ bundle install
- Add yourself to the
authors
section of_config.yml
In the _posts
directory, create a new file fith the name in the following format: YYYY-MM-DD-title-here.md
.
At the top of the file, add and fill in the following header:
---
author: erik
title: My First Post
---
# Markdown Goes Here
$ bundle exec jekyll serve
This will serve the website at http://127.0.0.1:4000