77 Commits

Author SHA1 Message Date
Jack Jackson
dd0cc2f5e1 Edit to ssh-to-idle entry 2022-07-20 10:34:08 -07:00
Jack Jackson
6c2271d2eb Plausible tracking snippet 2022-07-20 10:34:01 -07:00
Jack Jackson
e2f5dfd648 ssh to idle window entry 2022-07-19 19:16:32 -07:00
Jack Jackson
fae21a0883 Edit command line in zsh entry 2022-07-16 23:22:43 -07:00
Jack Jackson
40261817ed Expand EDITOR options in np.sh 2022-07-10 00:30:02 -07:00
Jack Jackson
f6a2015997 Another addition to tags-in-taxonomy entry 2022-07-02 21:04:21 -07:00
Jack Jackson
1916b6b6dc List all related pages in sidebar (not just older ones) 2022-07-02 20:43:32 -07:00
Jack Jackson
7306d84eb9 Tags in archetype entry (and tag unification) 2022-07-02 19:20:54 -07:00
Jack Jackson
bcb50c6997 Secure Docker registry entry 2022-07-02 16:20:24 -07:00
Jack Jackson
3567d1840a Correct some typos 2022-06-30 22:55:10 -07:00
Jack Jackson
db2ef4d8a2 Comment explaining secure registry interaction 2022-06-30 22:51:44 -07:00
Jack Jackson
b51d74f31f Update to new (secure) registry
Will probably need some cluster changes to provide certificates for
trust to pull from registry.
2022-06-30 19:32:55 -07:00
Jack Jackson
e79ae66fa9 Minor change to confirm CI/CD 2022-06-30 19:30:00 -07:00
Jack Jackson
35046c91e8 Communicate with Docker registry securely 2022-06-30 19:26:51 -07:00
Jack Jackson
e96e85f0ac Roe vs. Wade entry 2022-06-29 16:18:58 -07:00
Jack Jackson
f58ae340a3 Specify nodePort for blog service 2022-06-21 22:23:30 -07:00
Jack Jackson
e0ab6fdd94 Label footnotes as-such 2022-06-16 14:18:58 -07:00
Jack Jackson
e710fcbee7 Tweaks to Web3 entry 2022-06-16 13:51:38 -07:00
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
673a8eaa93 Add kubectl rollout restart to force-update 2022-05-30 15:25:33 -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
93d782548e Blog deployment 2022-05-26 15:45:41 -07:00
Jack Jackson
c4e68ac959 Testing drone setup 2022-05-22 14:24: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
5832c3f492 Remove unncessary serve.sh 2022-05-02 19:01:03 -07:00
Jack Jackson
726dc8f3eb Name "builtContent" directory more clearly 2022-04-26 23:23:06 -07:00
Jack Jackson
413254442a Add README with installation instructions 2022-04-26 23:19:30 -07:00
Jack Jackson
999510aaad Deploy to Hugo Production 2022-04-03 18:30:08 -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
6c59b4d360 Add serve.sh 2022-04-03 16:23:26 -07:00
Jack Jackson
b2f3917a3c Remove debugging exit from deployBlog 2022-03-28 23:04:07 -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
7a0ec20985 Add Git functionality to deployBlog 2022-03-28 22:40:22 -07:00
Jack Jackson
d36df52eca DeployBlog.sh 2022-03-24 20:59:53 -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