Skip to content

HRTCloudDemo/HRTCloudDemo.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM Cloud Workshop

This is the web site for the IBM Cloud Workshop at Hochschule Reutlingen.

Publish New Content

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.

Development / Test

  1. Install dependencies:

    bundle install
  2. Run jekyll

    bundle exec jekyll serve --livereload

    See jekyllrb.com/docs/github-pages for details.

Whenever you change one of the files, jekyll will re-generate the site. GitHub does the same when we push the repo.

Spell Checker

  • Install pandoc and hunspell

  • 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/
  • 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.

Link Checker

bundle exec rake test:links

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.7%
  • CSS 34.4%
  • HTML 23.5%
  • Ruby 7.4%