Commit graph

12 commits

Author SHA1 Message Date
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
feb031775e
🔥 Remove medium zoom plugin 2021-01-01 13:38:16 +01:00
Yann Bertrand
885c521be7
🔍 Add a sitemap to the production website 2020-12-11 23:26:21 +01:00
Yann Bertrand
b23f746fe4
🐛 Enforce lowercase URLs 2020-10-03 15:41:02 +02:00
Yann Bertrand
08638ea94a
Display GitHub repo link in production
This reverts commit 29c80181f7.
2020-09-30 13:32:07 +02:00
Yann Bertrand
3a65f06188
🔖 Set netlify production URL 2020-09-26 20:24:54 +02:00
Yann Bertrand
9c8b7a2aeb
🌐 Add config internationalization support 2020-09-26 20:24:54 +02:00
Yann Bertrand
d7287ed5e5
🔍 Add social meta tags 2020-09-20 20:15:19 +02:00
Yann Bertrand
42235c5c35
💄 Add the logo in the navbar 2020-09-20 20:07:49 +02:00
Yann Bertrand
6ac6cb240b
🚀 Add icons and meta related stuff
Generated from https://realfavicongenerator.net/
2020-09-20 20:05:39 +02:00
Yann Bertrand
29c80181f7
🚧 Do not display GitHub repo link in production build 2020-09-20 20:03:34 +02:00
Yann Bertrand
4978266d5a
🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +02:00