Closed amandavisconti closed 2 months ago
Tags are not meant to describe everything about a post. Tags are only used when:
code
, gis
, 3D scanning
)Tags we're keeping, below! (Note these are now all lowercase, even acronyms and "3d")
Can go on posts that are about one of these, even if the author isn't in a department with that name.
category: announcement
)tutorial
tag)expansive makerspace
tag)Podcasts
Event (we use /_collections/_events
for these now)
Will likely want to ask for volunteers to take from the things below to help improve post tagging, to better create a very cool OER textbook (see #1022 )
makerspace project
(tag doesn't exist yet; add to anything tagged "makerspace" that discusses/shares a specific makerspace project)Create a page listing all tags, then listing each tag again, with posts using that tag under it:
---
layout: page
title: Essay Tags
permalink: /tags/
---
<div>
<!-- list of all tags used in site posts -->
<div>
<ul>
{% assign sorted_tags = site.tags | sort %}
{% for tag in sorted_tags %}
<li><a href="#{{ tag[0] | slugify }}" class="post-tag">{{ tag[0] }}</a></li>
{% endfor %}
</ul>
</div>
<hr/>
<!-- Each tag, with posts using the tag beneath it. Posts may appear under multiple tag sections due to having multiple tags. -->
<div>
{% for tag in site.tags %}
<h2 id="{{ tag[0] | slugify }}">{{ tag | first }}</h2>
<ul>
{% for post in tag[1] %}
<a class="post-title" href="{{ site.baseurl }}{{ post.url }}">
<li>
{{ post.title }}
<small class="post-date">{{ post.date | date_to_string }}</small>
</li>
</a>
{% endfor %}
</ul>
{% endfor %}
</div>
</div>
Changed the category formerly known as "blog" to "essay", for clarity that this is not the same as all blog posts
I created a spreadsheet version for easier updating, and so I can share with Laura
Closing this issue as encompassing summer 2024 work. New issue #1074 continues it, with a clean message thread containing lastest status.
Moving this from where it started as part of #918.
Categories Redux
update
,announcement
, oressay
./_layout
file than posts (because of lack of metadata, cite script)category: essay
going forward (not update, announcement)category: update
layout: update
,title: (3 words or less!!!)
, date,category: update
. See example update-post file hereupdate-2024-08-05-dh2024-staff-participation.md
to sort these together in the file foldercategory: announcement:
category: essay:
YAML should look like:
category: update
category: announcement
category: essay