This repository hosts the PDX OSGeo website hosted on GitHub Pages.
- Branch:
gh-pages - Entrypoint:
index.htmlat the repository root - Custom domain:
pdxosgeo.org(configured viaCNAME)
Browse the published branch contents here:
This is a static site (HTML/CSS/assets). To publish updates:
- Edit the site files
- Update
index.htmlfor page content/layout. - Update CSS and other static assets (images, etc.) as needed (see
assets/).
- Update
- Create a new branch from
gh-pagesbranch- use the convention
username/feature-name. - Example:
geografa/october-2025-post
- use the convention
- Create a Pull Request (PR)
- create a PR against
gh-pagesbranch and someone will follow up to review. - Once changes are committed/merged to
gh-pages, GitHub Pages will pick them up.
- create a PR against
- Changes go live automatically
- GitHub Pages serves the latest committed content from
gh-pages(may take a short time to refresh).
- GitHub Pages serves the latest committed content from
index.html— main homepage HTML. Add posts and Map of the Month (MoTM) here.assets/— static site assets (CSS, images, etc.).- CSS is referenced from:
./assets/css/pdxosgeo.css - Images are referenced from:
./assets/img/...
- CSS is referenced from:
- GitHub Pages settings for this repo (UI):
Repository → Settings → Pages - Public site URL:
- https://pdxosgeo.org (if DNS / Pages settings are configured for it)