fixed urls to point to inaba.mineral.town instead of homo.casa (because i can reasonably reduce the number of domain names i'm sitting on)
also updated the year in the footer from 2022 to 2023
while i arguably could use a script that displays the current year rather than having to remember to update it when the date rolls over, i feel like it's somewhat disingenuous for me to suggest that i'm 100% on top of manually updating the page alongside the phrase "hand-made" when a piece of code is actually doing it for me
fix(theme): defined height on article thumbnails
helps masonry js work better
fix(styles): shrank header on larger views
prevent line break/overflow on long words like "Professional" and "Birkenstock" on larger displays
style(root): one stray indent
fix(theme): styles
renamed featured header image class on article pages so that they're (somewhat) more distinct from article preview images on list pages
Co-authored-by: steven-y-e <steven@mineral.town>
Reviewed-on: http://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town/pulls/7
Co-Authored-By: steven <steven-y-e@noreply.localhost>
Co-Committed-By: steven <steven-y-e@noreply.localhost>
fix(root): updated homepage links
refactor(root): pixel art
also added some missing whitespace for css width property
Co-authored-by: steven-y-e <steven@mineral.town>
Reviewed-on: http://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town/pulls/2
Co-Authored-By: steven <steven-y-e@noreply.localhost>
Co-Committed-By: steven <steven-y-e@noreply.localhost>
feat(theme): custom css (finally lol)
for now, just make images in posts fit to width of column instead of overflowing
feat(theme): header link to root
blog name in header title links to root
refactor(theme): replace $.Site.BaseURL with /
no reason not to in this case
feat(theme): base layout created for 'mineral'
fix(conf): lowercase about page title and copyright line
feat(page): about
link to root site and contact email address
fix(theme): license
changed email to name
fix(conf): update toml conf for blog
feat(theme): font - fira code
replace skeleton's default raleway font with something fixed-width
feat(theme): skeleton implementation
feat(theme): included skeleton/normalize css libraries
draft(post-receive): production script
script for git to automatically build and deploy the websites upon pushing an update to the main branch stored on the production server
fix(gitignore): ignore hugo build output directory
init(theme): mineral
init(blog): initialize new hugo site
static site generator (built in golang) used to dynamically build a static website (for low spec hosts)
refactor(root): moved "root" webpage into its own directory
Co-Authored-By: steven <steven-y-e@noreply.localhost>
Co-Committed-By: steven <steven-y-e@noreply.localhost>