Commit Graph

10 Commits (main)

Author SHA1 Message Date
steven ad34e01b89 fix(root): hide blog links
blog is down
2023-10-27 11:08:52 -04:00
steven a25fdfaaab fix(urls): homo.casa -> inaba.mineral.town
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
2023-06-27 14:59:24 -04:00
steven 1df3289b25 fix(theme): hinamizawa -> inaba
updated names and urls that point to the same services
2022-07-15 09:34:26 -04:00
steven 20a9fc79ae fix(ampersand): & -> & 2022-07-15 09:33:16 -04:00
steven 6a1fde9bb8 fix(date): year change (2021 -> 2022)
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
2022-07-15 09:32:32 -04:00
steven 65602b0810 feat(root): added links for code repositories
also refactored a few lines to put hyperlinks on their own lines
2021-10-07 10:40:22 -04:00
steven acdac10888 develop/blog (#7)
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>
2021-10-02 10:44:10 -04:00
steven 86f41ec47a develop/root (#5)
fix(root): project links

fix(posts): fix dates

feat(projects): more detail, links

Co-authored-by: steven-y-e <steven@mineral.town>
Reviewed-on: http://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town/pulls/5
Co-Authored-By: steven <steven-y-e@noreply.localhost>
Co-Committed-By: steven <steven-y-e@noreply.localhost>
2021-09-29 15:41:27 -04:00
steven 43bba2d7f1 develop/root (#2)
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>
2021-09-16 10:41:42 -04:00
steven dba091bf34 develop/blog (#1)
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>
2021-09-16 09:38:33 -04:00