diff --git a/content/notes/dailies/2024-03-18.md b/content/notes/dailies/2024-03-18.md index 694de24..f4f58d1 100644 --- a/content/notes/dailies/2024-03-18.md +++ b/content/notes/dailies/2024-03-18.md @@ -24,8 +24,10 @@ In order to catch the spunky, sexy, broad amalgamation of ways that infrastructu - **PLAN:** - [x] Wrap tests into Docker Container - - [ ] Local test container/compose running (successfully or not) locally + - [x] Local test container/compose running (successfully or not) locally - [ ] Adapt, adjust environment variable & ASP.NET environment + - [ ] Create image push to cloud via Actions + - [ ] Create Terraform infrastructure for new ECS entry - **DELIVERABLES:** - [ ] Tests running (successfully or not) in cloud @@ -65,4 +67,5 @@ This has been backburn'd for *way* too long. I *will* send this today, before I N/A -[^1]: [[caveat-lector|caveat lector]] — This is a daily note! I don't actively maintain any information in daily notes, so please be cautious in following any advice here. \ No newline at end of file +[^1]: [[caveat-lector|caveat lector]] — This is a daily note! I don't actively maintain any information in daily notes, so please be cautious in following any advice here. +[^2]: https://paullouth.com/higher-kinds-in-c-with-language-ext/ - some of the wackest type shit i've ever seen in my life \ No newline at end of file diff --git a/quartz/components/TagExplorer.tsx b/quartz/components/TagExplorer.tsx index 2332da4..9a3e548 100644 --- a/quartz/components/TagExplorer.tsx +++ b/quartz/components/TagExplorer.tsx @@ -92,7 +92,7 @@ export default ((userOpts?: Partial) => { data-savestate={opts.useSavedState} data-tree={jsonTree} > -

{opts.title ?? i18n(cfg.locale).components.explorer.title}

+

{"•" + opts.title ?? i18n(cfg.locale).components.explorer.title}