From 743354a3f5368f285904e8357af3c52b0afc9687 Mon Sep 17 00:00:00 2001 From: ryan-p-randall Date: Sun, 9 Jun 2024 17:18:46 -0600 Subject: [PATCH] Use `now` posts for Now page. Add `featured-pages`. Streamline menus. Add blips page. Add ways page. --- _data/navigation.yml | 4 +- _data/ui-text.yml | 2 +- _includes/author-profile-custom-links.html | 18 +++-- _includes/notes_graph.json | 2 +- _layouts/default.html | 37 ++++++++++ _layouts/home.html | 6 +- _pages/blips.md | 18 +++++ _pages/blogroll.md | 1 + _pages/bookmarks.md | 1 + _pages/colophon.md | 1 + _pages/elsewhere.md | 1 + _pages/featured-pages.md | 74 +++++++++++++++++++ _pages/now.md | 17 +++-- _pages/reading.md | 7 +- _pages/uses.md | 1 + _pages/ways.md | 17 +++++ now/_posts/2020-06-19-now-july-2020.md | 26 +++++++ now/_posts/2022-06-29-now-june-2022.md | 31 ++++++++ now/_posts/2023-05-18-now-may-2023.md | 21 ++++++ now/_posts/2024-03-19-now-march-2024.md | 23 ++++++ now/_posts/2024-06-09-now-june-2024.md | 27 +++++++ ...4-06-04-the-way-i-set-up-obsidian-tasks.md | 16 ++++ .../2024-06-05-the-way-i-set-up-bunches.md | 16 ++++ 23 files changed, 342 insertions(+), 25 deletions(-) create mode 100644 _layouts/default.html create mode 100644 _pages/blips.md create mode 100644 _pages/featured-pages.md create mode 100644 _pages/ways.md create mode 100644 now/_posts/2020-06-19-now-july-2020.md create mode 100644 now/_posts/2022-06-29-now-june-2022.md create mode 100644 now/_posts/2023-05-18-now-may-2023.md create mode 100644 now/_posts/2024-03-19-now-march-2024.md create mode 100644 now/_posts/2024-06-09-now-june-2024.md create mode 100644 ways/_posts/2024-06-04-the-way-i-set-up-obsidian-tasks.md create mode 100644 ways/_posts/2024-06-05-the-way-i-set-up-bunches.md diff --git a/_data/navigation.yml b/_data/navigation.yml index 8eae0cad..40e9b611 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -10,8 +10,8 @@ main: url: /posts/ - title: "Notes" url: /notes/ - - title: "Bookmarks" - url: /bookmarks/ + - title: "Reading" + url: /reading/ # - title: "CV & Portfolio" # url: /cv/ - title: "Colophon" diff --git a/_data/ui-text.yml b/_data/ui-text.yml index 9366b7fe..12e96b02 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -5,7 +5,7 @@ en: &DEFAULT_EN skip_links : "Skip links" skip_primary_nav : "Skip to primary navigation" - skip_content : "Skip to content" + skip_content : "Skip to main content" skip_footer : "Skip to footer" page : "Page" pagination_previous : "Previous" diff --git a/_includes/author-profile-custom-links.html b/_includes/author-profile-custom-links.html index 82925007..d6dd5a54 100644 --- a/_includes/author-profile-custom-links.html +++ b/_includes/author-profile-custom-links.html @@ -1,3 +1,14 @@ +
  • + + Elsewhere + +
  • +
  • + + Featured Pages + +
  • + + + {% comment %}{% assign featured_pages = site.pages | where: 'featured_pages','true' %} + {% for page in featured_pages %} + {% endfor %} + + {% endcomment %} + +{% comment %} +{% assign main_pages = site.pages | where: 'main_pages','true' %} +{% for page in main_pages %} +
    {{ page.title }} + +--> +{% endfor %} +{% endcomment %} \ No newline at end of file diff --git a/_pages/now.md b/_pages/now.md index 0a154718..198d06cc 100644 --- a/_pages/now.md +++ b/_pages/now.md @@ -7,20 +7,21 @@ last_modified_at: 2024-03-19 # image: /assets/images/pocket-notebooks.jpg # image_description: "ryan's pocket notebooks" toc: true +featured_pages: true --- -## What I'm Doing Currently -Here's some of what I'm currently doing, as of Spring 2024. (More specifically, I'm writing this on {{ page.last_modified_at }}): -- Re-learning Spanish as part of my Ph.D. program. My current class is my last of four required semesters, and it feels great to be back to where I can read somewhat complicated fiction in Spanish. -- Mostly [[beginning-to-use-obsidian|using Obsidian]] for notes. Its ability to mix dynamic queries with markdown notes has made keeping track of tasks a lot smoother than doing so was in Dendron or any other tool I've tried. -- Continuing my first viewing of _Star Trek_. We started with _Deep Space Nine_, then went to the original series, and have continued watching all the series and movies in order. At this point we're up to the third season of _Enterprise_. -- Planning to add a theme switcher to my site, which also means I'll need to simplify the css for the theme and figure out how it will interact with the current code for the automatic light/dark theme switch. I keep bumping this whole project into the future since other things in life are far more urgent, but it's the next obvious change you're likely to notice on this site. -- Reading a few [books in parallel]({{ '/reading' | relative_url }}), a practice I'm realizing I've missed. Switching between them seems to help me think more clearly about the particularities of each, as well as find interesting resonances between them. +{{ site.categories.now[0].content }} ## Right About `/Now` This page is inspired by Derek Sivers's [/now](https://sivers.org/nowff) page. +As of June 2024, I've adopted Derek Kedziora's very clever [dynamic now page](https://derekkedziora.com/blog/dynamic-now-page) approach. This approach uses Jekyll's post category features to display the most recent post as the top content on this page (above the "Right About `/Now`" heading) and create the below links to past updates. + ## The Long `/Now` -You can [view this page's source history](https://github.com/ryan-p-randall/ryan-p-randall.github.io/commits/develop/_pages/now.md). \ No newline at end of file + diff --git a/_pages/reading.md b/_pages/reading.md index fd893eda..a8ddcf49 100644 --- a/_pages/reading.md +++ b/_pages/reading.md @@ -7,13 +7,12 @@ title: "Reading" # image: /assets/images/pocket-notebooks.jpg # image_description: "ryan's pocket notebooks" toc: true +featured_pages: true --- -I've occasionally kept track of what I'm reading on BookWyrm, Goodreads, or similar sites. +I've occasionally used BookWyrm, Goodreads, or similar sites for sharing what I'm reading. -As an ongoing experiment with centralizing things to this site, I'm going to try doing so here as well/instead. I often read multiple books and articles in parallel, so I plan to annotate my progress here. - -I plan to add links to reading notes in my digital garden once I'm done, as a type of review. +Now, I track this here. I often read multiple books and articles in parallel, and I annotate my progress here. ## Currently Reading diff --git a/_pages/uses.md b/_pages/uses.md index f7b54912..fc6a1a18 100644 --- a/_pages/uses.md +++ b/_pages/uses.md @@ -6,6 +6,7 @@ last_modified_at: 2023-11-21 # image: /assets/images/pocket-notebooks.jpg # image_description: "ryan's pocket notebooks" toc: true +main_pages: true --- Much like a [colophon]({% link _pages/colophon.md %}), it's intriguing—and sometimes even useful—to see what other people use as they work. Hence, the [/uses](https://uses.tech/) page convention. diff --git a/_pages/ways.md b/_pages/ways.md new file mode 100644 index 00000000..a693c564 --- /dev/null +++ b/_pages/ways.md @@ -0,0 +1,17 @@ +--- +permalink: /ways/ +title: "Ways" +layout: single +# last_modified_at: +# header: +# image: /assets/images/pocket-notebooks.jpg +# image_description: "ryan's pocket notebooks" +toc: false +published: false +--- + +Some ways I currently do things. (A practice inspired by L. Rhodes's [Ways folder](https://destructured.net/practice-ways) convention.) + +{% for post in site.categories.ways %} + {% include archive-single.html type=page.entries_layout %} +{% endfor %} \ No newline at end of file diff --git a/now/_posts/2020-06-19-now-july-2020.md b/now/_posts/2020-06-19-now-july-2020.md new file mode 100644 index 00000000..63f20677 --- /dev/null +++ b/now/_posts/2020-06-19-now-july-2020.md @@ -0,0 +1,26 @@ +--- +title: "Now July 2020" +modified: +categories: [now] +excerpt: "Some of what I'm doing as of July 2020." +tags: [] +# header: +# image: /assets/images/weekly-assemblage.png +# caption: 'Photo credit: [**Unsplash**](https://unsplash.com)' +published: true +toc: true +comments: +date: 2020-06-19T12:24:02-6:00 +--- + +## Summer 2020 + +Here are some of the things I'm currently doing, as of Summer 2020: + +- Staying home as much as I can & wearing a mask whenever I can't. In entirely related news, I'm also re-learning how to cut my own hair. 💈✂️ +- Developing [InfoLit for Everyone](https://infolit-idaho.github.io/infolit-for-everyone/about/) with a [wonderful crew](https://www1.rebus.community/#/project/379f6355-8f50-4b7f-9408-ab88cb3eafd5) of other Idaho library & education workers. I'm grateful to also be learning from the fantastic people behind the [Rebus Textbook Success Program](https://www.rebus.community/c/textbook-success-program/120) as part of doing this! +- Putting together my qualifying exam lists for my Ph.D. I'm stoked about getting to work with my committee members & excited about my topic, so I'll probably be sharing lots more about that on here soon. +- Related to the above, I'm revamping some bits of this site. + - First, I'm starting to do some monthly posts I'm calling ["signal boosts"]({% post_url 2020-07-01-introducing-monthly-signal-boosts %}), largely inspired by [Jess Schomberg's Monthly Reading Lists](https://schomj.weebly.com). + - Second, I'm considering how to add some sort of [digital garden](https://maggieappleton.com/garden-history) or wonky wiki for my research, since my previous attempt at maintaining a separate [Research Notebook](http://www.ryanpatrickrandall.com/research-notebook/) always felt too formal (and technically duplicative / clumsy), when what I was hoping for was trying to [work with the garage door up](https://notes.andymatuschak.org/z21cgR9K3UcQ5a7yPsj2RUim3oM2TzdBByZu). I'm trying to decide between adapting [Tom Critchlow's folder-based model](https://tomcritchlow.com/2019/02/17/building-digital-garden/) or [Mike Tannenbaum's liquid-based version](https://mind.miketannenbaum.com) of [Maxime Vaillancourt's theme](https://maximevaillancourt.com/blog/setting-up-your-own-digital-garden-with-jekyll). +- And absolutely saving the best for last: getting married! 🎉‼️ Instead of postponing until our family & friends could be here in person, we got married in our backyard. Two of our best friends were there, one to officiate & the other to juggle some of the tech aspects of streaming it to our attendees. \ No newline at end of file diff --git a/now/_posts/2022-06-29-now-june-2022.md b/now/_posts/2022-06-29-now-june-2022.md new file mode 100644 index 00000000..72f12461 --- /dev/null +++ b/now/_posts/2022-06-29-now-june-2022.md @@ -0,0 +1,31 @@ +--- +title: "Now June 2022" +modified: +categories: [now] +excerpt: "Some of what I'm up to as of June 2022." +tags: [] +# header: +# image: /assets/images/weekly-assemblage.png +# caption: 'Photo credit: [**Unsplash**](https://unsplash.com)' +published: true +# toc: true +comments: +date: 2022-06-29 +--- + +## Summer 2022 + +Here are some of the things I'm currently doing, as of Summer 2022. Not a ton has changed since Summer 2020, both for better and for worse. + +- The biggest thing is switching from working as a librarian to working as an instructional designer for online courses. While this seems to be a big change to other people, I mostly feel continued concerns: + - how is information shared? + - how can these documents or interfaces be improved? + - how can we save the time of the learner? + - what does research (and affected communities) say about making this more accessibile to the widest possible set of learners? + - which needs and communities are being left out, and how can we remedy that? +- I'm quite happy to be growing far more familiar with the [Quality Matters rubric](https://www.qualitymatters.org/qa-resources/rubric-standards/higher-ed-rubric) and the [Universal Design for Learning](https://www.cast.org/impact/universal-design-for-learning-udl) framework. +- Just as I was in Summer 2022, I'm staying home as much as I can—and I'm getting things curbside and wearing a mask whenever I can't. In entirely related news, I'm slowly getting better at cutting my own hair. 💈✂️ +- I'm also still putting together my qualifying exam lists for my Ph.D. +- After lots of experimentation, I've worked out how I'll do a [digital garden](https://www.ryanpatrickrandall.com/notes/) using Jekyll for now. +- I'm enjoying the free, open-source notetaking tool [Dendron](https://www.dendron.so/) so much that I donate to its ongoing development each month, as well as volunteering as part of its supportive user community. I'm also writing [notes about how I use it](https://www.ryanpatrickrandall.com/notes/Note-taking/Dendron/beginning-to-use-dendron)! +- Watching _Deep Space Nine_ for the first time, occasionally wondering how I went without watching the series for so long, and realizing that line of thought isn't a very "now" approach, now is it? \ No newline at end of file diff --git a/now/_posts/2023-05-18-now-may-2023.md b/now/_posts/2023-05-18-now-may-2023.md new file mode 100644 index 00000000..44cc8f46 --- /dev/null +++ b/now/_posts/2023-05-18-now-may-2023.md @@ -0,0 +1,21 @@ +--- +title: "Now May 2023" +modified: +categories: [now] +excerpt: "Some of what I'm doing as of May 2023." +tags: [] +# header: +# image: /assets/images/weekly-assemblage.png +# caption: 'Photo credit: [**Unsplash**](https://unsplash.com)' +published: true +# toc: true +comments: +date: 2023-05-18 +--- + +## Summer 2023 + +Here's some of what I'm currently doing, as of Summer 2023. +- I'm re-learning Spanish as part of my Ph.D. program requirements. I haven't formally used Spanish since junior year of high school… back when Tupac was still alive. Since then I've learned Latin, and then French (for reading purposes only), so I'm able to get the gist of most Romance languages. I'm definitely stoked to be re-learning Spanish, though! Maybe I'll end up reading some of Manuel Castells' works for the dissertation project, or other academic things, in addition to just being closer to verbally fluent again? +- I'm still using the free, open-source notetaking tool [Dendron](https://www.dendron.so/), even though it's moved from active development to primarily being in a "maintenance mode." I've got my eye on Obsidian, should I ever need to switch, but I've decided that I like Dendron and VS Code enough that I'm not going to move until something makes me do so. +- Continuing my first viewing of _Star Trek_. We started with _Deep Space Nine_, then went to the original series, and now we're up to _Voyager._ \ No newline at end of file diff --git a/now/_posts/2024-03-19-now-march-2024.md b/now/_posts/2024-03-19-now-march-2024.md new file mode 100644 index 00000000..315e7bc0 --- /dev/null +++ b/now/_posts/2024-03-19-now-march-2024.md @@ -0,0 +1,23 @@ +--- +title: "Now March 2024" +modified: +categories: now +excerpt: "Some of what I'm doing, as of 2024-03-19." +tags: [] +# header: +# image: /assets/images/weekly-assemblage.png +# caption: 'Photo credit: [**Unsplash**](https://unsplash.com)' +published: true +# toc: true +comments: +date: 2024-03-19T10:19:03-6:00 +--- + +## Spring 2024 + +Here's some of what I'm currently doing, as of Spring 2024. (More specifically, I'm writing this on 2024-03-19): +- Re-learning Spanish as part of my Ph.D. program. My current class is my last of four required semesters, and it feels great to be back to where I can read somewhat complicated fiction in Spanish. +- Mostly [[beginning-to-use-obsidian|using Obsidian]] for notes. Its ability to mix dynamic queries with markdown notes has made keeping track of tasks a lot smoother than doing so was in Dendron or any other tool I've tried. +- Continuing my first viewing of _Star Trek_. We started with _Deep Space Nine_, then went to the original series, and have continued watching all the series and movies in order. At this point we're up to the third season of _Enterprise_. +- Planning to add a theme switcher to my site, which also means I'll need to simplify the css for the theme and figure out how it will interact with the current code for the automatic light/dark theme switch. I keep bumping this whole project into the future since other things in life are far more urgent, but it's the next obvious change you're likely to notice on this site. +- Reading a few [books in parallel]({{ '/reading' | relative_url }}), a practice I'm realizing I've missed. Switching between them seems to help me think more clearly about the particularities of each, as well as find interesting resonances between them. \ No newline at end of file diff --git a/now/_posts/2024-06-09-now-june-2024.md b/now/_posts/2024-06-09-now-june-2024.md new file mode 100644 index 00000000..3ecc4ec2 --- /dev/null +++ b/now/_posts/2024-06-09-now-june-2024.md @@ -0,0 +1,27 @@ +--- +title: "Now June 2024" +modified: +categories: [now] +excerpt: "Some of what I'm doing as of June 2024." +tags: [] +# header: +# image: /assets/images/weekly-assemblage.png +# caption: 'Photo credit: [**Unsplash**](https://unsplash.com)' +published: true +comments: +date: 2024-06-09T13:27:22-6:00 +--- + +## Summer 2024 + +Here's some of what I'm currently doing, as of Summer 2024. (More specifically, I'm writing this on 2024-06-09): + +- Sprucing up a few things on my website: + - I've adopted Derek Kedziora's [dynamic Now page](https://derekkedziora.com/blog/dynamic-now-page) approach. + - I'm making a few other dedicated pages and making them easier to find with a page of [Featured Pages]({{ site.url}}/featured-pages/). + - I've streamlined the sidebar links and put my Reading page in the main menu bar. +- Reading things from [my three comprehensive exam reading lists](http://localhost:4000/reading/#my-current-comprehensive-exam-lists). +- Enjoying our first time watching _Ugly Betty_ and _Star Trek: Discovery_. + - _Ugly Betty_ has similar overall "wholesome and witty" vibes as both _Jane the Virgin_ and _Ted Lasso_. + - _Discovery_'s first season has a great cast and great characters, but is also by far the most grim and dour of all the Treks thus far. It has some surprisingly difficult to watch scenes—to the point where we almost gave up on finishing the season—so I'm very glad it wasn't our introduction to _Star Trek_. Thankfully, so far the second season feels much more like the previous series. +- Enjoying herbs from our raised garden. \ No newline at end of file diff --git a/ways/_posts/2024-06-04-the-way-i-set-up-obsidian-tasks.md b/ways/_posts/2024-06-04-the-way-i-set-up-obsidian-tasks.md new file mode 100644 index 00000000..a97a547c --- /dev/null +++ b/ways/_posts/2024-06-04-the-way-i-set-up-obsidian-tasks.md @@ -0,0 +1,16 @@ +--- +title: "The Way I Set Up Obsidian Tasks" +modified: +categories: ways +excerpt: 'Here is how I set up the Tasks plugin for Obsidian.' +tags: [] +# header: +# image: /assets/images/weekly-assemblage.png +# caption: 'Photo credit: [**Unsplash**](https://unsplash.com)' +published: false +toc: true +comments: +date: 2024-06-06T19:21:06-6:00 +--- + +It's a neat plugin, my friends! \ No newline at end of file diff --git a/ways/_posts/2024-06-05-the-way-i-set-up-bunches.md b/ways/_posts/2024-06-05-the-way-i-set-up-bunches.md new file mode 100644 index 00000000..74192840 --- /dev/null +++ b/ways/_posts/2024-06-05-the-way-i-set-up-bunches.md @@ -0,0 +1,16 @@ +--- +title: "The Way I Set Up Bunches" +modified: +categories: ways +excerpt: 'Bunches lets you easily create automation scripts.' +tags: [] +# header: +# image: /assets/images/weekly-assemblage.png +# caption: 'Photo credit: [**Unsplash**](https://unsplash.com)' +published: false +toc: true +comments: +date: 2024-06-06T19:18:56-6:00 +--- + +Here's how I set up Bunches. \ No newline at end of file