Skip to content

shackett/shackett.github.io

 
 

Repository files navigation

shackett.org

One Time Setup

# install jekyll
gem install jekyll bundler

# install dependencies from Gemfile.lock
bundle install

# serve site locally
bundle exec jekyll serve

Adding New Content

  1. Source build.R to knit .Rmd documents in _source into .md documents in _posts
  2. bundle exec jekyll serve to create static site in the _site directory
  3. Fix LaTeX errors (using packages which aren't recognized by MathJaX may throw errors in build.R, while rendering mistakes are also common)

Site Template

About

My personal website / blog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 66.6%
  • HTML 29.4%
  • R 3.7%
  • Ruby 0.3%