Commit graph

1690 commits

Author SHA1 Message Date
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
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
Geo
1f3cbd0137 feat: redesign Gallery to use grid layout
Postfix -f (full width), -s (small), or -m (medium) to image names for them to span different areas of the grid.
2022-06-28 18:11:38 +01:00
Geo
565e5a40ae fix: invisible BibTeX citation in dark mode
Regression from migration of HLJS to Hugo's Chroma.

Fix #2753
2022-06-27 15:07:44 +01:00
Geo
4ce2a141a3
starters: fix readme news section 2022-06-21 17:31:45 +01:00
Yury Zhauniarovich
0d8a6eb42e
fix: pass context to the hook partial (#2749)
This commit fixes a bug of the context not being passed to the hook partial.
2022-06-21 17:15:32 +01:00
Daniel
f347d63546
feat: add Slider background fit option to cover or contain image (#2715)
Slider examples:

To scale the image to fit within the slide:

background:
  fit: contain

To fill the slide with the image (default behavior):

background:
  fit: cover
2022-06-15 18:29:38 +01:00
Stefano Cecere
b18d867d88
i18n: update it.yaml (#2738)
updated to sync entries with the latest en.yaml
2022-06-08 11:48:52 +01:00
Geo
acd74954b5 feat: more flexible hooks system
1. Use more standard hook names:
- head-start
- head-end
- body-end
- footer-start
- toc-start
- toc-end

2. Enable multiple files per hook. For example, a starter template may have `hooks/head-end/tpl.html` and a user may have customizations in `hooks/head-end/user.html`

custom_head.html -> hooks/head-end/custom.html
custom_js.html -> hooks/body-end/custom.html

Deprecates custom_head.html and custom_js.html but they remain supported for now.
2022-06-03 00:40:52 +01:00
Geo
d26624902d fix: inclusion of null locs in sitemap.xml
Impacted by Hugo changes

Fix #2732
2022-06-02 22:56:51 +01:00
Geo
d0aac60634 docs: clarify contribution steps 2022-06-02 21:09:20 +01:00
Geo
076464227c feat: migrate prev/next pager to Hugo's cascade system
New cascade front matter param: .Params.pager

Close #2737
See #2395
2022-06-02 20:12:36 +01:00
Geo
45f971c352 feat(book): auto-list child pages and add fallback title
Quality of life improvements for creating second brains or knowledge bases with apps like Obsidian.
2022-06-02 20:00:37 +01:00
Geo
50de7bd87e feat: check that Chroma theme exists
Also renames global Chroma theme variables to:

site.Params.features.syntax_highlighter.theme_light
site.Params.features.syntax_highlighter.theme_dark
2022-06-02 20:00:37 +01:00
Tatsuki
98932fcf96
i18n: improve Japanese translation (#2720) 2022-05-25 00:42:01 +01:00
Geo
aa03201adb starters(notes): add Cover image 2022-05-16 19:53:40 +01:00
Geo
2d2e58d8f4 feat: add Cover image to Book layout 2022-05-16 19:44:32 +01:00
Geo
0fa9b81706 starters(notes): get fix for regression space in Book menu 2022-05-16 13:31:57 +01:00
Geo
b804e4ab2f fix: regression space in Book menu
Fixes earlier commit

Fix 9868b04fae
2022-05-16 13:24:51 +01:00
Geo
77a684a7d2 starters(notes): edit 2022-05-16 12:25:32 +01:00