1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 11:18:30 -04:00

17 Commits

Author SHA1 Message Date
99d13da0c7
new Twitter oEmbed endpoint (shortcode input changes from tweet ID to full URL)
https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-oembed

some hacking is required to continue passing only the tweet ID to <amp-twitter data-tweetid="..."> at the same time. ugh.

https://amp.dev/documentation/components/amp-twitter/#attributes
2020-06-28 11:29:35 -04:00
323b3dd9f6
add Prettier to workflow 🎀 (#128)
* prettier init

* prettier ignore

* run on everything 😬

* add prettier check script

* update deps

* Update .prettierignore
2020-05-06 12:19:21 -04:00
5477e34235
some tweaking of post-build image optimization 2020-04-24 12:58:18 -04:00
8537042ff1
stop hardcoding images/ directory in content frontmatter 2020-04-16 09:34:58 -04:00
5e5678a699
run lighthouse-ci via action [skip ci] 2020-03-28 21:45:44 -04:00
21871f21ec
pre-commit linting with husky and lint-staged, and spellcheck lint
[skip ci]
2020-02-04 15:34:41 -05:00
892cd20c40
lint all of the things
stylelint, markdownlint, linkinator
2020-01-08 10:17:55 -05:00
2465903ff5
markdownify image captions 2019-12-19 13:04:02 -05:00
c87bfd7797
support full HTML captions for image shortcode 2019-12-17 11:39:23 -05:00
552b62f571
non-selectable line numbers on code fences 2019-12-04 11:25:46 -05:00
ac0bbc6343
fetch Hugo binary via node for portability 2019-12-03 08:34:12 -05:00
0b62be6226
re-organize templates (use baseof.html) 2019-12-02 18:47:44 -05:00
abf99c0106 automatically resize/optimize images via Hugo processing 2019-10-27 12:44:29 -04:00
86b526f562 aggressively compress images 2019-10-13 08:53:13 -04:00
ImgBotApp
c269393a93 [ImgBot] Optimize images
*Total -- 1,557.23kb -> 1,485.65kb (4.6%)

/content/notes/how-to-pull-request-fork-github/images/step2.png -- 91.11kb -> 58.78kb (35.49%)
/content/notes/how-to-backup-linux-server/images/apocalypse.png -- 555.19kb -> 519.30kb (6.46%)
/content/notes/shodan-search-queries/images/c4max.png -- 27.98kb -> 26.81kb (4.19%)
/content/notes/how-to-pull-request-fork-github/images/forks.png -- 5.30kb -> 5.08kb (4.09%)
/content/notes/shodan-search-queries/images/7-11.png -- 32.02kb -> 30.99kb (3.21%)
/content/notes/shodan-search-queries/images/octoprint.png -- 845.62kb -> 844.68kb (0.11%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-09-22 01:52:10 -04:00
08a0dac1f7 open graph images for blog posts 2019-08-05 09:29:47 -04:00
7b62adcf7c new blog post: backing up linux server 2019-06-10 09:03:35 -04:00