The official website for the Innovation Information Initiative, built with Quarto.
- Quarto - Install by following the official installation guide
quarto previewThis starts a local development server with live reload.
quarto renderThis generates static files in the _site/ directory.
Content uses automatic discovery with folder-based organization:
- Create folder:
news/item-name/ - Create
news/item-name/index.qmdwith YAML front matter - Add images to
news/item-name/images/ - Set
featured: trueto display on homepage
- Create folder:
events/event-name/ - Create
events/event-name/index.qmdwith YAML front matter - Add images to
events/event-name/images/ - Set
featured: trueto display on homepage
- Publications: Add entries to
publications.yml - Datasets: Update
datasets.qmdwith dataset information
See CLAUDE.md for detailed examples and YAML front matter templates.
The site uses a two-stage deployment process:
-
GitHub Actions builds the site on every commit to
main- Runs
quarto renderautomatically - Publishes built site to
deploybranch - Build status shown in badge above
- Runs
-
GitHub Pages serves the pre-built site from the
deploybranch, with Cloudflare handling DNS routing- Live site: www.i3open.org
Simply commit and push changes to main to trigger the build and deployment.
Licensed under GPL-3.0. Based on the Deep Policy Lab website template.