Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
anandology committed Nov 18, 2024
1 parent a6f6c44 commit 6024dce
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions posts/getting-started-with-quarto/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,21 @@ categories:

This post explains how to setup a website quarto, customizing it and adding new content to it.

## Setting Up: Fork the template repository
## Setting Up: Create a new repository from the template

The first step is to fork the [quarto-website-template][1] repository.
The first step is to go to [quarto-website-template][1] repository.

* Go to the [repository page][1] and click on the _Fork_ button
* Go to the [repository page][1] and click on the _Use this template_ button
* Select the _Include all branches_ checkbox
* Select a name for your repository
* Write a description for your repository
* Make sure you uncheck the checkbox _Copy the main branch only_
* And click on _Create Fork_ button


![Fork the template repository](fork-repo.png){.border}
* And click on _Create Repository_ button

{{< video https://youtu.be/ZoMKi1UsRBk >}}

[1]: https://github.com/anandology/quarto-website-template

After this step, you'll have your own repository with a copy of the template.
After this step, you'll have your own repository with a copy of the template repository.

The website will be automatically published whenever you push any changes to the repository.

Expand Down

0 comments on commit 6024dce

Please sign in to comment.