🌐 Access the current draft Website
https://grounding-ai.github.io/
├── _layouts/
│ ├── default.html
├── _pages/
│ ├── about.md
│ ├── methodology.md
│ └── who-are-we.md
├── assets/
│ ├── css/
│ │ └── style.css
│ └── images/
└── _config.yml
default.html
: The main template file used across the site
index.md
: Homepage contentabout.md
: Information about the projectmethodology.md
: Methodology documentationwho-are-we.md
: Team informationexhibitions
: Exhibition information
css/
: Contains stylesheetsstyle.css
: Main stylesheet for the project
images/
: Store all project images here
_config.yml
: Main configuration file for the static siteLICENSE
: Project license information
- Navigate to the
_pages
directory - Edit the relevant markdown files
- Commit and push your changes
- Go to
assets/css/style.css
- Make your CSS changes
- Find the appropriate template in
_layouts/
- Make your HTML/template changes