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.pyin 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:
<divclass="menu-item-info"><h4class="menu-item-name"> PROJECT NAME </h4><spanclass="menu-item-price"><ahref="https://github.com/cannylab/project_github_link"
target="_blank">GitHub</a></span><pclass="menu-item-description" style="height:auto"> PROJECT NAME </p><imgsrc="/repo_images/project_image.png" style="width: 100%;"></div>- Add any required images to the
repo_imagesfolder.