Quartz sync: Jun 26, 2024, 2:27 AM

This commit is contained in:
Justin 2024-06-26 02:27:13 -04:00
parent d3bb86a2d4
commit 1d931e6897
7 changed files with 85 additions and 55 deletions

View File

@ -1,7 +1,7 @@
---
title: 2024-06-25
author: ["Justin"]
lastmod: 2024-06-25T05:33:14-04:00
lastmod: 2024-06-26T02:24:28-04:00
draft: false
---
@ -10,11 +10,37 @@ draft: false
### Tasks {#tasks}
- [ ] Anki Review - Chinese
- [ ] Exercise
- [ ] Watch a new movie
- [ ] Write a new note
- [X] Anki Review - Chinese
- [X] Exercise
- [X] Watch a new movie
- [I Saw the TV Glow]({{< relref "../../../main/i_saw_the_tv_glow.md" >}})
- [X] Write a new note
- [ ] Read
- Did not get to read in any meaningful capacity (books, that is, finished
some articles)
## Summary {#summary}
- Trying this out, I ended up making a new capture template for my org-roam
dailies, as you can see here. The differences between capture-today and the
template is a bit finnicky.
<!--listend-->
```elisp
(setq org-roam-dailies-capture-templates
'(("d" "daily" plain
"* Agenda\n** Tasks\n- [ ] %?\n\n* Notes\n** Ideas\n- \n\n* Journal\n** Morning\n- \n\n** Evening\n- \n"
:target (file+head "%<%Y/%m/%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>\n#+hugo_tags: noexport\n\n")
:unnarrowed t
:empty-lines 1
)))
```
- I have some lunch meetings so I'm not sure how much I'll get done today. I'd
like to work on this site some more.
## Notes {#notes}
@ -38,32 +64,15 @@ draft: false
something without SERIOUS cost overruns.
## Journal {#journal}
### Ideas {#ideas}
### Morning {#morning}
- Trying this out, I ended up making a new capture template for my org-roam
dailies, as you can see here. The differences between capture-today and the
template is a bit finnicky.
<!--listend-->
```elisp
(setq org-roam-dailies-capture-templates
'(("d" "daily" plain
"* Agenda\n** Tasks\n- [ ] %?\n\n* Notes\n** Ideas\n- \n\n* Journal\n** Morning\n- \n\n** Evening\n- \n"
:target (file+head "%<%Y/%m/%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>\n#+hugo_tags: noexport\n\n")
:unnarrowed t
:empty-lines 1
)))
```
- I have some lunch meetings so I'm not sure how much I'll get done today. I'd
like to work on this site some more.
### Evening {#evening}
-
- I found out the base quartz install doesn't really accomodate a lot of the
org-mode features I'd like, maybe a chance to make a component.
- It's mostly design stuff, though
- org-mode task css + some properties
- also for some reason &lt;li&gt;'s strikethrough persist in lower bullets in
tasks, I looked at the CSS but couldn't figure it out.
- [ My Org Roam Notes Workflow - Hugo Cisneros](https://hugocisneros.com/blog/my-org-roam-notes-workflow/)
- Older blog article but they use a different process for building their
global org-roam graph. Might be worth looking at if I wander into speed
issues as mentioned in Aster Hu's [post](<https://www.asterhu.com/post/20240220-publish-org-roam-with-quartz-oxhugo/#limitations>)

View File

@ -0,0 +1,5 @@
---
title: Dailies
---
If I don't have an entry for a date I was lazy or I wasn't near my computer or something. Shame.

View File

@ -3,7 +3,7 @@ title: Welcome
---
I haven't prettied it up yet, but plan on using this as a dumping ground for notes and media and such.
The ideal would be then to utilize those for bigger articles on the [main site(?)](https://justin.vc) - we'll see how it goes.
The ideal would be then to utilize those for bigger articles on the [main site(?)](https://justin.vc) - we'll see how it goes. It's abit heavier on dependencies than I would like.
Before this I was planning on doing some mass exports with a doomscript but I found quartz to be a easier solution, with a bonus that it kind of looks like (which I'm sure it was originally meant for) a host-yourself variant of obsidian publish.

View File

@ -0,0 +1,37 @@
---
title: "I Saw the TV Glow"
author: ["Justin"]
date: 2024-06-25T06:59:00-04:00
lastmod: 2024-06-26T02:21:19-04:00
tags: ["film", "media"]
draft: false
---
[I Saw the TV Glow - Wikipedia](https://en.wikipedia.org/wiki/I_Saw_the_TV_Glow) - 2024 film, I wandered into this because of Rotten Tomatoes,
I think. I liked it, the audience score is higher than I thought given
the themes (suburbia, conformity, identity). I could see someone being
disappointed if they came into it purely as a 'horror' fan.
## Watching Notes {#watching-notes}
- A24! I feel like I see them everywhere now.
- Are you afraid of the dark analogue? Campfire scene thingymajig
- I'm curious if we're going to get more 90's nostalgia like we did with the
80's
- Unsure what the pink opaque itself could be a reference to
- monster of the week? (was mentioned after - yeah)
- musical choice and framing reminds me of twin peaks
- identity discussion, not feeling anything, asexuality?
- (after watching) oh.
- the time skips aren't as distracting as I was worried about
- okay, so the uh.. "i need to leave" was literal
- the overlays feel a bit off, I'm not sure if that was intended?
- if this was a real show, and I watched it as a kid, I probably would've been traumatized
- I think I get what it's going for, but uh..
- I caught a glimpse of the reviews mentioning the trans identity issues - as of
writing this I didn't expect it to be that object-level? I am curious where it's
going to go with it
- soup party
- so, uh, it was literal, huh
- okay, working that job is more dread inducing than

View File

@ -1,20 +0,0 @@
---
title: "Testing Again"
author: ["Justin"]
date: 2024-06-23T23:57:00-04:00
lastmod: 2024-06-25T05:35:20-04:00
tags: ["stub"]
draft: false
---
Beep.
I don't know how I want to handle links under the notes section.
Categories, maybe?
<https://www.google.com>
```python
def add(x,y):
return x + y
```

View File

View File

@ -128,7 +128,6 @@ a {
}
& li:has(> input[type="checkbox"]:checked) {
text-decoration: line-through;
text-decoration-color: var(--gray);
color: var(--gray);
}