Commit graph

87 commits

Author SHA1 Message Date
Yann Bertrand
ba1cca06a7
🍱 Add HTML pages to generate media assets
Just use Chrome's screenshot feature to download them
2021-12-20 21:11:19 +01:00
Yann Bertrand
f0b766da74 ⬆️ Upgrade vuepress to v1.8.3 2021-12-20 21:09:10 +01:00
Yann Bertrand
45eb16e735 🍱 Update medias for macOS 12 Monterey 2021-12-20 20:32:24 +01:00
renovate[bot]
932cfe5711
⬆️ Upgrade slugify to v1.6.4 (#179)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-20 15:22:39 +01:00
renovate[bot]
5e3122fa36
⬆️ Upgrade markdown-it to v12.3.0 (#183)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-20 15:17:51 +01:00
Yann Bertrand
db6b0d9130
⬆️ Upgrade prettier to v2.5.1 (#186) 2021-12-20 15:16:35 +01:00
Yann Bertrand
70e4323ae4
⬆️ Upgrade jest to v27.4.5 (#185) 2021-12-20 15:10:13 +01:00
renovate[bot]
8a861c1590
⬆️ Upgrade jest to v27 (#167)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:43:35 +02:00
renovate[bot]
46167d06d8
⬆️ Upgrade slugify to v1.6.1 (#161)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:40:11 +02:00
renovate[bot]
2b3f9339f5
⬆️ Upgrade markdown-it to v12.2.0 (#158)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:39:06 +02:00
Patrice De Saint Steban
fe0d74e0ee
🌐 Fix french typos 🇫🇷 (#160) 2021-04-26 14:05:58 +02:00
Yann Bertrand
8cf0ac21fb 👷 Remove Lighthouse performance audit 2021-04-09 23:03:07 +02:00
Renovate Bot
eed718e99f ⬆️ Pin slugify to 1.5.0 2021-04-06 20:54:56 +02:00
Cameron Little
32cf426956 Add support for spaces (and other specials) in keys
Currently, page url generation (slugification) is just toLowerCase. In https://github.com/yannbertrand/macos-defaults/pull/146 I add some defaults that contain keys with spaces, which currently breaks.

This pulls in `slugify` to add support, and shell escapes keys in examples.
2021-04-06 20:53:41 +02:00
Yann Bertrand
7cb2d44377 🐛 Fix meta tags double quotes escaping 2021-04-05 20:10:03 +02:00
Cameron Little
2bc15fe0de 🩹 Improve markdown support
This improves markdown support within descriptions. Currently, adding multiline text blocks in the defaults.yml file breaks, because the generated head meta tags content includes that whitespace as is and breaks the generated yaml contents. Now, meta tag content is stringified
as JSON, which is yaml compliant. The final html meta tag contains the markdown as is. Also currently, markdown descriptions inserted into the
content can interact with subsequent content (if you end with a list it'll cause funky interaction with the following content). That's fixed by inserting a "break" between (done on categores and pages).
2021-04-05 20:10:03 +02:00
Yann Bertrand
39cc31f013 💄 Use better template semantics and add new capabilities
* Document requirements in schema
* Add support for non-generated example titles
* Escape example values for use in shell
* Rename "delete current value" to "reset to default value" to better explain what it does
2021-04-04 13:19:49 +02:00
Renovate Bot
bf704ed50b ⬆️ Upgrade vuepress monorepo to v1.8.2 2021-02-22 19:07:12 +01:00
Renovate Bot
fd08447130 ⬆️ Upgrade vuepress monorepo to v1.8.1 2021-02-17 22:03:38 +01:00
Renovate Bot
a1f61dcf23 ⬆️ Upgrade handlebars to v4.7.7 2021-02-17 21:59:11 +01:00
Renovate Bot
3d323b219c ⬆️ Upgrade vuepress monorepo to v1.8.0 2021-01-30 09:34:47 +01:00
Yann Bertrand
77af55b995
🐛 Allow base64 images 2021-01-01 13:38:16 +01:00
Yann Bertrand
feb031775e
🔥 Remove medium zoom plugin 2021-01-01 13:38:16 +01:00
Renovate Bot
52dbb5e378 ⬆️ Upgrade markdown-it to v12.0.4 2020-12-21 14:52:52 +01:00
Yann Bertrand
8735fb132d
Remove unneeded dependencies 2020-12-12 13:46:25 +01:00
Renovate Bot
ac4c1475d4 ⬆️ Upgrade commander to v6 2020-12-12 13:44:12 +01:00
renovate[bot]
d71ba953a1
⬆️ Upgrade chalk to v4 (#115)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-12 13:42:15 +01:00
Yann Bertrand
ebb6b53dc4
⬆️ Run yarn upgrade on production 2020-12-12 11:13:43 +01:00
이종영
27e23f206b
🐛 Fix find command (#114) 2020-12-12 11:07:00 +01:00
Renovate Bot
5ccfc5c22f
⬆️ Pin dependencies 2020-12-11 23:26:25 +01:00
Yann Bertrand
885c521be7
🔍 Add a sitemap to the production website 2020-12-11 23:26:21 +01:00
Renovate Bot
d3e06a0921 ⬆️ Upgrade markdown-it to v12.0.3 2020-12-08 20:23:28 +01:00
Renovate Bot
fd287605ad
⬆️ Upgrade prettier to v2.2.1 2020-11-28 09:23:01 +01:00
Yann Bertrand
2ca5e673af 🔧 Add lint:ci command to check linting on GH Actions 2020-11-27 14:39:16 +01:00
Yann Bertrand
a6a996ddd2 🚨 Run Prettier 2020-11-27 14:39:16 +01:00
Yann Bertrand
0aa9085661 🔧 Add lint command using Prettier 2020-11-27 14:39:16 +01:00
Renovate Bot
a2efd5f3ea ⬆️ Upgrade prettier to v2.2.0 2020-11-20 10:20:15 +01:00
Yann Bertrand
71eb300dd6
Allow to display a delete alert message 2020-11-13 12:22:04 +01:00
Yann Bertrand
a8e5700d8f
💄 Add Netlify image width & height
Improve CLS as expected by Lighthouse
2020-11-07 12:16:05 +01:00
renovate[bot]
bda14b6a25
⬆️ Upgrade jest to v26.6.3 (#89) 2020-11-04 20:46:45 +01:00
renovate[bot]
3b2b32a898
⬆️ Upgrade jest to v26.6.2 (#88) 2020-11-02 20:30:01 +01:00
renovate[bot]
3a5a032aa9
⬆️ Upgrade markdown-it to v12 (#87) 2020-10-31 21:01:37 +01:00
Yann Bertrand
fd7e88efd5
⬆️ Upgrade markdown-it to 10.0.0 (#86) 2020-10-31 20:46:30 +01:00
renovate[bot]
1bbaa81474
⬆️ Upgrade jest to v26.6.1 (#84) 2020-10-23 16:39:00 +02:00
renovate[bot]
0757ad7276
⬆️ Upgrade jest to v26.6.0 (#77) 2020-10-19 20:30:38 +02:00
Renovate Bot
5e279b5eef ⬆️ Upgrade vuepress monorepo to v1.7.1 2020-10-15 20:48:21 +02:00
Renovate Bot
d82676103d ⬆️ Upgrade vuepress monorepo to v1.7.0 2020-10-13 22:15:17 +02:00
Renovate Bot
c7db9768a3 ⬆️ Upgrade jest to v26.5.3 2020-10-11 21:11:31 +02:00
Renovate Bot
0c520edaf3 ⬆️ Upgrade jest to v26.5.2 2020-10-06 17:48:25 +02:00
Yann Bertrand
9f7762281f
🍱 Add iOS icons
Fix some resources not found issues
2020-10-05 21:40:34 +02:00