diff --git a/docs/listings.json b/docs/listings.json index 56e4e97..9568d7e 100644 --- a/docs/listings.json +++ b/docs/listings.json @@ -2,6 +2,7 @@ { "listing": "/work/index.html", "items": [ + "/work/2024/04/26/garden/index.html", "/work/2021/07/21/covid-19/index.html", "/work/2021/07/02/biodiversity/index.html" ] diff --git a/docs/search.json b/docs/search.json index 2d2e1fe..686cf8b 100644 --- a/docs/search.json +++ b/docs/search.json @@ -74,7 +74,7 @@ "href": "work/index.html", "title": "Work", "section": "", - "text": "Coronavirus (COVID-19) Deaths and Infection Rate\n\n\nAn independent examination of Coronavirus (COVID-19) death, infection, and vaccination data\n\n\n\n\n\n\nJul 21, 2021\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nBiodiversity in National Parks\n\n\nAn interpretation of biodiversity data from the National Park Service, particularly around the various species observed in different national park locations\n\n\n\n\n\n\nJul 2, 2021\n\n\n\n\n\n\n\n\nNo matching items\n\n Back to top" + "text": "Welcome to My Digital Garden\n\n\nA quiet space I can call my own\n\n\n\n\n\n\nApr 25, 2024\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nCoronavirus (COVID-19) Deaths and Infection Rate\n\n\nAn independent examination of Coronavirus (COVID-19) death, infection, and vaccination data\n\n\n\n\n\n\nJul 21, 2021\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nBiodiversity in National Parks\n\n\nAn interpretation of biodiversity data from the National Park Service, particularly around the various species observed in different national park locations\n\n\n\n\n\n\nJul 2, 2021\n\n\n\n\n\n\n\n\nNo matching items\n\n Back to top" }, { "objectID": "work/2021/07/21/covid-19/index.html", @@ -110,5 +110,47 @@ "title": "Page Not Found", "section": "", "text": "The page you requested cannot be found (perhaps it was moved or renamed). Who knows? But it’s not here.\n\n\n\n Back to top" + }, + { + "objectID": "work/2024/04/26/garden/index.html", + "href": "work/2024/04/26/garden/index.html", + "title": "Welcome to My Digital Garden", + "section": "", + "text": "I first heard about “digital gardens” during Vicki Boykis’s rstudio::global 2021 keynote entitled “Your Public Garden.” During it, she discussed how it’s important to build a digital garden as a way to take control of your online experience and create a more positive space. This approach intrigued me, so I wanted to learn more about it. Maggie Appleton did an excellent job exploring how digital gardens serve as personal knowledge management systems, allowing individuals to cultivate their thoughts and ideas in a non-linear format. There are many benefits to planting and tending to a digital garden, such as fostering creativity, enabling serendipitous discovery, and facilitating knowledge sharing. I found this concept delightful, so I planted my own digital garden.\nBefore this, I had a website I built with Gatsby. I liked that website. The design was a fork of Simplefolio by Jacobo Martínez. I modified the theme’s colors to be more purplish-blue than sea green, changed the font, and added links to my social networks and data analysis projects. It took a while to finish the site, and I wish I documented the process. It served me well when it went live in 2021. However, I started my bachelor’s in Business Analytics program that year, and I started a new job on top of being a busy husband and father. Hence, the site has gone largely untouched since then. Earlier this year, I got the itch to rework my website. But what to do? I experimented with Hugo before settling on Quarto as my platform of choice. But why Quarto?" + }, + { + "objectID": "work/2024/04/26/garden/index.html#planning-for-a-garden", + "href": "work/2024/04/26/garden/index.html#planning-for-a-garden", + "title": "Welcome to My Digital Garden", + "section": "", + "text": "I first heard about “digital gardens” during Vicki Boykis’s rstudio::global 2021 keynote entitled “Your Public Garden.” During it, she discussed how it’s important to build a digital garden as a way to take control of your online experience and create a more positive space. This approach intrigued me, so I wanted to learn more about it. Maggie Appleton did an excellent job exploring how digital gardens serve as personal knowledge management systems, allowing individuals to cultivate their thoughts and ideas in a non-linear format. There are many benefits to planting and tending to a digital garden, such as fostering creativity, enabling serendipitous discovery, and facilitating knowledge sharing. I found this concept delightful, so I planted my own digital garden.\nBefore this, I had a website I built with Gatsby. I liked that website. The design was a fork of Simplefolio by Jacobo Martínez. I modified the theme’s colors to be more purplish-blue than sea green, changed the font, and added links to my social networks and data analysis projects. It took a while to finish the site, and I wish I documented the process. It served me well when it went live in 2021. However, I started my bachelor’s in Business Analytics program that year, and I started a new job on top of being a busy husband and father. Hence, the site has gone largely untouched since then. Earlier this year, I got the itch to rework my website. But what to do? I experimented with Hugo before settling on Quarto as my platform of choice. But why Quarto?" + }, + { + "objectID": "work/2024/04/26/garden/index.html#why-quarto", + "href": "work/2024/04/26/garden/index.html#why-quarto", + "title": "Welcome to My Digital Garden", + "section": "Why Quarto?", + "text": "Why Quarto?\nI’d love to jump into a list of well-thought-out reasons for using Quarto to plant the seeds of my digital garden like Silvia Canelón did. However, it really boiled down to inspiration, availability, and ease of use.\n\nUpon searching for websites built using Quarto, I was inspired by the myriad creatives using it not only to build websites but also a community, and I wanted to join the crowd.\nQuarto was already available within RStudio Desktop, a tool I’ve used extensively since starting my bachelor’s program.\nQuarto required little more than a knowledge of RMarkdown to get started. Since I already possessed that, the barrier to entry was low for me." + }, + { + "objectID": "work/2024/04/26/garden/index.html#planting-a-garden", + "href": "work/2024/04/26/garden/index.html#planting-a-garden", + "title": "Welcome to My Digital Garden", + "section": "Planting a Garden", + "text": "Planting a Garden\nHopefully, I won’t regret this later. Still, I won’t detail how I planted my digital garden’s seeds. Instead, I’m going to list where I got my information and inspiration from:\n\nJadey Ryan: Intermediate guide to publish a Quarto website with GitHub & Netlify\n\nThis was my go-to resource while building my site. If you’re interested in using Quarto to start a digital garden, I highly recommend you start here. I did most of what Jadey outlined, with a few exceptions:\n\nI don’t use Netlify for deployment. I use GitHub Pages.\nI didn’t use usethis.\nWhile I want my garden to be accessible to as many people as possible, I’m not using Lighthouse to audit the accessibility.\n\n\nMarvin Schmitt: Create Your Website with Quarto: Complete Tutorial and Template\n\nI picked up a few tips and tricks here, mainly on adding new pages and deploying with GitHub Pages.\n\nSilvia Canelón\n\nShe inspired me to go repo-diving to learn how things were done on other people’s sites, primarily how she built her contact form1.\n\n\n\nSamantha Csik: Adding a blog to your existing Quarto website\n\nI followed Sam’s guidance in adding a blog (i.e., this part of my garden) to my website.\n\nShe also helped me figure out how to add some pizzazz to my web pages.\n\n\nHilda\n\nHilda is a graphic novel series and an animated television show created by Luke Pearson. It features gorgeous artwork which has been described as “Scandinavia by way of Miyazaki.” Take a look for yourself and I think you’ll get it.\n\n\n\n\n\nAn entire day in Trolberg" + }, + { + "objectID": "work/2024/04/26/garden/index.html#welcome-to-my-digital-garden", + "href": "work/2024/04/26/garden/index.html#welcome-to-my-digital-garden", + "title": "Welcome to My Digital Garden", + "section": "Welcome to My Digital Garden", + "text": "Welcome to My Digital Garden\nSo, welcome to my digital garden! I’m not entirely sure what this place will become, but I don’t envision it being an obnoxiously active place vying for your clicks. I want this to be a place where I can share thoughts and ideas and, hopefully be part of something bigger than myself." + }, + { + "objectID": "work/2024/04/26/garden/index.html#footnotes", + "href": "work/2024/04/26/garden/index.html#footnotes", + "title": "Welcome to My Digital Garden", + "section": "Footnotes", + "text": "Footnotes\n\n\nSilvia Canelón went repo-diving while working on her contact form and learned from Tidy Tales’ About page. I should probably update my source to reflect that.↩︎" } ] \ No newline at end of file diff --git a/docs/work/2024/03/10/garden/index.html b/docs/work/2024/03/10/garden/index.html index 60cb0f5..52a46b2 100644 --- a/docs/work/2024/03/10/garden/index.html +++ b/docs/work/2024/03/10/garden/index.html @@ -6,10 +6,10 @@ - + -John Baker - Welcome to My Digital Garden! +John Baker - Welcome to My Digital Garden + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/docs/work/index.html b/docs/work/index.html index f0b2bc2..d7d799d 100644 --- a/docs/work/index.html +++ b/docs/work/index.html @@ -190,7 +190,32 @@

