-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
now
posts for Now page. Add featured-pages
. Streamline menus.
Add blips page. Add ways page.
- Loading branch information
1 parent
b2f7742
commit 743354a
Showing
23 changed files
with
342 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
--- | ||
|
||
<!doctype html> | ||
{% include copyright.html %} | ||
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js"> | ||
<head> | ||
{% include head.html %} | ||
{% include head/custom.html %} | ||
</head> | ||
|
||
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}"> | ||
<a href="#main" class="screen-reader-shortcut">{{ site.data.ui-text[site.locale].skip_content | default: 'Skip to main content' }}</a> | ||
{% comment %}{% include_cached skip-links.html %}{% endcomment%} | ||
{% include_cached masthead.html %} | ||
|
||
<div class="initial-content"> | ||
{{ content }} | ||
{% include after-content.html %} | ||
</div> | ||
|
||
{% if site.search == true %} | ||
<div class="search-content"> | ||
{% include_cached search/search_form.html %} | ||
</div> | ||
{% endif %} | ||
|
||
<div id="footer" class="page__footer"> | ||
<footer> | ||
{% include footer/custom.html %} | ||
{% include_cached footer.html %} | ||
</footer> | ||
</div> | ||
|
||
{% include scripts.html %} | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
permalink: /blips/ | ||
title: "Blips" | ||
layout: single | ||
# last_modified_at: | ||
# header: | ||
# image: /assets/images/pocket-notebooks.jpg | ||
# image_description: "ryan's pocket notebooks" | ||
toc: false | ||
featured_pages: true | ||
quip: "Microblogging, right here." | ||
--- | ||
|
||
Blog posts, but smaller. "Microblogging," if you will. | ||
|
||
{% for post in site.categories.blips %} | ||
{% include archive-single.html type=page.entries_layout %} | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
permalink: /featured-pages/ | ||
title: "Featured Pages" | ||
--- | ||
|
||
Several Pages Galore | ||
|
||
<div style="display: grid; grid-gap: 1em; grid-template-columns: repeat(2, 0.5fr); margin-bottom: 1em;"> | ||
<div class="backlink-box"> | ||
<a aria-describedby="blips-desc" href="{{ site.url }}/blips/">Blips</a><br> | ||
<div><span id="blips-desc">Hyperlocal microblogging, if you will.</span></div> | ||
</div> | ||
<div class="backlink-box"> | ||
<a aria-describedby="blogroll-desc" href="{{ site.url }}/blogroll/">Blogroll</a><br> | ||
<div><span id="blogroll-desc">Blogs you might also enjoy following.</span></div> | ||
</div> | ||
<div class="backlink-box"> | ||
<a aria-describedby="booksmarks-desc" href="{{ site.url }}/bookmarks/">Bookmarks</a><br> | ||
<div><span id="bookmarks-desc">Bookmarks I'd like to share.</span></div> | ||
</div> | ||
<div class="backlink-box"> | ||
<a aria-describedby="colophone-desc" href="{{ site.url }}/colophon/">Colophon</a><br> | ||
<div><span id="colophon-desc">Info on how I make this site.</span></div> | ||
</div> | ||
<div class="backlink-box"> | ||
<a aria-describedby="elsewhere-desc" href="{{ site.url }}/elsewhere/">Elsewhere</a><br> | ||
<div><span id="elsewhere-desc">Other places you can find me online.</span></div> | ||
</div> | ||
<div class="backlink-box"> | ||
<a aria-describedby="now-desc" href="{{ site.url }}/now/">Now</a><br> | ||
<div><span id="now-desc">Some things I'm currently doing.</span></div> | ||
</div> | ||
<div class="backlink-box"> | ||
<a aria-describedby="reading-desc" href="{{ site.url }}/reading/">Reading</a><br> | ||
<div><span id="reading-desc">What I'm reading at the moment.</span></div> | ||
</div> | ||
<div class="backlink-box"> | ||
<a aria-describedby="uses-desc" href="{{ site.url }}/uses/">Uses</a><br> | ||
<div><span id="uses-desc">Some apps and other things I use.</span></div> | ||
</div> | ||
<!-- <div class="backlink-box"> | ||
<a aria-describedby="ways-desc" href="{{ site.url }}/ways/">Ways</a><br> | ||
<div><span id="ways-desc">Ways I do things (and you might too).</span></div> | ||
</div> | ||
--> | ||
<!-- | ||
<div class="backlink-box"> | ||
<a aria-describedby="PAGE-desc" href="{{ site.url }}/…/"></a><br> | ||
<div><span id="PAGE-desc"></span></div> | ||
</div> | ||
--> | ||
{% comment %}{% assign featured_pages = site.pages | where: 'featured_pages','true' %} | ||
{% for page in featured_pages %} | ||
{% endfor %} | ||
<div class="backlink-box"> | ||
<a href="{{ page.url }}">{{ page.title }}</a><br> | ||
<!-- <a class="internal-link" | ||
href="{{ site.baseurl }}{{ backlink.url }}{%- if site.use_html_extension -%}.html{%- endif -%}">{{ | ||
backlink.title }}</a><br> --> | ||
<div style="font-size: 0.9em">{{ page.quip | markdownify | truncatewords: 20 }}</div> <!-- initially was backlink.excerpt | strip_html | truncatewords: 20 --> | ||
</div> | ||
{% endcomment %} | ||
</div> | ||
{% comment %} | ||
{% assign main_pages = site.pages | where: 'main_pages','true' %} | ||
{% for page in main_pages %} | ||
<div><a class="btn btn--primary btn--large> | ||
<!-- | ||
<li > | ||
<a href="{{ page.url }}">{{ page.title }}</a> | ||
</li> | ||
--> | ||
{% endfor %} | ||
{% endcomment %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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._ |
Oops, something went wrong.