Skip to content

mhemmett/denolle-lab.github.io

 
 

Repository files navigation

Denolle Lab Website

This is the website of our academic research group at University of Washington.

This website is powered by Jekyll and some Bootstrap, Bootwatch. We tried to make it simple yet adaptable, so that it is easy for you to use it as a template. Please feel free to copy and modify for your own purposes. You don't have to link to us or mention us (but of course we appreciate it).

Guidelines for group members:

  • fork the gh-pages branch. Make changes on your local, pull request to merge your fork to the gh-pages branch.
  • _data/*.yml files to add your content:
    • undgrads.yml, ...

Local development

This site uses the github-pages gem set so that local builds match the production environment. To run the site locally:

  1. Install dependencies:
    bundle install
  2. Serve the site and watch for changes:
    bin/serve
  3. To build without serving:
    bundle exec jekyll build --trace

If the build behaves unexpectedly, clear cached files before rebuilding:

rm -rf _site .jekyll-cache .sass-cache

Go to aboutwebsite.md to learn how to copy and modify this page for your purpose.

Copyright Allan Lab. Code released under the MIT License.

About

Denolle Quake Lab @ UW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SCSS 77.7%
  • TeX 8.6%
  • Ruby 5.9%
  • HTML 4.4%
  • CSS 1.5%
  • Python 1.1%
  • Other 0.8%