Quarto Website Template
Welcome
This is a Quarto website template that you can use to create your own website.
The notes are available in multiple formats:
- HTML Website: Navigate using the navbar for easy access to all pages
- RevealJS Slides: Each chapter can generate a presentation format with
-slides.htmlsuffix - PDF Handouts: Each chapter can generate a PDF handout with
-handout.pdfsuffix - DOCX Documents: Each chapter can generate a Microsoft Word document with
.docxextension
0.1 About this website
This website is built with Quarto, an open-source scientific and technical publishing system. You can use Quarto to create books, websites, blogs, presentations, and more from markdown files.
0.2 Getting Started
To use this template:
Update the configuration: Edit
_quarto-website.ymlto change the website title, site URL, and navigation menu.Add your content: Create new
.qmdfiles for each page and add them to the navigation menu in_quarto-website.yml.Customize the style: Modify
styles.cssto change the appearance of your website.Add references: Update
references.bibwith your citations.
0.3 Building the website
To render the website locally:
quarto renderTo preview the website with live reload:
quarto previewThe rendered output will be in the _site/ directory, which can be published to GitHub Pages.
0.4 Publishing to GitHub Pages
This template includes a GitHub Actions workflow that automatically builds and publishes your website to GitHub Pages when you push to the main branch.
To enable GitHub Pages:
- Go to your repository settings
- Navigate to “Pages” in the left sidebar
- Under “Build and deployment”, set Source to “GitHub Actions”
- Push your changes to the main branch
- The workflow will automatically build and deploy your website
Your website will be available at https://YOUR-USERNAME.github.io/YOUR-REPO/
0.5 License
Add your license information here.