Skip to content
Snippets Groups Projects
  1. Nov 28, 2016
  2. Nov 27, 2016
  3. Nov 26, 2016
    • dawehr's avatar
      Merge branch 'pelican' into 'master' · 8aec0290
      dawehr authored
      website: Use Pelican instead of Jekyll for convenience
      
      Summary
      ----
      Switch out Jekyll in favor of [Pelican](http://docs.getpelican.com/en/3.6.3/index.html).
      
      Pelican uses python, which allows us to create a python virtual environment in this project. This allows to run the project (optimistically) everywhere, without having to worry about everyone's local environments. This also works on the iastate linux computers if people are interested in using those.
      
      Testing and Usage
      ----
      I've tested this out on the iastate linux, and I can do the following:
      1. Clone our project.
      2. The first time the repo has been cloned, in the website branch, run "make setup"
      3. Make a change to something in `website/content/pages`.
      4. Run `make deploy` in the `website` folder.
      5. See the results live at http://may1716.sd.ece.iastate.edu/
      6. And no installation required!
      
      Please review and merge if you approve:
      @dawehr 
      @drahos
      
      See merge request !1
      8aec0290
    • dawehr's avatar
      Revert "Prep for pelican branch merge" · 2eb98541
      dawehr authored
      This reverts commit 023cf74f.
      2eb98541
    • dawehr's avatar
      Prep for pelican branch merge · 023cf74f
      dawehr authored
      023cf74f
  4. Nov 25, 2016
  5. Nov 21, 2016
  6. Nov 20, 2016
  7. Nov 19, 2016
Loading