Commit Graph

3 Commits (main)

Author SHA1 Message Date
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 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