This website is made with Hugo and themed by accessible minimalism.
The favicons for this site were generated from this icon over at icon-icons.com using Real FavIcon Generator. A local copy of the SVG is here:
I used LunaPic’s in-browswer circle-crop tool to make the circle-cropped headshot photo.
Generally, I like to shrink photos to 800x800 using: convert -quality 80 -geometry 800x800 image.jpg image-small.jpg
To get KaTeX to do both inline and display equations, I modified
./layout/partials/katex.md
according to Kevin Cazelle’s suggestions here: https://kevcaz.github.io/notes/hugo/katex_and_goldmark/.
And now math looks like this: Inline: $\pi$ Display style: $$\int x\ dx = \frac{1}{2}x^2 + C$$
The website is compiled by Hugo locally, and I use rsync
to put it on the server.
rsync -avz /home/pgadey/Hugo/pgadey/ cloudbox:/home/pgadey/public_html
Hugo supports the ability to add shortcodes, or macros, to do all sorts of things. I’ve added a couple shortcodes, but I always seem to forget how they work. And so, I’m putting some reminders to myself here.
The shortcode static
makes accessing static resources easier.
{{< static "share/some-document.pdf" >}}

The shortcode private
allows me to put material here which is shown locally via hugo server
but doesn’t get published.
{{< private >}}
This material is private.
{{< /private >}}
The shortcode gobble
just consumes whatever it is given.
It is occassionally helpful for keeping post-level to-do lists which are only
visible while editing the original source of a post.
{{< gobble >}}
This vanishes!
{{< /gobble >}}
The bookmarks page is populated with material wrapped in
{{< links >}}
Links to things!
{{< /links >}}
[2025-05-14] I haven’t been maintaining this changelog at all!
[2024-07-08] Thinking about adding a bit of audio content. Information about the audio tag from w3schools.
[2025-08-30] Added a “view this page on the Wayback Machine” link to Recently Modified section. Inspired by Dave Winer.
[2024-07-03] Added a Statistics section to the homepage. The content and layout were inspired by Winnie Lim.
[2024-07-03] Added a Recently Modified section to the homepage. The layout was inspired by Cosma Shalizi’s notebooks.
[2024-04-01] Added a static
shortcode following the suggestion here.
[2024-03-15] Hid the tags and backlinks under <details>
folds following the example of Oatmeal.
[2024-03-15] Added Backlink support following Wouter Groeneveld of https://brainbaking.com. For details, see True Backlink Support in Hugo.
[2024-01-30] Added a gobble
shortcode.
[2023-11-15] Started to customize the summaries of notes to make them more helpful.
[2023-11-15] Added some tags to distinguish sketchy and polished notes.
[2023-10-19] Modified the list.html
default layout template to pass the .Content
of _index.md
. This means that pages now have a bit of built in content.
[2023-10-13] Added a darkmode support following this bit from MDN. Amber on black for the win!
[2023-10-12] Updated things so that the RSS Feed is no longer “Welcome! on Parker Glynn-Adey” but just “Parker Glynn-Adey”.
[2023 ??] Switched the theme to accessible minimalism.
[2023-01-04] Updated the now page and streamlined the directory layout by munging everything in to notes
.
[2022-11-18] Added office camera about.
[2021-07-04] Add CC license to footer.
Published: May 17, 2021 @ 22:30.
Last Modified: Aug 31, 2025 @ 17:22.
Home / Now / Blog / Notes / Reading / Office Camera / Tags / Bookmarks / RSS Feeds / Top of Page
Thanks for reading! If you have any comments or questions about the content, please let me know. Anyone can contact me by email.