Simple website portal based on https://github.com/square/square.github.io
gem install bundler # first time only
bundle install # first time only
bundle exec jekyll serve
- Run the python script
generate_paper_html.py
in the root folder to generate a "papers.html" page. - Commit the new "papers.html" page to the repository.
Here are the steps to add projects, datasets or other content:
- Open the index.html file. There are two clearly marked sections for adding list items for datasets and projects
- Fill out the template:
<div class="menu-item-info">
<h4 class="menu-item-name"> PROJECT NAME </h4>
<span class="menu-item-price"><a href="https://github.com/cannylab/project_github_link"
target="_blank">GitHub</a></span>
<p class="menu-item-description" style="height:auto"> PROJECT NAME </p>
<img src="/repo_images/project_image.png" style="width: 100%;">
</div>
- Add any required images to the
repo_images
folder.