Pedro Ortiz Suarez
708b38cecc
feat: update Academicons to v1.9.2 ( #2833 )
2022-09-16 19:42:43 +01:00
Wei-Tse Hsu
5191e384bd
feat: add GitHub Discussions as a comment provider via Giscus ( #2830 )
2022-09-16 19:41:38 +01:00
George Cushen
c40f8ca503
feat: add support for different Footer Widgets
...
For example, params.yaml:
```
footer:
widget: mega
```
loads `layouts/partials/components/footers/mega.html`
2022-09-12 22:40:50 +01:00
George Cushen
c36731acb3
fix: docs <article> wrap content only
...
Prevents Docsearch picking up Feedback Widget text etc. in search results
2022-09-07 22:44:54 +01:00
George Cushen
0f2261995e
fix: dismiss Announcement Bar
2022-09-07 22:32:42 +01:00
George Cushen
1174c8564f
feat: add Announcement Bar feature
...
In front matter:
```
announcement:
text: ''Hello World!️'
```
2022-09-07 22:07:54 +01:00
George Cushen
769ac0e624
feat: add support for Algolia Docsearch
...
In params.yaml:
```
search:
provider: docsearch
docsearch:
app_id: ''
api_key: ''
index_name: ''
```
2022-09-07 21:51:28 +01:00
George Cushen
171a4dd85f
refactor: import new wowchemy-core/seo modules
2022-09-07 21:39:52 +01:00
George Cushen
8cd28ca07f
refactor: move utilities and seo to wowchemy-core/seo modules
2022-09-07 21:29:32 +01:00
George Cushen
18ac0b42a8
feat: align with .Params.image for featured/cover image
2022-09-07 21:22:53 +01:00
Federico Agostini
1fe36f5374
feat: load featured image from media library ( #2799 )
...
Adds support for loading featured image from media library via `image.filename` param as an alternative to placing a `featured.*` image in the page folder.
Supports setting a default feature image for all pages via Hugo Cascade in Hugo Config.
Supports featured image reuse without duplicating the image within each page folder.
2022-09-02 19:58:04 +01:00
Niskala Airaha
56994f726e
i18n: add Malay translations (Roman & Jawi) ( #2808 )
2022-08-30 18:47:45 +01:00
George Cushen
62cd90d0e0
fix: page feedback widget, ga -> gtag
2022-08-29 23:02:36 +01:00
George Cushen
875a3e5fa6
feat: add page feedback widget
...
Requires Google Analytics and production env.
New front-matter param for Book layout:
feedback: true
2022-08-28 00:55:24 +01:00
Federico Agostini
51cb8663ba
docs: add comments to document shortcode params ( #2796 )
2022-08-27 23:25:35 +01:00
Anirban Basu
1ef73475fc
i18n: add Bengali language pack ( #2802 )
2022-08-26 13:03:25 +01:00
Stefano Cecere
8eb59a8a45
i18n: update it.yaml ( #2803 )
2022-08-26 12:47:04 +01:00
George Cushen
005e361174
feat: add support for more complex filters in Portfolio widget
...
See https://isotope.metafizzy.co/filtering.html
E.g. filter on multiple tags:
```
filter_button:
- name: All
tag: '*'
- name: Machine Learning
tag: ML
- name: Computer Vision
tag: CV
- name: NLP
tag: NLP
- name: CV or NLP
filter: '.js-id-cv, .js-id-nlp'
- name: ML and NLP
filter: '.js-id-ml.js-id-nlp'
```
2022-08-25 20:28:05 +01:00
George Cushen
d9b6d28562
fix: mindmap when using Hugo --minify
2022-08-21 11:37:46 +01:00
George Cushen
ef8f0a96f3
feat: add support for mindmaps
2022-08-21 10:55:47 +01:00
George Cushen
b49528cf1e
refactor: move Reveal.JS plugin to its own module
...
```
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
```
See #2792
2022-08-15 18:06:37 +01:00
George Cushen
22e2a7cf74
fix: encoding of quotes in Page Sharer URL
...
Resolves merge conflicts in #2726
Fix #2726
2022-08-14 20:03:40 +01:00
rodrigoalcarazdelaosa
24e842c9af
feat: upgrade FontAwesome from 6.0.0 to 6.1.2 ( #2788 )
2022-08-14 13:22:38 +01:00
Mohamamd AlMarzouq
76c48517a7
fix: Mermaid diagram rendering in Reveal slides ( #2765 )
...
See https://github.com/hakimel/reveal.js/issues/2863#issuecomment-1107444425
2022-08-14 13:08:18 +01:00
Geo
679c67290f
chore: bump version
2022-06-28 19:41:39 +01:00
Geo
9f16e76314
refactor: Netlify CMS module name
...
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
See #2754
2022-06-28 19:36:44 +01:00
Geo
a1e764ece6
refactor: split out Netlify module
...
Creates dedicated module for Netlify deployment:
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
See #2754
2022-06-28 19:34:26 +01:00
Geo
e186f9b782
refactor: rename module
...
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugins-netlify-cms
See #2754
2022-06-28 18:52:40 +01:00
Geo
a042ab6e60
refactor: rename modules
...
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugins-netlify-cms/v1
See #2754
2022-06-28 18:29:39 +01:00