Commit Graph

29 Commits

Author SHA1 Message Date
Rico Sta. Cruz 42dd9eff84
Readability updates (#2134)
This PR updates the headings to avoid thin font weights and low
constrast ratios.

<table>
<tr>
<th>Before</th>
<th>After</th>
</tr>
<tr>
<td>


![image](https://github.com/rstacruz/cheatsheets/assets/74385/b7313b99-0376-49c1-84cd-e3476b2c84ff)

</td>
<td>


![image](https://github.com/rstacruz/cheatsheets/assets/74385/c2aec010-9976-4543-910b-dd9112995846)

</td>
</tr>
<tr>
<td>


![image](https://github.com/rstacruz/cheatsheets/assets/74385/e214d4a5-9a20-4a86-abc8-3261fc418192)

</td>
<td>


![image](https://github.com/rstacruz/cheatsheets/assets/74385/71a91afc-aa7b-4b8b-adf2-30a976c4a324)

</td>
</tr>
</table>
2024-04-03 23:37:00 +11:00
Rico Sta. Cruz 44bdd413fb
Major rewrite (!) (#2130) 2024-03-28 19:59:22 +11:00
Rico Sta. Cruz 2ac6e0ed0c
Update Node/Ruby versions (#2125)
* Update versions

* Bump GitHub workflows
2024-03-24 23:48:08 +11:00
Rico Sta. Cruz 95713890ce
Upgrade to Node v16 and new GitHub action steps (#1814) 2022-03-29 22:11:50 +11:00
Rico Sta. Cruz 969967363f
Formatting: update formatting of 20+ files (#1490) 2020-07-03 22:47:47 +10:00
Rico Sta. Cruz 5d514222d6 Dev: fix jekyll warnings; fade: make it more subtle 2020-06-23 01:10:54 +10:00
Rico Sta. Cruz 46787089cd
Tech improvement: Fix CSS, and enable minification (#1472) 2020-06-22 23:47:07 +10:00
Rico Sta. Cruz 6722b20d19 Add postcss and cssnano 2020-06-22 22:14:35 +10:00
Rico Sta. Cruz 40e1c30405 Remove built files 2020-06-22 22:14:35 +10:00
Rico Sta. Cruz ee1bbb06a3 Netlify: enable HTML minification 2020-06-15 00:11:02 +10:00
Rico Sta. Cruz d3203a354c Add Netlify configuration 2020-06-14 23:14:43 +10:00
Rico Sta. Cruz a20fdfe4e6 Update the critical path with Parcel too 2020-06-14 23:09:47 +10:00
Rico Sta. Cruz 9ed567ec08 Replace Webpack (_js) with Parcel (_parcel) 2020-06-14 22:21:27 +10:00
Rico Sta. Cruz 96e1e9115a
Remove prettier-standard; add prettier 2018-03-26 11:38:39 +08:00
Rico Sta. Cruz 9da29c6a65
Migrate scripts into Makefile 2017-10-23 12:43:26 +08:00
Rico Sta. Cruz 544ad25199
jekyll: don't rebuild unless necessary 2017-10-20 18:14:52 +08:00
Rico Sta. Cruz b3beaccbe9
Add critical path CSS 2017-10-19 11:53:21 +08:00
Rico Sta. Cruz 8de1797cd1
Update dom101 to fix problem with lodash page 2017-10-17 11:42:07 +08:00
Rico Sta. Cruz 5c6a897401
Optimize Disqus to make DCL happen sooner 2017-10-13 03:13:11 +08:00
Rico Sta. Cruz 01d012d504 package.json: remove prepublish hook 2017-10-04 13:17:20 +08:00
Rico Sta. Cruz 0487707c04
Use 'yarn run dev' for everything 2017-10-02 05:59:44 +08:00
Rico Sta. Cruz e4b283b83e
Compress better 2017-10-02 05:06:05 +08:00
Rico Sta. Cruz b906becabf
Add some tests 2017-10-02 04:57:41 +08:00
Rico Sta. Cruz cb8d022be7
Fix up more behaviors 2017-10-02 04:41:00 +08:00
Rico Sta. Cruz b8e3bc1d99
Behaviorizes search 2017-10-01 02:52:43 +08:00
Rico Sta. Cruz 431881414f
Trim some more 3rd-party deps 2017-10-01 02:52:43 +08:00
Rico Sta. Cruz b837738adf
Move some behaviors into Webpack 2017-10-01 02:52:43 +08:00
Rico Sta. Cruz 8b28e618c0
Begin to convert script.js to webpack 2017-10-01 02:52:43 +08:00
Rico Sta. Cruz c0b6e13fa4
Initial support for Webpack 2017-10-01 02:52:31 +08:00