Skip to content

stat385uiuc/web-sp17

Repository files navigation

STAT 385 Course Website for Spring 2017

Within this repository, the source code that is behind the STAT 385 @ UIUC Spring 2017 Course Website can be found.

Generally speaking, the website is made using the following tools:

  • The backend of the site is powered by hugo, which enables the static generation of files from markdown documents.
  • The service that is hosting the website is GitHub Pages via the gh-pages branch.
  • To locally preview the website and convert .Rmd files to .md files, the blogdown package is employed which provides an interfaces with rmarkdown.
  • 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.com instead of username.github.io/repo is done using the CNAME configuration file.

For more information, please refer to a future post on http://thecoatlessprofessor.com/.

Structure

The folder structure of the website is given as:

  • Hugo specific
    • _layouts: HTML Layout Structure
    • _blogdown: Posts converted to .md from .Rmd
    • _public: Rendered version of site
    • _themes: Installed hugo themes
  • Course Content
    • assets: Generation files for HW and Lecture Slides
    • _content: Source of posts and main menu pages.

License

The work within this repository is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Course Materials for STAT 385: Statistical Programming Methods Spring 2017

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published