diff --git a/archetypes/link.md b/archetypes/link.md new file mode 100644 index 0000000..5a8d835 --- /dev/null +++ b/archetypes/link.md @@ -0,0 +1,9 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +slug: link-{{ .Name }} +date: {{ .Date }} +categories: links +draft: true +tags: [] +--- + diff --git a/content/blog/2023/pajaro-dunes/index.md b/content/blog/2023/pajaro-dunes/index.md index 39a5da2..f4c0785 100644 --- a/content/blog/2023/pajaro-dunes/index.md +++ b/content/blog/2023/pajaro-dunes/index.md @@ -1,8 +1,7 @@ --- title: "Pajaro Dunes" date: 2023-05-30T08:31:34-07:00 -categories: Travel -tags: [Beaches, Tess, EJ, Vacations] +tags: [Travel, Beaches, Tess, EJ, Vacations] --- {{< tess >}}, EJ, and I took a weekend trip down the coast over Memorial Day diff --git a/content/blog/2025/america-tips-into-fascism.md b/content/blog/2025/america-tips-into-fascism.md new file mode 100644 index 0000000..2f39608 --- /dev/null +++ b/content/blog/2025/america-tips-into-fascism.md @@ -0,0 +1,36 @@ +--- +title: "America Tips Into Fascism by Garrett Graff" +slug: america-tips-into-fascism +date: 2025-08-25T22:31:15-06:00 +categories: Links +tags: + - Politics + - USA +--- + +From Garrett Graff at [Doomsday Scenario][post]: + +> Just months short of the nation’s 250th birthday, Donald Trump is close to +> batting a thousand at speed-running the very abuses of power that led to the +> Founders to write the Declaration of Independence in the first place. [Does +> any of this sound familiar][l1]: +> +> * He has refused his Assent to Laws, the most wholesome and necessary for the +> public good. +> * For taking away our Charters, abolishing our most valuable Laws, and +> altering fundamentally the Forms of our Governments +> * He has kept among us, in times of peace, Standing Armies without the Consent +> of our legislatures. +> * He has erected a multitude of New Offices, and sent hither swarms of +> Officers to harrass our people, and eat out their substance. +> * He has obstructed the Administration of Justice, by refusing his Assent to +> Laws for establishing Judiciary powers. +> * He has abdicated Government here, by declaring us out of his Protection and +> waging War against us. +> * For cutting off our Trade with all parts of the world +> * For imposing Taxes on us without our Consent +> * For depriving us in many cases, of the benefits of Trial by Jury +> * For transporting us beyond Seas to be tried for pretended offences + +[post]: https://www.doomsdayscenario.co/p/america-tips-into-fascism-f51000e08e03254d +[l1]: https://www.archives.gov/founding-docs/declaration-transcript diff --git a/content/blog/2025/ndstevenson-rings.md b/content/blog/2025/ndstevenson-rings.md new file mode 100644 index 0000000..72e7a7d --- /dev/null +++ b/content/blog/2025/ndstevenson-rings.md @@ -0,0 +1,13 @@ +--- +title: "Rings by ND Stevenson" +slug: ndstevenson-rings +date: 2025-08-28T07:43:45-06:00 +categories: Links +tags: + - Comics + - LGBTQIA+ + - Queer Joy +--- + +[Rings](https://www.imfineimfine.com/p/rings) is a beautiful love letter to +their partner as he navigates a gender transition. diff --git a/content/blog/2025/weeknotes-2025w06.md b/content/blog/2025/weeknotes-2025w06.md new file mode 100644 index 0000000..5fe5678 --- /dev/null +++ b/content/blog/2025/weeknotes-2025w06.md @@ -0,0 +1,42 @@ +--- +title: "Notes on 2025W06" +slug: weeknotes-2025w06 +date: 2025-02-09 +categories: weeknotes +tags: + - Weeknotes + - Middle East + - Trans +--- + +It has been a massive struggle the last few weeks to keep up with the news in +the US. Coupled with some work stress, I've dropped the ball on posting week +notes. This week I correct the error. + +--- + +[States Don't Have a Right to Exist. People Do.][states] An excellent opinion +essay about Israel's ongoing attack on Palestinians in Gaza. + +--- + +A bunch of things about the Trump administration's attack on trans people. + +* [The Attack on Trans Rights Won't End There][atlantic-trans] by Adam Serwer in +the Atlantic +* [You Can't Post Your Way Out of Fascism][post] by Janus Rose for 404 Media +* The Lempkin Institute put out a [Statement on the Genocidal Nature of the +Gender Critical Movement's Ideology and Practice][lempkin] + +--- + +I learned recently about the [End of Term Project][eot24] that archives US +government websites at the end of presidental terms. They've been racing to +preserve copies of many critical datasets before the Trump administration tears +them down. + +[states]: https://www.nytimes.com/2025/01/27/opinion/israel-state-jewish.html +[atlantic-trans]: https://www.theatlantic.com/ideas/archive/2025/01/trans-rights-skrmetti-trump/681485/?gift=Je3D9AQS-C17lUTOnl2W8L5fcZ8g4hk0vxwmQ79mPvw +[post]: https://www.404media.co/you-cant-post-your-way-out-of-fascism/ +[lempkin]: https://www.lemkininstitute.com/statements-new-page/statement-on-the-genocidal-nature-of-the-gender-critical-movement’s-ideology-and-practice +[eot24]: https://github.com/end-of-term/eot2024 diff --git a/content/blog/2025/weeknotes-2025w33/index.md b/content/blog/2025/weeknotes-2025w33/index.md index a13d077..02a1f19 100644 --- a/content/blog/2025/weeknotes-2025w33/index.md +++ b/content/blog/2025/weeknotes-2025w33/index.md @@ -24,7 +24,7 @@ I had a goal this year of posting weeknotes like this on a roughly weekly cadence. I did not keep up. I got so frustrated with myself that my brain literally became this penguin and I stopped posting altogether. -{{< figures/image global-asset-src=images/memes/not-doing-it.png size=small >}} +{{< figures/image global-asset-src=images/memes/not-doing-it.png size=small shouldShowTitle=false >}} This is all totally arbitrary and avoidable. And yet. Life is busy, the politics are shit, existing while trans is a constant source of stress. Maybe I owe diff --git a/content/blog/2025/weeknotes-2025w34.md b/content/blog/2025/weeknotes-2025w34.md new file mode 100644 index 0000000..884e27e --- /dev/null +++ b/content/blog/2025/weeknotes-2025w34.md @@ -0,0 +1,50 @@ +--- +title: "Notes on 2025W34" +slug: weeknotes-2025w34 +date: 2025-08-24 +categories: weeknotes +tags: + - Weeknotes + - Fonts + - AI + - LGBTQIA+ + - Tech + - Politics + - Humor + - Standards + - IETF +--- + +What's this! Two weeknotes in so many weeks‽ + +--- + +[Kelmscott Mono][kelmscott] is a monospace font styled after blackletter scripts +of the middle ages. Via {{< tess >}}. + +--- + +I enjoyed this [tale about the trailing dot][dot] in a DNS entry. + +You [must listen][rfc2119-l] to this dramatic reading of [RFC 2119][rfc2119]. + +--- + +[This website is for humans][humans] by [Sophie][sophie]. Via {{< tess >}}. + +--- + +The recent House budget bill [bans Medicaid for transition related care for +transgender adults][cuts-medicaid]. + +[House budget cuts could devastate LGBTQ+ people's health care][cuts]. No +surprises here. + +[kelmscott]: https://github.com/seeddisperser/kelmscott-mono +[humans]: https://localghost.dev/blog/this-website-is-for-humans/ +[sophie]: https://localghost.dev +[cuts]: https://www.advocate.com/politics/budget-cuts-devastate-lgbtq-community +[cuts-medicaid]: https://www.erininthemorning.com/p/house-spending-bill-now-bans-medicaid +[dot]: https://daniel.haxx.se/blog/2022/05/12/a-tale-of-a-trailing-dot/ +[rfc2119-l]: https://ericwbailey.website/published/you-must-listen-to-rfc-2119/ +[rfc2119]: https://www.ietf.org/rfc/rfc2119.html diff --git a/content/blog/2025/wnba-valkyries-mercury/full-court.jpg b/content/blog/2025/wnba-valkyries-mercury/full-court.jpg new file mode 100644 index 0000000..1c6ca03 --- /dev/null +++ b/content/blog/2025/wnba-valkyries-mercury/full-court.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c33999fa4567e7c7a8f7dd06a7933d77a32fa2e8223a02531c4faca56bc124 +size 6982965 diff --git a/content/blog/2025/wnba-valkyries-mercury/index.md b/content/blog/2025/wnba-valkyries-mercury/index.md new file mode 100644 index 0000000..2a29307 --- /dev/null +++ b/content/blog/2025/wnba-valkyries-mercury/index.md @@ -0,0 +1,35 @@ +--- +title: "Valkyries vs Mercury at Chase Center" +date: 2025-08-19T19:00:00-07:00 +resources: + - src: full-court.jpg + title: + params: + alt: > + A wide angle view of the court and surrounding stands at Chase + Center. The stands are about half full. The large overhead display + above the court shows the logos of the two teams. + - src: layup.jpg + title: + params: + alt: > + Several players reach for the ball as it flies toward the basket. +tags: + - Basketball + - WNBA + - Golden State Valkyries + - Phoenix Mercury +--- + +{{< tess >}} and I went to see the Mercury play the Valkyries at Chase Center in +San Francisco tonight. + +{{< figures/image name=full-court.jpg shouldShowTitle=false >}} + +My own loyalties were divided for this game. As a girl from Phoenix, I rooted +for the Mercury, but I couldn't help cheering for the Valkyries too. + +{{< figures/image name=layup.jpg shouldShowTitle=false >}} + +In the end the Mercury pulled through, finishing the game 98 to 91. Tess and I +really enjoyed our seats and had a great time. :purple_heart: diff --git a/content/blog/2025/wnba-valkyries-mercury/layup.jpg b/content/blog/2025/wnba-valkyries-mercury/layup.jpg new file mode 100644 index 0000000..8ef4c48 --- /dev/null +++ b/content/blog/2025/wnba-valkyries-mercury/layup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f721329c737a3b7f57a359c699f52589e602b733e75afa2c413c0a2a83bd94cd +size 4029933 diff --git a/content/blog/2026/_index.md b/content/blog/2026/_index.md new file mode 100644 index 0000000..f4bd0fb --- /dev/null +++ b/content/blog/2026/_index.md @@ -0,0 +1,4 @@ +--- +title: 2026 +date: 2026-01-01 +--- diff --git a/content/photos/2023/sunset-over-pajaro-dunes/index.md b/content/photos/2023/sunset-over-pajaro-dunes/index.md index 93c3822..beb585b 100644 --- a/content/photos/2023/sunset-over-pajaro-dunes/index.md +++ b/content/photos/2023/sunset-over-pajaro-dunes/index.md @@ -2,8 +2,7 @@ title: "Sunset over Pajaro Dunes" linkTitle: Pajaro Sunset date: 2023-05-28T20:12:13-07:00 -categories: Travel -tags: ["Beaches"] +tags: [Travel, Beaches] --- {{< tess >}}, EJ, and I took a little weekend trip over Memorial Day this year diff --git a/layouts/shortcodes/stock.html b/layouts/shortcodes/stock.html new file mode 100644 index 0000000..9030a45 --- /dev/null +++ b/layouts/shortcodes/stock.html @@ -0,0 +1,10 @@ +{{- $symbol := "" -}} +{{- $text := "" -}} +{{- if .IsNamedParams -}} + {{ $symbol = .Get "symbol" }} + {{ $text = .Params.text | default (printf "$%s" $symbol) }} +{{- else -}} + {{ $symbol = .Get 0 }} + {{ $text = printf "$%s" $symbol }} +{{- end -}} +{{ $text }} diff --git a/scripts/new-photo-post b/scripts/new-photo-post index 88d2c22..b36ba18 100755 --- a/scripts/new-photo-post +++ b/scripts/new-photo-post @@ -11,10 +11,7 @@ from PIL import Image from PIL.ExifTags import TAGS from typing import Optional from erynwells_me.metadata import slugify -from erynwells_me.paths import content_path - - -PHOTOS_CONTENT_DIR = osp.join(content_path(), 'photos') +from erynwells_me.paths import photos_path def parse_args(argv, *a, **kw): @@ -88,8 +85,8 @@ def main(argv): else: name = osp.splitext(osp.basename(photo))[0] - post_path_year = os.path.join(PHOTOS_CONTENT_DIR, f'{year:04}', name) - post_path_year_month = os.path.join(PHOTOS_CONTENT_DIR, f'{year:04}', f'{month:02}', name) + post_path_year = os.path.join(photos_path(), f'{year:04}', name) + post_path_year_month = os.path.join(photos_path(), f'{year:04}', f'{month:02}', name) if os.path.exists(post_path_year): if os.path.exists(post_path_year_month): diff --git a/themes/photostream b/themes/photostream index 9940ab7..9b2d377 160000 --- a/themes/photostream +++ b/themes/photostream @@ -1 +1 @@ -Subproject commit 9940ab76ff42c0cdd9af201211d0300c6dfc9f27 +Subproject commit 9b2d377b022f8ebb3cb76c7ccde51b07ada4be55 diff --git a/themes/termlite b/themes/termlite index df3d9cf..d158b0d 160000 --- a/themes/termlite +++ b/themes/termlite @@ -1 +1 @@ -Subproject commit df3d9cf039058fff9a9f9bf86daf383562e99964 +Subproject commit d158b0db8ebaaad35c5ed7fea31db7bee930eb03