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>