1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-29 21:25:57 -04:00
Commit Graph

29 Commits

Author SHA1 Message Date
jake ed97527ee4 remove unnecessary charset at-rule from CSS 2021-11-16 06:59:56 -05:00
jake 37add71ffb completely overhaul SCSS theming logic 2021-11-01 10:23:24 -04:00
jake 4a4b38f728 update CSS reset 2021-10-30 12:53:06 -04:00
jake 2106b3703d finally got myself a real contact form 📬 2021-10-14 08:12:40 -04:00
jake 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
jake 16bff324a2 clean up SCSS and correct some syntax 2021-08-17 12:50:05 -04:00
jake 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
jake 9505767f3d add /api/projects endpoint and /projects page with GH-style repo cards 2021-06-03 09:31:53 -04:00
jake 1d6d6686b2 remove algolia search stuff from production for now 2021-04-03 09:46:12 -04:00
jake de1996c661 fix algolia base domain, use first party assets 2020-12-09 09:36:07 -05:00
jake a583a3a0e7 fix post titles not shrinking on mobile view, and clean up optimize-image partial 2020-07-14 20:29:49 -04:00
jake 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
jake d970c031a5 run initial SCSS refactoring through percy 2020-07-07 08:57:26 -04:00
jake 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
jake 917fde01dd make prettier play nice with (almost) everything 👸 2020-05-11 19:28:03 -04:00
jake d38ff15c2f get logo from an actual .svg file and inline it 2020-04-23 17:13:41 -04:00
jake 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
jake dd05444d21 css animation experiments because I'm bored. #quarantine 2020-04-02 21:36:37 -04:00
jake 72c8b3a99a absolute URLs in CSS via hugo variable 2020-04-01 17:59:40 -04:00
jake 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
jake e629f00492 just some SASS cleanup 2020-01-28 00:11:22 -05:00
jake 8450871531 draft /uses page 2020-01-22 12:54:23 -05:00
jake 2465903ff5 markdownify image captions 2019-12-19 13:04:02 -05:00
jake 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
jake e17c3ee816 forgot to fix logo hover colors 2019-11-24 22:28:39 -05:00
jake 8ccd15ab87 global header/navbar on all pages like a grown-up website (#17) 2019-11-24 18:07:12 -05:00
jake 4f7c01d600 refactor responsive SCSS using mixins 2019-11-03 21:36:51 -05:00
jake 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
jake 6aa688c62e split up SCSS files 2019-10-08 09:28:53 -04:00