-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquarto.qmd
18 lines (11 loc) · 954 Bytes
/
quarto.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
### Quarto
This 'online CV' has been created using Quarto - a python package I have been exploring recently to create dashboard summaries.
Quarto allows you to create dynamic markdown (amongst other things) that I have been using to provide KPI summaries for senior stakeholders.
At work I create Quarto documents that use the same data source as my dashboards but output to Word/PDF/Powerpoint. My stakeholders then have a 1 page summary of key dashboard stats that can be referenced in meetings etc without having to dig through a dashboard.
Using guidance published here:
https://quarto.org/docs/publishing/github-pages.html
#### Steps to recreate this site:
(@) Clone this repo to begin or create your first page as index.qmd
(@) Using the quarto CLi, render the html from the .qmd file using: **quarto render** and output to a docs folder
(@) Push to your own repo
(@) In repo settings, go to Pages and select your docs folder as the source