Adding a new blog post is fairly easy. You can use this .qmd file as a template for your new blog post.
Steps to add a blog post
- Clone this whole github repo onto your machine - but create a new branch so you don’t mess up the main branch. Message if you need to be added as a user to the Github repo.
- Create a new folder in the posts directory
- Save a new .qmd file in that folder (for example post2.qmd)
- Fill the new qmd file with whatever you want to blog about.
- in the yaml header at the top, include a few bits of info:
- title: “Your title”
- description: “your description”
- author: “Your name”
- date: today (or a chosen date in the format mm/dd/yyyy)
- draft: False (won’t post it, True will)
- If you want to include any images, add them into this folder too, and then insert:
- Save your .qmd file. Commit and push it back up to github.
- Might need to then make a merge request to merge back into the main branch - which will then render to the world.
A few tips
Quarto largely follows markdown formatting, links can be inserted like this, footnotes like this 1. You can also use html for more control over the design.
Footnotes
This is a footnote!↩︎