This repo is a modified version of a MarkDown theme created by John Otander (@4lpine).
Index site at:
faded-afternoon.surge.sh
git clone https://github.com/rice-apps/Project-PRDs.git && cd Project-PRDs
npm install
gulp
Link the file in your Markdown to HTML build process:
<link rel="stylesheet" href="path/to/css/modest.css">
Each team's html file is located under the folder /teamPRDs
.
MIT
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Modified from John Otander (@4lpine).