From the course: Create Your Own Data Blog with Quarto and Python

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Setting up your website project in your repo

Setting up your website project in your repo

- [Instructor] Let's get our data blog from an idea to a real thing by setting up a Quarto project for it. To do so we're in the 03_01b code space, and if you will take a look at the file list, we can see the files here for just for dev container and git files. This repo is not Quarto blog yet. Let's change that by going to the terminal. And in the terminal, we're going to use the command quarto, and then we're going to use sub command create project. We'll hit enter and we're asked what kind of project we want to create. Let's use the blog template so we can use the down arrow key if we want to, to select blog. We'll hit enter and it asks us which directory do we want our project to live in. I want our project to be in the root directory of our repository to keep it easy to work with. So we're going to type a slash. Now we need to give the blog a name. I'm going to go with A Blog With Python Thanks to Quarto. You should…

Contents