Skip to content

Commit

Permalink
poetry tag, new favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvandegriff committed May 16, 2024
1 parent 955eebc commit d9af9ea
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 12 deletions.
16 changes: 10 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,31 @@ ignoreFiles = ["gallery/.*"]
name = "featured"
url = "/featured/"
weight = 4
[[menu.main]]
name = "poetry"
url = "/poetry/"
weight = 5
[[menu.main]]
name = "videos"
url = "/videos/"
weight = 5
weight = 6
[[menu.main]]
name = "gallery"
url = "/gallery/"
weight = 6
weight = 7
[[menu.main]]
name = "resume"
url = "/resume/"
weight = 7
weight = 8
[[menu.main]]
name = "about"
url = "/about/"
weight = 8
weight = 9
[[menu.main]]
name = "now"
url = "/now/"
weight = 9
weight = 10
[[menu.main]]
name = "contact"
url = "/contact/"
weight = 10
weight = 11
5 changes: 5 additions & 0 deletions content/blog/framework16-slot-compatibility-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ export BROTHER_QL_PRINTER=file://"$printer"
brother_ql print -l 62 --red $@
```

Then run the script with the images you want to print and the QL-800 will print and cut each one separately, for example:
```bash
./print.sh slot1.png slot2.png slot3.png slot4.png slot5.png slot6.png
```

Note: when attaching the labels, make sure to account for the fact that the reference image in the guide is show when viewed from the top, and it will be reversed when viewed from the bottom.

## Final Result
Expand Down
2 changes: 1 addition & 1 deletion content/blog/i-see-myself.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "I See Myself"
date: 2023-12-24T02:21:54-05:00
tags: ["featured"]
tags: ["featured", "poetry"]
---

I look in the mirror and I do not see myself. I put on makeup and I do not see myself. I look at old pictures and I do not see myself.
Expand Down
2 changes: 1 addition & 1 deletion content/blog/identity-reflection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Identity Reflection (a Poem I Wrote at Bridge DC)"
date: 2019-12-24T06:13:39-04:00
tags: []
tags: ["poetry"]
---

This is copied from my journal that I kept during Bridge DC in summer 2019. [More info about Bridge DC.](/blog/bridge-dc)
Expand Down
4 changes: 2 additions & 2 deletions content/blog/my-story-by-johan-vandegriff.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "My Story by Johan Vandegriff (told through limericks (as if that wasn't obvious))"
title: "My Story by Johan Vandegriff (told through limericks)"
date: 2017-10-06T15:00:00-04:00
tags: ["featured"]
tags: ["featured", "poetry"]
---

Here are some limericks that I wrote for an assignment to tell my story.
Expand Down
2 changes: 1 addition & 1 deletion content/blog/poems-2023-07.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Poems from July 2023"
date: 2023-07-21T23:53:08-04:00
tags: []
tags: ["poetry"]
---

![Dreams achieved, powerless to pursue them. Potential unlimited, kinetic unreachable. Care what you think, no thought for self-care. Time passing me, me passing up moments time and time again. Genuine laughter, deeply unsatisfied. Once again I find myself Disturbed by the fact that Cause leads to Effect Leads to past set in Stone. Desire for care-freeness Leads to policing desires Leads to care-fullness Leads to shame. Hunger for idealism Chasing the illusion Never letting it be What it is. Yet sometimes letting What it is make me happy. Struggling letting Who it is Love me for Who I am.](/blog/images/poems-2023-07/poems1.png)
Expand Down
2 changes: 1 addition & 1 deletion content/blog/poems-2023-10.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Poems from October 2023"
date: 2023-10-14T19:57:08-04:00
tags: []
tags: ["poetry"]
---

```
Expand Down
Binary file modified static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon.ico
Binary file not shown.
Binary file modified static/ms-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9af9ea

Please sign in to comment.