47 Commits

Author SHA1 Message Date
Jack Jackson
d31eb2a671 Criticisms of Web3 entry 2022-06-15 13:05:11 -07:00
Jack Jackson
4113666978 Add link to Tags-page in header-nav
It would be nice to be able to control the ordering this is inserted at,
but we can't expect everything from configuration files!
2022-06-08 17:28:58 -07:00
Jack Jackson
5c786939d0 Leave Of Absence entry 2022-06-06 13:49:54 -07:00
Jack Jackson
527b59b311 Retroactive linking to the commit where page-source was introduced 2022-05-30 21:57:40 -07:00
Jack Jackson
9f98583f26 Add page-source link, and a blog post explaining it 2022-05-30 21:53:27 -07:00
Jack Jackson
0ad201040f Testing CI/CD 2022-05-30 19:58:35 -07:00
Jack Jackson
b0bffcef74 Meditation Blog entry
Also move image content under `static/img/`, and tag "Write-only
Twitter" as `MentalHealth`
2022-05-30 14:59:26 -07:00
Jack Jackson
b81381aac0 Auto-screen Blog Entry 2022-05-16 18:01:40 -07:00
Jack Jackson
aa74bd1c6f Write-Only Twitter Blog Entry 2022-05-08 15:29:36 -07:00
Jack Jackson
abab21e297 Self-host upload to Google Analytics
Some client configurations (Browsers with tracking-blocking enabled, or
networks with [Pi-holes](https://pi-hole.net/)) will block any calls
to `www.google-analytics.com`. This makes me sad! I'd like to know
how many folks are reading my blog!

This commit represents a workaround. Instead of telling the client to
send data directly to Google (which would trigger Tracking-blockers), I
instead tell the client to send it to the `/analytics` endpoint on my
domain, which will then get forwarded to Google. Neat!

But! If a reader has blocked tracking, we should respect that! So I'm
not actually enabling this in my blog until I have also built an
"opt-in" mechanism, where readers can decide if they want to send me
tracking information or not.

"Why didn't you make tracking opt-in to begin with, Jack?" - well, I
kinda addressed that
[here](https://blog.scubbo.org/posts/commenting-enabled/), but you're
right that that would have been a little more ethical. Still - enabling
Google Analytics didn't feel _too_ bad (since anyone who cared about
detecting and blocking it would still be able to with standard methods -
and I assume that anyone reading my blog will know how to), whereas this
new approach feels like a circumvention of their agency.
2022-05-04 14:45:20 -07:00
Jack Jackson
a4e844297a Re-enable Google Analytics
(After faffing around for a while wondering why it wasn't working, until
realizing my Pi-hole was just doing it's job :P )
2022-05-02 20:03:29 -07:00
Jack Jackson
7f0ef76d5c Tweak new-post template 2022-05-02 19:41:56 -07:00
Jack Jackson
ce35a86600 Self-hosting Blog entry (and some css) 2022-05-02 19:36:46 -07:00
Jack Jackson
34b7732f70 Give CrAbs Fallacy a tag 2022-04-03 18:20:40 -07:00
Jack Jackson
5f913617c4 The CrAbs Fallacy 2022-04-03 16:55:00 -07:00
Jack Jackson
a3793a9bcc Update Grafana blog post to note persistence
Also introduce `homelab` tag
2022-03-28 22:55:12 -07:00
Jack Jackson
23240c3367 Override i18n to replace "taxonomy term" with "tag"
ref: https://gohugobrasil.netlify.app/content-management/multilingual/
2022-01-23 12:15:15 -08:00
Jack Jackson
89c813fb98 Add post on Grafana backup 2022-01-23 11:18:23 -08:00
Jack Jackson
baee08a2c6 Correct error in arithmetic 2022-01-19 08:26:09 -08:00
Jack Jackson
e89c41295e Add Reading Time 2022-01-06 05:53:29 -08:00
Jack Jackson
ca14431eb3 Add forward-link to post-3 2022-01-05 09:45:59 -08:00
Jack Jackson
622be98e57 Wordle Userscript post 2022-01-05 08:11:31 -08:00
Jack Jackson
d56bd9f214 Tweak publish-date for 2021-in-books 2021-12-30 09:53:17 -08:00
Jack Jackson
b0129ced37 Tweak article width (and fix broken script-link) 2021-12-30 09:51:04 -08:00
Jack Jackson
612eddb9c5 Finish 2021 book-post 2021-12-30 08:54:16 -08:00
Jack Jackson
3be7ad8903 Enable commenting 2021-12-30 06:44:16 -08:00
Jack Jackson
e668f22072 Second Wordle post 2021-12-29 09:31:06 -08:00
Jack Jackson
6c7118f9dd Finalize and publish Wordle blog post 2021-12-28 15:38:52 -08:00
Jack Jackson
bc050c568a More commit-to-save 2021-12-28 13:15:24 -08:00
Jack Jackson
be40d396a2 Enable inline-rendering of LaTeX 2021-12-28 13:14:55 -08:00
Jack Jackson
1768ae7df4 Update Ananke submodule
Attempts to fix the build-failure referred to in commit 2e79b15
2021-12-28 12:07:52 -08:00
Jack Jackson
b290e70ece Add support for LaTeX in posts 2021-12-28 11:59:32 -08:00
Jack Jackson
2e79b15c79 Remove and .gitignore resources directory
CodeBuild was getting an error:

```
Error: Error building site: TOCSS: failed to transform "ananke/css/main.css" (text/css): resource "css/ananke/css/main.css_af7eae7717e76be05924f27bac629e80" not found in file cache
```

I suspect this is because an earlier version of the Ananke CSS file was
being cached, but the submodule pulled in a new Ananke commit that
requires a new version. Perhaps? Who knows. I cannot replicate the
problem locally, so I need to push-to-test the behaviour in CodeBuild :(
2021-12-28 11:19:20 -08:00
Jack Jackson
dd71502556 Commiting-to-save a Draft post 2021-12-28 09:40:39 -08:00
Jack Jackson
68fde7bd75 Add Google Analytics tracking
Following guidance such as
[here](https://gideonwolfe.com/posts/sysadmin/hugo/hugogoogleanalytics/).
2021-12-28 09:29:01 -08:00
Jack Jackson
02f48db6f6 Describe page styling changes 2021-12-26 07:03:14 -08:00
Jack Jackson
9fbb001416 Fix overlarge padding-bottom in Ananke theme 2021-12-26 06:54:24 -08:00
Jack Jackson
6ce50d9fdf Add Fictitious Entries to errors post 2021-12-26 06:14:27 -08:00
Jack Jackson
422ee7d510 Complete errors post 2021-12-14 15:17:57 -08:00
Jack Jackson
f829d68246 Save draft of Intentoinal Errors 2021-12-14 00:38:20 -08:00
Jack Jackson
dc4320ac19 Output-capture musing in Check Your Backups 2021-12-05 15:14:53 -08:00
Jack Jackson
70df444437 Content-break in Check Your Backups 2021-12-05 14:09:08 -08:00
Jack Jackson
b051c73c47 Dotfile distribution and Kubernetes in Check Your Backups 2021-12-05 14:08:31 -08:00
Jack Jackson
e4fc486e1d Check Your Backups post 2021-12-05 13:06:50 -08:00
Jack Jackson
32434a685c First real content 2021-12-04 11:47:53 -08:00
Jack Jackson
cd6554761b Add About page 2021-11-18 21:12:49 -08:00
Jack Jackson
5e667fef54 first commit 2021-11-07 20:54:06 -08:00