"My main GitHub Pages site"
This is the main GitHub Pages repository for my projects and research portfolio.
index.html
- Main landing pagesitemap.xml
- Sitemap file contains all urlsrobots.txt
- Instructions for search engine crawlers.nojekyll
- Tells GitHub Pages not to process this site with Jekyll
- AI & LLM Blog - Explorations in AI and Large Language Models
This repository uses GitHub Actions to:
- Deploy the static site to GitHub Pages
- Generate and update sitemaps automatically
- Run Lighthouse tests to check performance
The site is configured for optimal search engine indexing with:
- A sitemap index at the root level
- Project-specific sitemaps linked from the index
- A robots.txt file with sitemap reference
- Google Search Console integration