-
- Downloads
Merge branch 'pelican' into 'master'
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
No related branches found
No related tags found
Showing
- website/.gitignore 5 additions, 117 deletionswebsite/.gitignore
- website/Gemfile 0 additions, 4 deletionswebsite/Gemfile
- website/LICENSE 0 additions, 674 deletionswebsite/LICENSE
- website/Makefile 11 additions, 4 deletionswebsite/Makefile
- website/README.md 15 additions, 37 deletionswebsite/README.md
- website/_config.yml 0 additions, 56 deletionswebsite/_config.yml
- website/_includes/footer.html 0 additions, 32 deletionswebsite/_includes/footer.html
- website/_includes/github-ribbon.html 0 additions, 11 deletionswebsite/_includes/github-ribbon.html
- website/_includes/head.html 0 additions, 31 deletionswebsite/_includes/head.html
- website/_includes/icon-github.html 0 additions, 1 deletionwebsite/_includes/icon-github.html
- website/_includes/icon-twitter.html 0 additions, 1 deletionwebsite/_includes/icon-twitter.html
- website/_includes/navigation.html 0 additions, 14 deletionswebsite/_includes/navigation.html
- website/_layouts/default.html 0 additions, 31 deletionswebsite/_layouts/default.html
- website/_layouts/post.html 0 additions, 27 deletionswebsite/_layouts/post.html
- website/_sass/_highlight.scss 0 additions, 11 deletionswebsite/_sass/_highlight.scss
- website/_sass/_styles.scss 0 additions, 74 deletionswebsite/_sass/_styles.scss
- website/content/css/main.css 0 additions, 0 deletionswebsite/content/css/main.css
- website/content/files/DesignDocument1.docx.pdf 0 additions, 0 deletionswebsite/content/files/DesignDocument1.docx.pdf
- website/content/files/ProjectPlan1Template.docx.pdf 0 additions, 0 deletionswebsite/content/files/ProjectPlan1Template.docx.pdf
- website/content/files/weeklyReports/.gitkeep 0 additions, 0 deletionswebsite/content/files/weeklyReports/.gitkeep
website/Gemfile
deleted
100644 → 0
website/LICENSE
deleted
100644 → 0
This diff is collapsed.
website/_config.yml
deleted
100644 → 0
website/_includes/footer.html
deleted
100644 → 0
website/_includes/github-ribbon.html
deleted
100644 → 0
website/_includes/head.html
deleted
100644 → 0
website/_includes/icon-github.html
deleted
100644 → 0
website/_includes/icon-twitter.html
deleted
100644 → 0
website/_includes/navigation.html
deleted
100644 → 0
website/_layouts/default.html
deleted
100644 → 0
website/_layouts/post.html
deleted
100644 → 0
website/_sass/_highlight.scss
deleted
100644 → 0
website/_sass/_styles.scss
deleted
100644 → 0
File moved
File moved
File moved
website/content/files/weeklyReports/.gitkeep
0 → 100644
Please register or sign in to comment