Main URL: http://www.christianwilkie.com/
sudo apt-get install ruby-full build-essential
sudo gem install bundler
sudo bundle update --bundler
bundle update
- start the site with
bundle exec jekyll serve
- check it out at http://localhost:4000/
See: also https://jekyllrb.com/docs/
- Go to https://prose.io/#ChristianWilkie/ChristianWilkie.github.io/new/master/_posts
- Use the WYSIWYG editor - remember to change the title
- run
bundle exec jekyll post "Raspberry Pi - Test SD Card Speed"
for more info: https://github.com/jekyll/jekyll-compose
Example: Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby'
Solution:
- run
gem uninstall eventmachine
- run
gem install eventmachine --platform ruby