1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 06:58:28 -04:00

45 Commits

Author SHA1 Message Date
d970c031a5
run initial SCSS refactoring through percy 2020-07-07 08:57:26 -04:00
3cadddc799
go back to outlining inline code (single backticks) with light border
and make it possible to use code in post/page titles
2020-06-30 09:37:03 -04:00
45b23c45a3
link View Source in page/post footers to specific file on GitHub 2020-06-26 12:59:46 -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
12f8bd8084
renamed default branch to main 2020-06-21 10:44:43 -04:00
a42e27e6e8
remove utteranc.es for now 2020-04-28 09:48:51 -04:00
c3f46dd9db
*actually* fix utteranc.es dark/light theme-ing 2020-04-26 15:07:35 -04:00
abbc3f9678
make the main content/blog section configurable instead of hardcoded to notes 2020-04-13 17:25:29 -04:00
55a696c261
constrain header width and reduce padding across the site 2020-04-04 10:18:20 -04:00
9bcd47e3d6
revert change to improve post link 2020-03-26 09:44:35 -04:00
51bcf35026
pipe titles through markdownify for fancy quotes 2020-03-23 10:32:23 -04:00
12bce797d6 Redesign post headings 2020-03-23 10:07:31 -04:00
fa1161cd27
allow comments to be disabled on individual posts 2020-03-18 20:14:53 -04:00
d5b5a71078
enable comments via utteranc.es 2020-03-17 19:32:27 -04:00
8d5d9c3a25
remove h-entry class -- confuses Google article descriptions 2020-01-25 12:20:38 -05:00
87fc0f949f
test webmentions & other indieweb stuff 2020-01-21 09:44:39 -05:00
f4b4a2d88a
revert RenderString addition in 7001394614148762b390ee96bb66cfc922faeb26 2019-12-28 10:56:52 -05:00
ef32f73372
cache some partials 2019-12-26 22:06:04 -05:00
7001394614
shortcode lookup being weird -- explicitly calling RenderString seems to help? 2019-12-23 12:54:47 -06:00
47016b1109
h1 permalink on video pages & subtitle styling 2019-12-20 11:19:57 -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
96ad258d36
change a BUNCH of if's to with's to prepare for theme extraction 2019-12-03 12:41:55 -05:00
0b62be6226
re-organize templates (use baseof.html) 2019-12-02 18:47:44 -05:00
e8bf1881c8
upgrade Hugo to v0.60.1 (new markdown parser) 2019-12-01 21:21:11 -05:00
8ccd15ab87
global header/navbar on all pages like a grown-up website (#17) 2019-11-24 18:07:12 -05:00
1ea90613c9
switch everything from messy hCards/microdata to JSON-LD 2019-11-22 20:24:38 -05:00
cf3e2ca5cf
minify HTML on build 2019-11-22 16:23:45 -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
abf99c0106 automatically resize/optimize images via Hugo processing 2019-10-27 12:44:29 -04:00
3515c0a9ee add Improve Post link to blog post markdown sources 2019-10-13 09:03:51 -04:00
edea642e30 temporarily disable comments 2019-10-13 08:54:20 -04:00
cf71c83b5c remove unnecessary meta tags, schema updates, fewer favicon sizes 2019-10-09 13:38:03 -04:00
48fed2fdc2 fix duplicate class attributes 2019-10-05 19:59:18 -04:00
b1550c23e6 just some SASS tidying 2019-10-01 17:10:20 -04:00
87d6d33536 went a little crazy with CSS link animations 😳 2019-10-01 01:58:28 -04:00
2f1582a451 comment count 2019-05-06 09:16:23 -04:00
878eb6ea23 fix timestamp formatting 2019-04-22 13:13:08 -04:00
68678a38c7 encoding fix 2019-04-22 11:59:45 -04:00
b4953407ee syntax highlighting! 2019-04-22 11:26:16 -04:00
963741cd14 schema and h-card markup 2019-04-17 15:12:44 -04:00
e216cf7eec HTML5 elements and random CSS improvements 2019-04-12 12:38:00 -04:00
cde3fcde2e taking commento for a spin 2019-04-05 10:40:49 -04:00
4a66dfc5d4 byline on blog posts 2019-04-03 11:23:03 -04:00
ccd30a9e2b cleaned up HTML output 2019-04-02 13:11:37 -04:00
a3f17b1517 layout fixes 2019-04-02 11:10:50 -04:00