Research project website template forked from: https://github.com/ComputationalRobotics/TRAC/tree/gh-pages
- Create your Project
- Click the green "Use this template" button above
- Name your repo (e.g., my-awesome-research-project)
- Choose "Public" for GitHub Pages to work
- Click "Create repository"
- Cutomization Tips
- edit
index.htmland replace all placeholders - Add/remove sections by copying the section template pattern
- Update Google Analytics ID in the
index.htmlscript at the bottom - Update
cite.txtwith your actual citation.
- Deploy to Github Pages
- Go to your repo Settings -> Pages
- Under "Source," select "Deploy from a branch"
- Choose
mainbranch and save. - Your site will be live at:
https://[your-username].github.io/[your-repo-name]/
- Simply open
index.htmlin your browser - For a local server:
python -m http.server 8000 - Visit
http://localhost:8000
- Add NYU Favicon