1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 17:08:27 -04:00

26 Commits

Author SHA1 Message Date
2106b3703d
finally got myself a real contact form 📬 2021-10-14 08:12:40 -04:00
3a3849e8ec
add a partial template that returns an asset's URL and hash from webpack's manifest
still a mess but slightly more modular. also added a real 404 page.
2021-09-03 11:16:27 -04:00
16bff324a2
clean up SCSS and correct some syntax 2021-08-17 12:50:05 -04:00
363b4edf1c
shift asset processing to webpack (#424)
also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
2021-06-19 17:19:01 -04:00
9505767f3d
add /api/projects endpoint and /projects page with GH-style repo cards 2021-06-03 09:31:53 -04:00
1d6d6686b2
remove algolia search stuff from production for now 2021-04-03 09:46:12 -04:00
de1996c661
fix algolia base domain, use first party assets 2020-12-09 09:36:07 -05:00
a583a3a0e7
fix post titles not shrinking on mobile view, and clean up optimize-image partial 2020-07-14 20:29:49 -04:00
5123b8831a
organize config.toml params, and stop treating frontmattered CSS as SCSS unnecessarily -- it appears to cause some weird race condition with temporary files every once in a while...? not the intended use anyways though. 2020-07-12 19:51:19 -04:00
d970c031a5
run initial SCSS refactoring through percy 2020-07-07 08:57:26 -04:00
f3198e0235
clean up a bunch of layouts, especially social-images function
also made even more config.toml parameters optional, will help when finally releasing theme
2020-06-25 10:35:59 -04:00
917fde01dd
make prettier play nice with (almost) everything 👸 2020-05-11 19:28:03 -04:00
d38ff15c2f
get logo from an actual .svg file and inline it 2020-04-23 17:13:41 -04:00
b13da8e05b
dark mode 😎 (#112)
* prepare dark mode stuffs

* themed all global colors

* store preference in local storage

* toggle styling

* lightbulb position

* minify bundled script with uglify-js instead of hugo

* detect whether user has an OS-wide dark mode preference and use that by default

* two different colors for each homepage link

* inline bulb SVGs into stylesheet

* fingerprint and cache styles for a year

* fix lightbulb positioning with weird magic numbers, will come back to that

* themed syntax highlighting

* use terser instead of uglify-js (b/c of ES6)
2020-04-20 15:04:30 -04:00
dd05444d21
css animation experiments because I'm bored. #quarantine 2020-04-02 21:36:37 -04:00
72c8b3a99a
absolute URLs in CSS via hugo variable 2020-04-01 17:59:40 -04:00
bc3e1f9309
set max width of pages in Hugo config.toml, retrieve value from SCSS
https://gohugo.io/hugo-pipes/resource-from-template/
2020-03-27 20:58:52 -04:00
e629f00492
just some SASS cleanup 2020-01-28 00:11:22 -05:00
8450871531
draft /uses page 2020-01-22 12:54:23 -05:00
2465903ff5
markdownify image captions 2019-12-19 13:04:02 -05:00
87ea2db92f
switch to Roboto web font (#22)
for now, at least. tired of waiting on Chromium to fix system fonts on Catalina.... https://bugs.chromium.org/p/chromium/issues/detail?id=1005969

Roboto seems closest to San Francisco.
2019-12-16 10:59:52 -05:00
e17c3ee816
forgot to fix logo hover colors 2019-11-24 22:28:39 -05:00
8ccd15ab87
global header/navbar on all pages like a grown-up website (#17) 2019-11-24 18:07:12 -05:00
4f7c01d600 refactor responsive SCSS using mixins 2019-11-03 21:36:51 -05:00
c79bba520b huge refactoring of content and theme
- de-personalize the theme as much as possible, moving personal info into config.toml parameters
- extract hard-coded content out layouts and into actual /content (especially home page and all of its assets)
- include full text of posts in RSS feed (aka making the world a better place)
- use abstract layout for both video pages (/leo and /birthday)
2019-10-27 22:10:18 -04:00
6aa688c62e split up SCSS files 2019-10-08 09:28:53 -04:00