Your Book Title
Welcome
This is a Quarto book template that you can use to create your own book.
About this book
This book 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.
Getting Started
To use this template:
Update the configuration: Edit
_quarto.ymlto change the book title, author, repository URL, and chapters.Add your content: Create new
.qmdfiles for each chapter and add them to thechapterslist in_quarto.yml.Customize the style: Modify
styles.cssto change the appearance of your book.Add references: Update
references.bibwith your citations.
Building the book
To render the book locally:
quarto renderTo preview the book with live reload:
quarto previewThe rendered output will be in the docs/ directory, which can be published to GitHub Pages.
Publishing to GitHub Pages
This template includes a GitHub Actions workflow that automatically builds and publishes your book 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 book
Your book will be available at https://YOUR-USERNAME.github.io/YOUR-REPO/
License
Add your license information here.