develop/blog #1

Merged
steven-y-e merged 16 commits from develop/blog into main 2021-09-16 09:38:33 -04:00

16 Commits (main)

Author SHA1 Message Date
steven 50009410d0 feat(theme): custom css (finally lol)
for now, just make images in posts fit to width of column instead of overflowing
2021-09-16 09:30:20 -04:00
steven dc79e640fe feat(theme): header link to root
blog name in header title links to root
2021-09-16 09:01:23 -04:00
steven a7d18d59a2 refactor(theme): replace $.Site.BaseURL with /
no reason not to in this case
2021-09-16 09:00:40 -04:00
steven c5aefd9d0b feat(theme): base layout created for 'mineral' 2021-09-15 22:00:37 -04:00
steven d30868895c fix(conf): lowercase about page title and copyright line 2021-09-15 22:00:10 -04:00
steven c34a9d5276 feat(page): about
link to root site and contact email address
2021-09-15 21:52:08 -04:00
steven da9d05673e fix(theme): license
changed email to name
2021-09-15 21:20:12 -04:00
steven a3419c4690 fix(conf): update toml conf for blog 2021-09-15 21:19:47 -04:00
steven 386284796b feat(theme): font - fira code
replace skeleton's default raleway font with something fixed-width
2021-09-15 17:52:26 -04:00
steven 9c2df1086d feat(theme): skeleton implementation 2021-09-15 16:05:06 -04:00
steven ebb741fa9b feat(theme): included skeleton/normalize css libraries 2021-09-15 15:53:33 -04:00
steven c0f00bf301 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
2021-09-15 15:52:37 -04:00
steven 620203f305 fix(gitignore): ignore hugo build output directory 2021-09-15 15:52:04 -04:00
steven bfafcd114f init(theme): mineral 2021-09-15 15:51:33 -04:00
steven 50e09a11ea init(blog): initialize new hugo site
static site generator (built in golang) used to dynamically build a static website (for low spec hosts)
2021-09-15 13:42:27 -04:00
steven 992e8d7fc4 refactor(root): moved "root" webpage into its own directory 2021-09-15 13:40:45 -04:00