Skip to content

Commit

Permalink
Merge pull request #50 from Blind3y3Design/develop
Browse files Browse the repository at this point in the history
digital garden post
  • Loading branch information
Blind3y3Design authored Sep 23, 2023
2 parents 4ffcbc4 + 2ed0479 commit 6a0db12
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_includes/layouts/blog-post.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ layoutType: post
<div class="blog-post">
<section class="blog-post__heading">
<h1 class="blog-post__title">{{title}}</h1>
{% if thoughtStatus %}
<p class="blog-post__thought-status">{{ thoughtStatus }}</p>
{% endif %}
<p class="blog-post__date">Posted on {{ date | postDate }}</p>
<p class="blog-post__read-time">{{content | emojiReadTime}}</p>

</section>
{% if headerImage %}
{% assign headerImageAltText = "" %}
Expand Down
5 changes: 5 additions & 0 deletions src/sass/partials/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
margin: 0;
}

.blog-post__thought-status {
font-size: .875rem;
margin: 0;
}

.blog-post__date {
font-size: 1.25rem;
margin: 0;
Expand Down
2 changes: 2 additions & 0 deletions src/writing/css-reset.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
date: 2023-09-18T16:00:00
title: "CSS Reset, Normalize, and Base Styles"
thoughtStatus: Evergreen
tags: css, quick thoughts
---

Inspired by a conversation between Dave and Chris on the recent shoptalk show [episode 582](https://shoptalkshow.com/582/), I wanted to take a look at the history of CSS resets and see what I could put into a “reset” or “normalize” file that was tailored to my specific sensibilities.
Expand Down
2 changes: 2 additions & 0 deletions src/writing/design-a11y.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Be a Design A11y: An Introduction to Accessibility"
headerImage: ./src/images/design-a11y/design-a11y-header.svg
headerImageAlt: "A graphic displaying multiple individuals who may present with some form of disability"
headerImageContained: true
thoughtStatus: Evergreen
tags: accessibility, essay
---

This is an introductory overview of Accessibility and how it relates to designing and building digital products and experiences. The goal of this post is to provide a general reference for high-level accessibility topics that anyone can use. It is assumed that readers have basic computer literacy and an understanding of how digital products are built.
Expand Down
14 changes: 14 additions & 0 deletions src/writing/starting-a-digital-garden.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
date: 2023-09-23T18:44:00
title: "Starting a Digital Garden"
thoughtStatus: Seedling
tags: digital gardening, quick thoughts, personal development
---

This idea was inspired by a conversation at the end of the ShopTalk show [Episode 583](https://shoptalkshow.com/583/#t=53:42) with [Maggie Appleton](https://maggieappleton.com/).

Maggie’s essay on the [Digital Garden](https://maggieappleton.com/garden-history) concept really struck a cord with me. The idea of being more open and flexible with what is considered “blog worthy” is interesting to me as I am trying to develop my writing skills and share thoughts more openly.

The essay also links out to a swyx post about [learning in public](https://www.swyx.io/learn-in-public) which further reinforces the concept of openly sharing what you are learning and working on. This idea is often shared by other prolific bloggers and educators on the web, it’s fairly common to hear “Write about something you recently struggled with and how you solved it,” the idea being that there will inevitably be someone else who comes across this problem and your content may be able to help them.

As a part of this process I hope to update this site more frequently as well as adding additional “digital garden” features like bi-directional links, learning in public, and clear statuses of thoughts as well as exploring some IndieWeb features like WebMentions.

0 comments on commit 6a0db12

Please sign in to comment.