-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
53 lines (31 loc) · 1.55 KB
/
Copy pathindex.qmd
File metadata and controls
53 lines (31 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Welcome {.unnumbered}
This is a Quarto book template that you can use to create your own book.
## About this book
This book is built with [Quarto](https://quarto.org/), 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:
1. **Update the configuration**: Edit `_quarto.yml` to change the book title, author, repository URL, and chapters.
2. **Add your content**: Create new `.qmd` files for each chapter and add them to the `chapters` list in `_quarto.yml`.
3. **Customize the style**: Modify `styles.css` to change the appearance of your book.
4. **Add references**: Update `references.bib` with your citations.
## Building the book
To render the book locally:
```bash
quarto render
```
To preview the book with live reload:
```bash
quarto preview
```
The 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:
1. Go to your repository settings
2. Navigate to "Pages" in the left sidebar
3. Under "Build and deployment", set Source to "GitHub Actions"
4. Push your changes to the main branch
5. 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.