A primer resource for AI readiness in the community, hosted as a Quarto website via GitHub Pages.
This repository hosts resources consolidated into a primer for community use. The site is built using Quarto and automatically published to GitHub Pages.
The published site is available at: https://esipfed.github.io/ai-readiness-primer/
The easiest way to get started is using GitHub Codespaces, which provides a pre-configured development environment:
- Click the "Code" button on the repository page
- Select "Codespaces" tab
- Click "Create codespace on main"
The development container will automatically set up Quarto and all necessary tools. Once ready, you can use the terminal to run Quarto commands.
- Quarto installed on your system
To preview the site locally:
quarto previewTo render the site:
quarto renderThe rendered site will be in the _site directory.
Contributions are welcome! To contribute:
- Fork the repository
- Create a new branch for your changes
- Make your changes to the
.qmdfiles - Test locally with
quarto preview - Submit a pull request
_quarto.yml- Quarto project configurationindex.qmd- Homepage contentabout.qmd- About page contentstyles.css- Custom CSS styles.github/workflows/publish.yml- GitHub Actions workflow for publishing
The site is automatically built and deployed to GitHub Pages when changes are pushed to the main branch. The workflow uses GitHub Actions and the official Quarto action.