/streamhead

Repo for the Streamhead.com blog

Primary LanguageActionScript

Intro

This is the source for my website at www.streamhead.com.

Development

reference

Install Ruby and Jekyll

For Windows, I have found that scoop is a handy tool:

scoop install ruby
scoop install msys2
msys2
exit
ridk install

Now you can install Jekyll and Bundler

gem install jekyll bundler

Upgrade Github pages

From time to time, there will be enough security warnings that you will want to upgrade the Github pages gem:

bundle update github-pages

Running the site locally:

bundle install
bundle exec jekyll serve

Open http://127.0.0.1:4000

Todo: Explain drafts Add info re IFTTT trigger for scheduled post