Commit graph

1860 commits

Author SHA1 Message Date
George Cushen
bfdbefddf4 chore(tailwind): bump version to v0.3.1
close #3164
close #3153
2024-11-04 15:46:15 +00:00
George Cushen
4fe544d8c2 feat: support latest Hugo to fix Markdown links no longer rendering 2024-11-04 15:43:58 +00:00
George Cushen
adc14f11d2 chore(tailwind): bump version to v0.3.0 2024-10-27 20:58:50 +00:00
George Cushen
2eaf5f6849 feat: add support for Hugo v0.134+ breaking changes
Tested with Hugo v0.135.0

Addresses `.Summary` breaking changes in Hugo v0.134: https://github.com/gohugoio/hugo/releases/tag/v0.134.0
2024-10-16 22:43:24 +01:00
Filip Vukelic
fdf45baf57
fix(bootstrap): default_button_index possibly not taking effect (#3156)
Fixes argument ordering
2024-10-13 15:55:26 +01:00
George Cushen
2f0f3249cb starters: upgrade to support Hugo breaking changes
Tested with Hugo v0.135.0

Addresses recent breaking changes in Hugo:

ERROR deprecated: .Site.GoogleAnalytics was deprecated.

WARN  deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead
2024-10-12 18:55:17 +01:00
George Cushen
39f530db44 starters(bootstrap): upgrade to support Hugo 0.135.0 paginate deprecation
Addresses Hugo 0.135 breaking change:

WARN  deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead
2024-10-12 18:52:41 +01:00
George Cushen
661cadc173 feat: pull in latest analytics/seo modules
Closes #3143
2024-10-12 18:41:04 +01:00
Etienne Chassaing
33edab5882
i18n: FR: add Experience translation (#3149)
This commit adds the translation of Experience from English to the French equivalent (plural)
2024-10-06 01:57:25 +01:00
George Cushen
4f621dfa3a fix: CSS padding and math overflow on small screens
Fix #3133
2024-09-08 18:05:34 +01:00
Filip Vukelic
9b7e44a06e
feat: support latest Hugo version - remove remains of deprecated Site.GoogleAnalytics (#3139) 2024-09-07 23:44:59 +01:00
Alexandre Duverger
927fddeb50
i18n: fix typo in french translation (#3140) 2024-09-07 23:43:26 +01:00
George Cushen
edacf1f01f fix: citation view not wrapping in case of many links
Fix #3133
2024-09-07 23:35:07 +01:00
Filip Vukelic
ec9127eaf8
feat: support Hugo v0.133+ by removing deprecated Hugo variable (#3137)
`site.GoogleAnalytics` variable is deprecated since Hugo ~v0.133 (a warning was shown since v0.120.0+) and Hugo now introduced a breaking change without any backwards compatibility causing all existing sites to break. Theis Hugo variable would need to be changed to `site.Config.Services.GoogleAnalytics.ID`, however that then breaks compatibility with all the sites on earlier Hugo versions. Thus, omit fetching this configuration variable since it should be set via the dedicated Analytics sections in `params.yaml` anyway.
2024-09-02 00:00:03 +01:00
Eugen Richter
8778c4b5ed
i18n: add missing German translations (#3136)
Add missing translations, that exist in english language file but not in the German
2024-08-13 19:24:32 +01:00
ALZ
5660081624
feat: add Bluesky icon to Brands icon pack (#3111) 2024-07-13 21:45:32 +01:00
George Cushen
676a1b20ee starters: update 2024-06-02 16:26:24 +01:00
George Cushen
492e343c2a fix(style): lint 2024-06-02 14:39:01 +01:00
George Cushen
f726390527 fix(style): fix bio center alignment 2024-06-02 14:33:45 +01:00
George Cushen
f78044d2b4 fix(pagefind): case where baseUrl/bundleUrl not auto detected
See https://discord.com/channels/722225264733716590/1246693780191449159/1246693780191449159
2024-06-02 14:10:52 +01:00
George Cushen
2b11b7e9fb feat(tailwind): prevent error when using hugo new site
As unfortunately Hugo always triggers error even when using `with` statement with a non-safelisted `os.Getenv` var
2024-06-01 19:27:12 +01:00
George Cushen
6b70757505 feat(tailwind): add include shortcode for re-usable Markdown blocks 2024-06-01 19:21:51 +01:00
George Cushen
776e5c09c0 feat(tailwind): port TOC shortcode 2024-06-01 16:31:32 +01:00
George Cushen
9b3512593a i18n: fix ID 2024-06-01 14:26:24 +01:00
George Cushen
a5aba50938 feat: reimplement backlinks 2024-06-01 14:26:24 +01:00
Eugen Richter
8d25fbed12
i18n: add missing translations for DE (#3105)
Add missing German translations
2024-05-27 19:55:48 +01:00
George Cushen
f8dfd561a6 starters: fix: GitHub Pages doesn't support Go v1.22 yet 2024-05-24 00:51:06 +01:00
George Cushen
322b500bd2 starters: update 2024-05-19 17:46:11 +01:00
George Cushen
81df9f3e9c starters: update 2024-05-19 17:20:22 +01:00
George Cushen
50c6efcd67 starters: port Academic theme to Tailwind 2024-05-19 17:12:23 +01:00
George Cushen
5ee9dc5857 starters: port Academic theme to Tailwind 2024-05-19 16:39:09 +01:00
George Cushen
928399f2cd feat(blox): add fill_image option to article-grid view
Also
- Fixes Tailwind safelist/whitelistPatterns given change in Tailwind v3 config structure
- Renames new `resume-biography-2` to `resume-biography-3` due to clash
2024-05-19 16:32:46 +01:00
George Cushen
3463e63b4c feat(blox): port Academic CV two column avatar/bio blox
Adds `resume-biography-2` blox
2024-05-19 13:13:48 +01:00
George Cushen
78e9a5787d feat(view): reduce data size in Card 2024-05-19 13:12:23 +01:00
George Cushen
d8ba8a1565 feat(view): fix left alignment for multiple var length citation views 2024-05-19 13:11:58 +01:00
George Cushen
307f5b9798 feat(view): fix case of no authors specified in article-grid view 2024-05-19 13:10:31 +01:00
George Cushen
01488c3821 feat(blox): allow to specify grid cols in article-grid view 2024-05-19 13:09:52 +01:00
George Cushen
564bf13e6d feat(blox): support HTML & fix accessibility in case of Emerald bg 2024-05-19 13:08:20 +01:00
George Cushen
55b856df3a feat(blox): support HTML & multiple paragraphs in Markdown blox 2024-05-19 13:07:35 +01:00
George Cushen
370dc623ab fix: debug msg 2024-05-19 13:06:15 +01:00
George Cushen
934246c45b starters: update 2024-05-18 21:17:09 +01:00
George Cushen
971f297e46 feat: add support for backlinks
Enabled by default in right sidebar. Can be disabled with `backlinks: false` in front matter.

See https://github.com/gohugoio/hugo/issues
2024-05-18 21:14:14 +01:00
George Cushen
c2e9a799f7 starters: add publication_type filter example 2024-05-13 20:45:41 +01:00
George Cushen
3fa4435e55 starters: add publication_type filter example 2024-05-13 20:33:55 +01:00
George Cushen
41bd113535 feat(collection): add exclude_publication_type filter 2024-05-13 20:33:11 +01:00
dajakus
c3d23d929b
i18n: update hr.yaml (#3096)
Added fields and translation for # Countdown widget
2024-05-10 00:17:41 +01:00
dajakus
be5537b684
i18n(bootstrap): Add Croatian support to bootstrap (#3099) 2024-05-10 00:16:39 +01:00
Chen
7d5cbf3ce7
i18n: fix translation id for conference paper (#3095) 2024-05-07 20:44:15 +01:00
George Cushen
75a42222e9 feat(tailwind): port support for Publications and Events 2024-05-06 23:16:55 +01:00
George Cushen
2261d9b5f8 feat: add support for serif font 2024-05-06 23:14:37 +01:00