Within this repository, the source code that is behind the STAT 385 @ UIUC Summer 2016 Course Website can be found.
Generally speaking, the website is made using the following tools:
- The backend of the site is powered by
jekyll, which enables the static generation of files from markdown documents. - The service that is hosting the website is GitHub Pages via the
gh-pagesbranch. - To locally preview the website and convert
.Rmdfiles to.mdfiles, theservrpackage is employed which provides an interfaces withknitr. - The display of LaTeX math is done via MathJax code snippet that must be enabled within the post front matter with the option
mathjax:true - The custom domain name of
stat385.thecoatlessprofessor.cominstead ofusername.github.io/repois done using theCNAMEconfiguration file.
For more information, please refer to a future post on http://thecoatlessprofessor.com/.
The folder structure of the website is given as:
- Jekyll specific
_layouts: HTML Layout Structure_includes: HTML Layout Structure_posts: Contains all posts shown on the website_sass: Styling for the HTML structure uncompiled
- Course Content
assets: Generation files for HW and Lecture Slides.md: Top level webpages or repo files.
