Random
Non-Technical
Hello
04/02/26
After spending the last week designing and making this site, I think I am quite pleased with how it looks now
I know this might not be the most feature-rich blog but it’s simple enough to not cause me a headache every time I want to make a new post
Setup
This blog is built on Zola with my custom theme. Using both zola and my theme is quite simple just clone my repo and mess around with as config.
Theme specific customization is under the extra table
From config.toml
[extra.home]
text = "Hello I'm HexDump0, a random guy who likes to write, hack stuff (web for now) and rant about stupid stuff."
subtext = ' -"My crime is that of curiosity."'
[extra.socials]
# The icons use Simple Icons names: https://simpleicons.org/
pgp_key = "#"
links = [
{ name = "Discord", url = "#" , icon = "discord" },
{ name = "Matrix", url = "#" , icon = "matrix" },
{ name = "Mail", url = "#" , icon = "maildotru" },
'sep',
{ name = "GitHub", url = "#" , icon = "github" },
{ name = "GitLab", url = "#" , icon = "gitlab" }
]
[extra.navbar]
name = ["Hexdump", "0"]
items = [
{ name = "About", path = "/", default = true },
{ name = "Blog", path = "/blog" },
{ name = "Socials", path = "/socials" },
]
[extra.footer]
text = "Trust None"
Everything else is either self-explanatory or in zola’s docs just don’t be a skid and steal my shit with no effort of your own.
Credits
Banner image: Photo by Marek Piwnicki on Unsplash