This is the web site for the IBM Cloud Workshop at Hochschule Reutlingen.
Add your Markdown or HTML files to _labs
and git push
. GitHub Pages will update the page a couple of minutes later.
Images should be resized to be 800px wide. On MacOS, you can use something like sips --resampleHeightWidthMax 800 _labs/toolchain-*.png
.
-
Install dependencies:
bundle install
-
Run jekyll
bundle exec jekyll serve --livereload
See jekyllrb.com/docs/github-pages for details.
- Open localhost:4000/ in your browser.
Whenever you change one of the files, jekyll will re-generate the site. GitHub does the same when we push the repo.
-
Install
pandoc
andhunspell
-
Install the dictionary
- On Debian, just run
apt-get install hunspell hunspell-en-us
and everything will be in the right places - On a Mac, download the dictionary and put the
en_US.*
files into/Library/Spelling/
- On Debian, just run
-
Check spelling:
bundle exec rake test:spelling
-
For each offending word,
- add it to
local.dic
if you want to accept it as spelled correctly, or - fix the word in the source file
Repeat until the command above yields an empty result.
- add it to
bundle exec rake test:links