This repository is a template to help you quickly build and publish your project website using Jekyll and GitHub Pages. This template is designed to be simple, customizable, and ready for your Big Data project!
-
Create your repository:
Click "Use this template" on GitHub and name your repog<groupnumber>-<currentyear>-website(e.g.g0-2025-website). -
Customize your site:
- Edit
_config.ymlto set your project title, description, and appearance. - Update the navigation bar and footer links as needed.
- Add your team members in
_data/members.yml.
- Edit
-
Add your content:
- Create and edit pages in
docs/_pages/(e.g.index.md,project.md,team.md). - Add images to
assets/images/and charts toassets/charts/.
- Create and edit pages in
-
Publish your site:
- Enable GitHub Pages in your repo settings (branch:
main, folder:docs). - Your site will be live at
https://<username>.github.io/<repo>/.
- Enable GitHub Pages in your repo settings (branch:
For detailed instructions, read the template contents.