Skip to content

Commit

Permalink
chore: update 'illustration' tag to 'illustrated'
Browse files Browse the repository at this point in the history
  • Loading branch information
meganesu committed Aug 1, 2021
1 parent 13f5d5f commit 9d30b15
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blog/how-rss-works/index.mdx
Expand Up @@ -2,7 +2,7 @@
title: "An Intro to RSS Feeds"
date: "2021-02-13"
description: "A brief, illustrated introduction to RSS feeds and how they work."
tags: ["illustration", "rss", "web dev"]
tags: ["illustrated", "rss", "web dev"]
---

## Introduction
Expand Down
3 changes: 2 additions & 1 deletion blog/retrieval-practice/index.mdx
@@ -1,7 +1,8 @@
---
title: "How to be a Better Learner"
date: "2021-07-22"
tags: ["education", "learning"]
description: "Learning new things is hard. This illustrated post talks about some evidence-based strategies you can use to make it easier."
tags: ["education", "learning", "illustrated"]
---

import Collapsible from '../../src/components/collapsible'
Expand Down
2 changes: 1 addition & 1 deletion blog/visibility-in-css/index.mdx
Expand Up @@ -2,7 +2,7 @@
title: "[Sketchnote] Visibility in CSS"
date: "2021-01-04"
description: There are multiple ways to toggle visibility in CSS. This diagram helps you decide which approach is right for your use case.
tags: ["accessibility", "css", "illustration"]
tags: ["accessibility", "css", "illustrated"]
---

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion blog/web-storage-api-sketchnote/index.mdx
Expand Up @@ -2,7 +2,7 @@
title: "[Sketchnote] Web Storage APIs: How Browsers Store Data"
date: "2020-11-29"
description: "localStorage and sessionStorage are two ways that web browsers store data. This sketchnote describes the difference between the two and illustrates their common API."
tags: ["web dev", "illustration", "javascript"]
tags: ["web dev", "illustrated", "javascript"]
---

![A sketchnote about localStorage and sessionStorage](./web-storage-sketchnote.png)
Expand Down
2 changes: 1 addition & 1 deletion blog/why-use-graphql-sketchnote/index.mdx
Expand Up @@ -2,7 +2,7 @@
title: "[Sketchnote] Why Use GraphQL?"
date: "2020-12-13"
description: "GraphQL is an alternative to REST, but what does that mean? This sketchnote explains some of the differences through visual metaphors."
tags: ["graphql", "illustration", "web dev"]
tags: ["graphql", "illustrated", "web dev"]
---

## Introduction
Expand Down

0 comments on commit 9d30b15

Please sign in to comment.