Commit graph

108 commits

Author SHA1 Message Date
Yann Bertrand
226b6e17b7 🚚 Rename master branch with main 2022-08-16 11:38:01 +02:00
Renovate Bot
d4f4c9f3db ⬆️ Upgrade slugify to v1.6.5 2022-01-09 10:06:34 +01:00
Renovate Bot
1ede0728b2 ⬆️ Upgrade markdown-it to v12.3.2 2022-01-09 10:00:56 +01:00
Renovate Bot
b74d6616ed ⬆️ Upgrade jest to v27.4.7 2022-01-09 09:58:55 +01:00
Yann Bertrand
60ef6581d4 🔒 Add Algolia CSP connect-src URLs 2022-01-09 09:56:18 +01:00
Yann Bertrand
de13287919 Add Algolia Docsearch 2022-01-09 09:56:18 +01:00
Renovate Bot
bc72482566 ⬆️ Upgrade vuepress monorepo to v1.9.1 2021-12-23 17:38:20 +01:00
Yann Bertrand
c1dea60fe4
🔨 Rename lint script to format 2021-12-21 12:19:30 +01:00
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
Yann Bertrand
ed0ca38273
⬆️ Upgrade yaml to v1.10.2 (#184) 2021-12-20 14:47:39 +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
snyk-bot
797ac73dcc
⬆️ Upgrade yaml from 1.10.0 to 1.10.2
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/yannbertrand/project/eff73e73-6826-4597-a8ef-92a0e5e9976a?utm_source=github&utm_medium=upgrade-pr
2021-04-10 09:06:00 +02:00
snyk-bot
8255326701
⬆️ Upgrade yaml from 1.10.0 to 1.10.2
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/yannbertrand/project/4aa59eb6-bc6e-4c64-adf0-edb1f8227121?utm_source=github&utm_medium=upgrade-pr
2021-04-09 23:04:25 +02:00
Yann Bertrand
8cf0ac21fb 👷 Remove Lighthouse performance audit 2021-04-09 23:03:07 +02:00
snyk-bot
afc2d38224
⬆️ Upgrade yaml from 1.10.0 to 1.10.2
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/yannbertrand/project/bc5e2030-7c55-4978-8678-013fe2c1cf2c?utm_source=github&utm_medium=upgrade-pr
2021-04-06 20:56:09 +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
cf4cad7ad9 ⬆️ Upgrade docsify-cli to v4.4.3 2021-03-09 20:54:50 +01:00
Renovate Bot
4bdad3884e ⬆️ Upgrade docusaurus to v1.14.7 2021-03-09 20:54:27 +01: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
a21b772948
⬆️ Run yarn upgrade 2020-12-12 11:18:49 +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