-
# Notes: Intro - Blag
[https://www.xypnox.com/blag/posts/notes/intro/](https://www.xypnox.com/blag/posts/notes/intro/)
-
# Losing Things - Blag
[https://www.xypnox.com/blag/posts/losing-things/](https://www.xypnox.com/blag/posts/losing-things/)
-
# Design Tips - Blag
[https://www.xypnox.com/blag/posts/design-tips/](https://www.xypnox.com/blag/posts/design-tips/)
-
# Two Pens - Blag
[https://www.xypnox.com/blag/posts/two-pens/](https://www.xypnox.com/blag/posts/two-pens/)
-
```julia
struct Blag
end
Base.show(io::IO, ::MIME"text/html", ::Blag) = (write(io, "html"); println("called"); error("OH"))
Blag()
```
shows
```
Blag()
called
```
but no error. It s…
-
# Designing a Poster - Blag
[https://www.xypnox.com/blag/posts/designing-a-poster/](https://www.xypnox.com/blag/posts/designing-a-poster/)
-
# Migrating to Zola - Blag
[https://www.xypnox.com/blag/posts/migrating-to-zola/](https://www.xypnox.com/blag/posts/migrating-to-zola/)
-
# Custom Spotify Covers - Blag
[https://www.xypnox.com/blag/posts/custom-spotify-covers/](https://www.xypnox.com/blag/posts/custom-spotify-covers/)
-
# The Elderling Realm - Blag
[https://www.xypnox.com/blag/posts/the-elderling-realm/](https://www.xypnox.com/blag/posts/the-elderling-realm/)
-
Currently there are only two instances of _blag_ in this repo. You can verify this with `curl http://soltanmm.github.io
| grep -o -i blag | wc -l` . I recommend going with the tried and true total o…