George Cushen
460f619542
chore: bump version
2022-09-24 13:18:32 +01:00
George Cushen
173224079f
fix: mindmap first item rendered indented
2022-09-24 13:17:32 +01:00
George Cushen
a2b502f9d6
starters(slides): update modules
...
Fixes #2811
2022-09-24 12:57:01 +01:00
George Cushen
20fdc04606
feat(slides): remove dependency on Wowchemy Bootstrap module
2022-09-24 12:57:01 +01:00
Federico Agostini
342a418071
build: preserve comments in language pack synchroniser ( #2831 )
...
By migrating from PyYAML to Ruamel for YAML parsing
2022-09-17 15:56:54 +01:00
Anirban Basu
c85924ba3e
fix: use absolute path in cookie_consent.html ( #2804 )
...
Adding `site.GetPage /privacy.md` to reflect the absolute path to `privacy.md`, as per the Hugo documentation for GetPage.
This should force Hugo to only link to a `/privacy.md` page at the root of the site and prevent Hugo searching for unrelated pages with `privacy` in the name (as it currently does, if for example you also have a /tags/privacy/ page).
Note that currently there's a Hugo bug where Hugo does not respect absolute paths in `site.GetPage`. Hence, Hugo can still return other unrelated pages (for example any other pages that have `privacy....` in the filename) until this bug is fixed: https://github.com/gohugoio/hugo/issues/10243
2022-09-17 11:04:33 +01:00
George Cushen
71f51091fb
feat: add Docsearch to 404 page
2022-09-16 19:43:46 +01:00
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
George Cushen
b46f34be28
docs: move page over
2022-09-03 15:43:47 +01:00
George Cushen
8aebca9c53
docs: make CONTRIBUTING.md easier to find
2022-09-02 20:18: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
58b2ca96ec
chore: migrate GH issue template to issue form
...
See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
2022-08-26 00:14:18 +01:00
George Cushen
ccd378a66e
chore: migrate GH issue template to issue form
...
See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
2022-08-26 00:12:49 +01:00
George Cushen
0a39615077
chore: migrate GH issue template to issue form
...
See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
2022-08-25 23:15:29 +01:00
George Cushen
74cc29c8ca
chore: migrate GH issue template to issue form
...
See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
2022-08-25 23:10:24 +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
65edbaa28c
docs: edit
2022-08-21 11:10:20 +01:00
George Cushen
ef8f0a96f3
feat: add support for mindmaps
2022-08-21 10:55:47 +01:00
George Cushen
7644a28711
docs: add content docs
2022-08-20 19:39:27 +01:00
George Cushen
de76516846
docs: add migration docs
2022-08-20 19:06:12 +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
Rudolf Lioutikov
9eb2f1fc3f
docs: update references to wowchemy-hugo-modules ( #2780 )
2022-08-14 13:26:10 +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
George Cushen
1ce2548dcf
starters: add line numbers example
2022-08-11 18:49:31 +01:00
Rudolf Lioutikov
3c3e1ed96b
starters: update modules to v5.6.0 ( #2779 )
...
Updated module paths as described in #2754 . Additionally changed the module names in go.mod to correspond to the repo path
2022-07-26 18:35:49 +01:00
Geo
bfb7d8e3f3
build: update view-starter-dev.sh with renamed modules
...
See #2754
2022-06-28 20:29:01 +01:00
Geo
45b102b7cc
build: with Hugo v0.101.0
2022-06-28 19:58:23 +01:00
Geo
fa0a553b6e
build: with Hugo v0.101.0
2022-06-28 19:56:38 +01:00
Geo
e11b64f36d
test: update test site for renamed modules
...
See #2754
2022-06-28 19:54:43 +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