- Download Quarto
- Clone this repository
- Draft blog post
- Create a short name representing the title for your article. This should be lowercase with underscores instead of spaces. Use this name to create a new branch (
git branch -d your_branch_name
) and add a new folder in theposts
directory (mkdir posts/your_branch_name
). - Within the new folder, add an
index.qmd
file (where your blog post will go) and athumbnail.png
file (an image that will appear in the listing of recent articles; screenshots are OK, but charts/diagrams/infographics are better). - Write your blog post. Using the command line, navigate to the root folder of the blog project and run
quarto preview
(or use the “Render” button in RStudio) to view your changes in the browser.
- Create a short name representing the title for your article. This should be lowercase with underscores instead of spaces. Use this name to create a new branch (
- Commit changes and publish to Github with (Draft) in the title
- Copy text into a google doc
- Make the document title = blog post's full title
- In the google doc, add a link to the blog post's folder in Github (ex.)
- Let Austin know that there is a blog post ready for review
- Austin will edit the blog post (over the next 5 days)
- If you don’t see any edits/suggestions, do not assume that it’s perfect. Reach out and confirm with Austin
- Once Austin’s feedback is the document, action suggestions/edits (only if it makes sense)
- Migrate edits over to the blog’s quarto file (locally)
- Publish final changes:
- Commit to blog post branch:
- In reference to step 1 above for drafting a blog post, check out the same branch that you used to initially create the article.
- Edit your blog post. Using the command line, navigate to the root folder of the blog project and run
quarto preview
(or use the “Render” button in RStudio) to view your changes in the browser.- If you didn’t use the RStudio “Render” button to preview your changes, you now need to run
quarto render
in your terminal to output new files to thedocs
directory. - If you preview and notice that there are style issues, either fix it or flag the issue for your reviewer after you push the changes
- If you didn’t use the RStudio “Render” button to preview your changes, you now need to run
- Stage your updates (including file changes in
docs
) and commit your changes (git commit -m “[message]”
). Push a new remote branch (git push -u origin your_branch_name
) to Github
- Create a pull request to merge blog post branch into
main
.- Have another team member review your pull request.
- Merge your changes
- Commit to blog post branch:
Link to G-drive: https://drive.google.com/drive/folders/1zkaHw8XEH0TPZExkmn-VOB1SITgXXPAd