Commit graph

229 commits

Author SHA1 Message Date
Johannes Becker
c57e12dd31
feat(bootstrap): support facet filters for docsearch (#3026)
Closes #3022
2023-11-27 21:19:43 +00:00
George Cushen
70c62c8dbe feat: add telegram, whatsapp, weixin icons 2023-11-27 20:59:56 +00:00
George Cushen
a3e3b03dd8 fix: landing page 2023-11-27 02:15:27 +00:00
George Cushen
d2e84bae02 starters: update 2023-11-25 23:39:49 +00:00
George Cushen
f431a4a2c7 starters: update 2023-11-25 20:45:55 +00:00
George Cushen
a523cfb805 starters: update 2023-11-25 20:34:49 +00:00
George Cushen
804c70f7ef feat: support privacy analytics (fathom, plausible, pirsch) 2023-11-25 20:05:20 +00:00
George Cushen
97d99341d5 feat: apply primary color in more places 2023-11-25 19:53:14 +00:00
George Cushen
00b9ae5431 feat: port Hero blox 2023-11-24 23:16:21 +00:00
George Cushen
fef14e4b4c feat: add more color themes
also
- rename theme_default to mode
- port feedback comp
2023-11-24 14:48:34 +00:00
George Cushen
358962ce08 feat(tailwind): port brand icons, tags page, search, Awards block, card zoom 2023-11-16 07:57:40 +00:00
George Cushen
3d7a5172af feat(tailwind): port theme change event 2023-11-13 22:23:32 +00:00
George Cushen
ebaf14037b style: fix accessibility 2023-11-13 20:25:41 +00:00
George Cushen
bf2aae99ab feat(blox-tailwind): add skills, languages, experience blox 2023-11-13 18:34:53 +00:00
Thom Wiggers
425726d96b
feat: support Hugo v0.120 - fix display of addresses
Add support for breaking changes in Hugo v0.120.0

The delimiters got escaped by Hugo v0.120

See #3012
Close #3016
2023-11-09 18:01:18 +00:00
George Cushen
d9695efa09 fix: links (cont.) 2023-11-09 14:58:28 +00:00
George Cushen
5849f386bd fix: blox-seo require 2023-11-08 14:19:41 +00:00
George Cushen
44846a6691 fix: blox-seo require 2023-11-08 14:17:30 +00:00
George Cushen
0478cf6921 fix: blox-reveal require 2023-11-08 14:15:15 +00:00
George Cushen
22992233d8 fix: blox-bootstrap require 2023-11-08 14:12:29 +00:00
George Cushen
9b2e271c7c fix: links 2023-11-07 23:09:38 +00:00
George Cushen
f9b227c335 feat: Netlify CMS renamed to Decap CMS
See #3007
2023-11-05 16:32:42 +00:00
George Cushen
42cbd66239 feat: add support for breaking changes in Hugo v0.120.0
See https://github.com/gohugoio/hugo/releases/tag/v0.120.0

Close #3012
2023-11-02 17:53:27 +00:00
George Cushen
d537e4be48 feat: add support for breaking changes in Hugo v0.120.0
See https://github.com/gohugoio/hugo/releases/tag/v0.120.0

Close #3012
2023-11-02 17:49:54 +00:00
George Cushen
56446cc948 fix: new namespaced calls
See https://discord.com/channels/722225264733716590/1169641769152036934/1169641769152036934
2023-11-02 17:07:29 +00:00
George Cushen
68afe49fb1 fix: new namespaced calls
See https://discord.com/channels/722225264733716590/1169641769152036934/1169641769152036934
2023-11-02 17:06:37 +00:00
George Cushen
66b38685ac fix: new namespaced calls
See https://discord.com/channels/722225264733716590/1169641769152036934/1169641769152036934
2023-11-02 16:38:09 +00:00
George Cushen
962eba579f modules: port sitemap, webmanifest, robots.txt, markdown block 2023-11-01 19:33:03 +00:00
George Cushen
cc1b1a8aee modules: rename wowchemy module to wowchemy-bootstrap
Based on user feedback to give modules clearer names now that effort has shifted from Bootstrap UI to the Tailwind UI in `wowchemy-tailwind`
2023-11-01 18:56:52 +00:00
George Cushen
999dc0706f blocks(accomp): add explicit icon field for complex org names
We tried to simplify the process by automatically determining icon name, but in some cases with complex org names containing slashes etc, it may not work so well.

Closes #3006
2023-11-01 18:47:26 +00:00
George Cushen
5f086c68fb modules: namespace Core module
Hugo does not namespace modules by default, leading to conflicts. Hence, load partials from a namespaced sub-folder to prevent conflicts with similarly named files in other modules.
2023-11-01 18:40:04 +00:00
George Cushen
7b61e2f369 modules: namespace Core module
Hugo does not namespace modules by default, leading to conflicts. Hence, load partials from a namespaced sub-folder to prevent conflicts with similarly named files in other modules.
2023-11-01 18:37:33 +00:00
George Cushen
53a94b591e modules: namespace Core module
Hugo does not namespace modules by default, leading to conflicts. Hence, load partials from a namespaced sub-folder to prevent conflicts with similarly named files in other modules.
2023-11-01 18:33:55 +00:00
George Cushen
0f56496291 feat: add Button block & page background option 2023-10-29 09:18:33 +00:00
George Cushen
58ed6b3aa2 fix: workaround Hugo concurrency issues 2023-10-27 20:56:53 +01:00
George Cushen
127cd7919a feat: add explicit fingerprint algo 2023-10-27 20:40:09 +01:00
George Cushen
49690f2ae1 feat: port charts, mermaid, math, markmap, copy, pager to Tailwind 2023-10-27 20:29:18 +01:00
George Cushen
45a7ac7b41 feat: port callout and icon shortcodes to Tailwind
And migrate others across without changes.
2023-10-26 21:32:23 +01:00
George Cushen
973ff9099e feat: port callout and icon shortcodes to Tailwind
And migrate others across without changes.
2023-10-26 21:20:34 +01:00
George Cushen
590de1357a feat: port Author Profile Block to Tailwind 2023-10-26 20:36:51 +01:00
George Cushen
1aebdb7837 feat: add 404 page 2023-10-26 19:32:01 +01:00
George Cushen
8f0b35eeed feat: use Inter font 2023-10-26 19:24:58 +01:00
George Cushen
6f622fb134 chore: update lint rules 2023-10-24 22:46:49 +01:00
George Cushen
c2b66cf131 chore: bump version 2023-10-24 22:41:56 +01:00
George Cushen
aa7a83fda4 fix: lint/accessibility 2023-10-24 22:41:39 +01:00
George Cushen
2c1d5b4f71 feat: port Wowchemy blog template from Bootstrap to Tailwind 2023-10-24 19:11:31 +01:00
George Cushen
3dc5088639 feat: add Tailwind variant of Wowchemy components and layouts 2023-10-24 18:31:41 +01:00
George Cushen
110377e4b8 feat: add Bilibili shortcode 2023-10-22 23:01:23 +01:00
George Cushen
b70eaa9c6b feat: support animated featured images (GIFs)
Add support for animated GIFs (e.g. featured.gif) in instances of the featured image in page header and all views
2023-10-19 18:28:01 +01:00
George Cushen
28f1686c65 feat: add Skills block 2023-10-19 01:31:33 +01:00