- 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
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>
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>