This repository contains the template code for preparing final project reports using GitHub Page.
Follow the given steps to clone the repository to your local and publish on the website afterwards.
git clone https://github.com/EPFL-VILAB/cs503-project-webpage-template.gitAfter cloning the repository, make changes in the file index.html to modify your website as you wish. The parts that can be edited are labeled with following blocks:
<!--TODO: CODE BLOCK DESCRIPTION-->
<!-------------------------------->The static folder can be used for storing images, gifs, videos and other content that can be used in the report for reporting.
After making the edits update the repository and commit your changes.
The website can be published following the given steps:
-
Go to Settings in of the repository and select Pages under the group Code and Automation from the left corner options.
-
Select the source as Deploy from a branch
-
Wait for some time and you can see the first deployment following the provided link at your domain 🎉.
-
Afterwards, your commits will update the website each time.
This template has been taken from here.