Work

-
+ + -
+

diff --git a/work/2024/03/10/garden/index.qmd b/work/2024/03/10/garden/index.qmd deleted file mode 100644 index 3496508..0000000 --- a/work/2024/03/10/garden/index.qmd +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Welcome to My Digital Garden" -description: "I created a place on the internet to share my thoughts and projects." -date: 03-11-2024 -file-modified: 03-11-2024 -categories: [Quarto, Work] # self-defined categories -image: preview-image.png -draft: true # setting this to `true` will prevent your post from appearing on your listing page until you're ready! ---- - -Here are some words. \ No newline at end of file diff --git a/work/2024/04/26/garden/images/.DS_Store b/work/2024/04/26/garden/images/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/work/2024/04/26/garden/images/.DS_Store differ diff --git a/work/2024/04/26/garden/images/an-entire-day-in-trolberg.png b/work/2024/04/26/garden/images/an-entire-day-in-trolberg.png new file mode 100644 index 0000000..957683c Binary files /dev/null and b/work/2024/04/26/garden/images/an-entire-day-in-trolberg.png differ diff --git a/work/2024/04/26/garden/images/preview-image.png b/work/2024/04/26/garden/images/preview-image.png new file mode 100644 index 0000000..337a55c Binary files /dev/null and b/work/2024/04/26/garden/images/preview-image.png differ diff --git a/work/2024/04/26/garden/index.qmd b/work/2024/04/26/garden/index.qmd new file mode 100644 index 0000000..7363858 --- /dev/null +++ b/work/2024/04/26/garden/index.qmd @@ -0,0 +1,56 @@ +--- +title: "Welcome to My Digital Garden" +description: "A quiet space I can call my own" +date: 04-25-2024 +file-modified: 04-25-2024 +categories: [Quarto, Work, Digital Garden, R, RStudio] +image: images/preview-image.png +draft: false +--- + +## Planning For a Garden + +I first heard about "digital gardens" during [Vicki Boykis's](https://vickiboykis.com/) [rstudio::global 2021 keynote entitled "Your Public Garden."](https://posit.co/resources/videos/your-public-garden/) During it, she discussed how it's important to build a digital garden as a way to take control of your online experience and create a more positive space. This approach intrigued me, so I wanted to learn more about it. [Maggie Appleton](https://maggieappleton.com/) did an excellent job exploring how [digital gardens serve as personal knowledge management systems, allowing individuals to cultivate their thoughts and ideas in a non-linear format](https://maggieappleton.com/garden-history). There are many benefits to planting and tending to a digital garden, such as fostering creativity, enabling serendipitous discovery, and facilitating knowledge sharing. I found this concept delightful, so I planted my own digital garden. + +Before this, I had a website I built with [Gatsby](https://www.gatsbyjs.com/). I liked that website. The design was a fork of [Simplefolio](https://github.com/cobiwave/simplefolio) by [Jacobo Martínez](https://github.com/cobiwave). I modified the theme's colors to be more purplish-blue than sea green, changed the font, and added links to my social networks and data analysis projects. It took a while to finish the site, and I wish I documented the process. It served me well when it went live in 2021. However, I started my [bachelor's in Business Analytics program](https://www.newpaltz.edu/schoolofbusiness/businessanalytics/) that year, and I started a new job on top of being a busy husband and father. Hence, the site has gone largely untouched since then. Earlier this year, I got the itch to rework my website. But what to do? I experimented with [Hugo](https://gohugo.io/) before settling on [Quarto](https://quarto.org/) as my platform of choice. But why Quarto? + +## Why Quarto? + +I'd love to jump into a list of well-thought-out reasons for using Quarto to plant the seeds of my digital garden [like Silvia Canelón did](https://silviacanelon.com/blog/2023-09-29-hello-quarto/#why-port-to-quarto). However, it really boiled down to inspiration, availability, and ease of use. + +- Upon searching for websites built using Quarto, I was inspired by the myriad creatives using it not only to build websites but also a community, and I wanted to join the crowd. + +- Quarto was already available within [RStudio Desktop](https://posit.co/download/rstudio-desktop/), a tool I've used extensively since starting my bachelor's program. + +- [Quarto required little more than a knowledge of RMarkdown to get started](https://quarto.org/docs/faq/rmarkdown.html). Since I already possessed that, the barrier to entry was low for me. + +## Planting a Garden + +Hopefully, I won’t regret this later. Still, I won’t detail how I planted my digital garden’s seeds. Instead, I'm going to list where I got my information and inspiration from: + +- [Jadey Ryan: Intermediate guide to publish a Quarto website with GitHub & Netlify](https://jadeyryan.com/blog/2023-11-19_publish-quarto-website/) + - This was my go-to resource while building my site. If you're interested in using Quarto to start a digital garden, I highly recommend you start here. I did most of what Jadey outlined, with a few exceptions: + - I don't use [Netlify](https://www.netlify.com/) for deployment. I use [GitHub Pages](https://pages.github.com/). + - I didn't use [usethis](https://usethis.r-lib.org/). + - While I want my garden to be accessible to as many people as possible, I'm not using [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/) to audit the accessibility. + +- [Marvin Schmitt: Create Your Website with Quarto: Complete Tutorial and Template](https://www.marvinschmitt.com/blog/website-tutorial-quarto/) + - I picked up a few tips and tricks here, mainly [on adding new pages](https://www.marvinschmitt.com/blog/website-tutorial-quarto/#adding-new-pages) and [deploying with GitHub Pages](https://www.marvinschmitt.com/blog/website-tutorial-quarto/#publishing-your-website-to-the-internet). + +- [Silvia Canelón](https://silviacanelon.com/) + - She inspired me to go repo-diving to learn how things were done on other people's sites, primarily how she built her [contact form](https://silviacanelon.com/contact)[^1]. + +[^1]: Silvia Canelón went repo-diving while working on her contact form and learned from [Tidy Tales'](https://tidytales.ca/) [About page](https://tidytales.ca/about/). I should probably update my source to reflect that. + +- [Samantha Csik: Adding a blog to your existing Quarto website](https://samanthacsik.github.io/posts/2022-10-24-quarto-blogs/) + - I followed Sam's guidance in adding a blog (i.e., this part of my garden) to my website. + - She also helped me figure out how to [add some *pizzazz* to my web pages](https://samanthacsik.github.io/talks_workshops/2023-08-03-just-enough-css/). + +- Hilda + - Hilda is a graphic novel series and an animated television show created by [Luke Pearson](https://lukepearson.com/). It features gorgeous artwork which has been described as “Scandinavia by way of Miyazaki.” Take a look for yourself and I think you'll get it. + +![An entire day in Trolberg](images/an-entire-day-in-trolberg.png) + +## Welcome to My Digital Garden + +So, welcome to my digital garden! I'm not entirely sure what this place will become, but I don't envision it being an obnoxiously active place vying for your clicks. I want this to be a place where I can share thoughts and ideas and, hopefully be part of something bigger than myself. \ No newline at end of file diff --git a/work/index.qmd b/work/index.qmd index 16eeb0a..5e88dd7 100644 --- a/work/index.qmd +++ b/work/index.qmd @@ -4,6 +4,7 @@ listing: contents: # all Quarto docs in this directory will be included on your listing page - "2021/07/02/biodiversity/index.qmd" - "2021/07/21/covid-19/index.qmd" + - "2024/04/26/garden/index.qmd" sort: "date desc" # can also sort on more than one field type: grid # or `default` or `table`; each type has its own set of yaml options to include categories: false # allows you to sort posts by assigned categories