Skip to content

Releases: datacloning/datacloning.github.io

DC website is production ready

21 Jun 03:15
Compare
Choose a tag to compare

Website now matured and has:

  • syntax highlight using highlight.js that talks to knitr and Rmarkdown
  • math notation MathJax
  • fancy style with Google fonts on top of Bootstrap/Bootswatch
  • nice table formatting using jQuery
  • slides using remark.js
  • style options in _config.yml:
    • theme: Bootswatch theme
    • fancy: turn on/off Google fonts

This version now can be forked and tweaked for other projects.

Styling and GitHub build works

18 Jun 04:28
Compare
Choose a tag to compare

Most of what can be asked for works:

  • math notation
  • Rmarkdown compatibility
  • jekyll/liquid templating

What is still missing:

  • syntax highlight
  • some GFM features (^2^, ~~~strikeout~~~, todo lists)