diff --git a/config.toml b/config.toml index 6d1dac8..4bd76d0 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/content/blog/framework16-slot-compatibility-labels.md b/content/blog/framework16-slot-compatibility-labels.md index f5b5eb0..17c87b8 100644 --- a/content/blog/framework16-slot-compatibility-labels.md +++ b/content/blog/framework16-slot-compatibility-labels.md @@ -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 diff --git a/content/blog/i-see-myself.md b/content/blog/i-see-myself.md index f35c196..ced3b46 100644 --- a/content/blog/i-see-myself.md +++ b/content/blog/i-see-myself.md @@ -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. diff --git a/content/blog/identity-reflection.md b/content/blog/identity-reflection.md index b317db4..fbc1722 100644 --- a/content/blog/identity-reflection.md +++ b/content/blog/identity-reflection.md @@ -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) diff --git a/content/blog/my-story-by-johan-vandegriff.md b/content/blog/my-story-by-johan-vandegriff.md index 63744c7..ce5024d 100644 --- a/content/blog/my-story-by-johan-vandegriff.md +++ b/content/blog/my-story-by-johan-vandegriff.md @@ -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. diff --git a/content/blog/poems-2023-07.md b/content/blog/poems-2023-07.md index 2b87b43..cfe68f1 100644 --- a/content/blog/poems-2023-07.md +++ b/content/blog/poems-2023-07.md @@ -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) diff --git a/content/blog/poems-2023-10.md b/content/blog/poems-2023-10.md index aa2b0a1..746cef4 100644 --- a/content/blog/poems-2023-10.md +++ b/content/blog/poems-2023-10.md @@ -1,7 +1,7 @@ --- title: "Poems from October 2023" date: 2023-10-14T19:57:08-04:00 -tags: [] +tags: ["poetry"] --- ``` diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png index 742e691..8349d86 100644 Binary files a/static/android-chrome-192x192.png and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png index 64086b7..851002a 100644 Binary files a/static/android-chrome-512x512.png and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index 32a8b9b..4c10d65 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png index 1976985..6cb92e6 100644 Binary files a/static/favicon-16x16.png and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png index 9717fef..a1cfae7 100644 Binary files a/static/favicon-32x32.png and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 512b84f..34e4b9e 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/ms-icon-144x144.png b/static/ms-icon-144x144.png index 0e4523e..412fcd3 100644 Binary files a/static/ms-icon-144x144.png and b/static/ms-icon-144x144.png differ