Commit Graph

27 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 b8d45e2ee2 feat(blog/list): hide post dates
no one needs to see how infrequently i actually update this thing without actually delving into my git histories
2022-07-15 09:42:27 -04:00
steven 366a243af4 fix(blog/date): updated footer to current year 2022-07-15 09:41:17 -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 3d1e9530ae refactor(drafts): collected into outside folder
they will no longer mysteriously appear in the production site
2021-10-02 10:50:08 -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 bcf28169fa develop/blog (#6)
feat(theme): post's featured image

moved post's heading image urls into metadata header so that the featured images can be shown on post lists as well as article pages

fix(styles): shrank fonts again

noticed "Professional" in a header overflows horizontally so i had to make it smaller

Co-authored-by: steven-y-e <steven@mineral.town>
Reviewed-on: http://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town/pulls/6
Co-Authored-By: steven <steven-y-e@noreply.localhost>
Co-Committed-By: steven <steven-y-e@noreply.localhost>
2021-09-29 16:24:48 -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 c8c94b2204 develop/blog/posts (#4)
fix(tag): lowercase

feat(theme): dividing horizontal line between posts on lists

feat(post): k680t images and links

feat(post): hhkb images and links

fix(images): cropped aj11cmft low bred

fix(posts): spell checked

style(posts): whitespace

no more 80char line width limit on blog post files bc my text editors know how to word-wrap

feat(posts): added stock photos

fix(posts): whitespace
feat(posts): jojo vans, hori mini pad, arizona superstars, k680t
update(schedule): blog post
feat(posts): 85hi and ysl college

feat(post): neverfull
fix(footer): line break

make the site copyright block slightly more visually consistent across views

feat(pagination): responsive styles

- removed linkless ellipses between page numbers and next/previous links
- hide first/previous/next/last text labels on smaller views
- hide non active page specific links on even smaller views

fix(about): stylized email to allow for linebreaks

instead of one continuous whitespaceless string, the email address is broken up so that the text will flow properly on smaller views

fix(footer): layout alignment

add half width column class to nav and removed inline styles

feat(styles): shrank skeleton's typography

reduced heading sizes to make them more compatible with smaller displays

refactor(config.toml): whitespace

feat(permalinks): use post title, not filename

hides the "ordering" prefix

refactor(category): "input hardware" -> "hardware"

feat(drafts): marked incomplete posts as drafts

marked via hugo/md post headers

note(schedule): textfile noting blog post queue order

just for reference

fix(post): typo in file name

refactor(posts): rename md files with post order prefix

purely for internal/developmental organizational purposes (because hugo decides post order based on post dates)

draft(posts): a lot of empty files or notes

Co-authored-by: steven-y-e <steven@mineral.town>
Reviewed-on: http://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town/pulls/4
Co-Authored-By: steven <steven-y-e@noreply.localhost>
Co-Committed-By: steven <steven-y-e@noreply.localhost>
2021-09-29 15:33:16 -04:00
steven 5679b00ff3 fix(theme): increased posts/list page from 5 -> 6
slightly more even 2 column layout
2021-09-17 16:24:34 -04:00
steven 4cf765669d fix(posts): removed forbidden characters in post title (") 2021-09-17 16:23:33 -04:00
steven f561aa7df9 feat(posts): a lot of things 2021-09-17 16:19:49 -04:00
steven 74ac62f77a develop/blog - list refactor and pagination navigation features (#3)
feat(theme): pagination navigation

refactored out of the list template into its own partial
features:
- hidden if there's only 1 page
- shows up to 5 page numbers along with links to previous/next and first/last
- hide first/last if within 1 page from end
- ellipses denoting page numbers not shown

refactor(posts): limit body text row length to 80 char

feat(theme): masonry.js

implemented masonry.js so that items on list pages fill the content space more efficiently, wasting less space on the page

refactor(theme): lists

taxonomy and terms layouts have been consolidated back into default list template

Co-authored-by: steven-y-e <steven@mineral.town>
Reviewed-on: http://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town/pulls/3
Co-Authored-By: steven <steven-y-e@noreply.localhost>
Co-Committed-By: steven <steven-y-e@noreply.localhost>
2021-09-16 16:38:35 -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 515315c42c feat(post): Air Jordan 3 Georgetown 2021 2021-09-16 10:26:27 -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
steven 76b49a0e58 update(year): it's 2021 2021-02-09 10:08:02 -05:00
steven 32ace339bf feat(robots.txt): go away robots 2020-12-03 12:29:21 -05:00
steven 3092b75012 feat(favicon): mr hooly is now live 2020-11-30 12:44:32 -05:00
steven 5dd0d0ab42 feat(index.html): the page
decorated with mister hooly, rendered entirely in html/css
2020-11-30 12:20:29 -05:00
steven c0b73e1893 feat(png): mr hooly
a friendly sprite for displaying
2020-11-30 12:19:32 -05:00
steven 0e4708df91 feat(psd): mister hooly
a sprite for examining
2020-11-30 12:19:03 -05:00
steven 2289943854 init(friends.of.mineral.town): let's do it now 2020-11-30 12:18:23 -05:00