Commit graph

165 commits

Author SHA1 Message Date
Nuno Coração
d8e641dc8d final version for testing 2023-01-14 02:09:45 +00:00
Nuno Coração
f970b2b6d9 ♻️ initial cleanup 2023-01-08 22:15:54 +00:00
Nuno Coração
866febe2a0 ♻️ synced branch to dev and fixed conflicts 2023-01-08 22:04:41 +00:00
Nuno Coração
1bbb4db406 final polish and version bump 2023-01-08 21:49:48 +00:00
Nuno Coração
2c1d12584b 🐛 fixed typeit integration 2023-01-08 21:44:15 +00:00
Nuno Coração
1643b7ffc7 ♻️ heroStyle in front-matter 2023-01-08 21:18:05 +00:00
Nuno Coração
9a424d8f06
Merge pull request #407 from adir1/main
🐛 added support for heroStyle via front-matter
2023-01-08 21:02:36 +00:00
Nuno Coração
774a1fc981 🐛 fix reference to nav.scroll_to_top_title 2023-01-08 20:48:22 +00:00
Adi Rabinovich
75145a91f8 Fixes issue nunocoracao/blowfish#405 2023-01-08 15:44:32 -05:00
Mircea-Pavel ANTON
1460aefdd6 Extract the "scroll to top" section as a partial 2023-01-07 03:44:09 +02:00
madoke
dfb18c126c add nested menus capability 2023-01-06 16:57:51 +00:00
Nuno Coração
a17139e1dd final polish and version bump 2023-01-05 20:45:47 +00:00
Nuno Coração
b293b18ccc 🐛 fix text rendering issue in hero homepage layout 2023-01-05 19:24:46 +00:00
Nuno Coração
e86df4129b 💄 added list.constrainItemsWidth to constrain items width 2023-01-05 19:18:24 +00:00
Nuno Coração
41f90d20a5 🐛 fix disableImageOptimization usage across all images in theme 2023-01-05 18:23:21 +00:00
Nuno Coração
e3eb3824f1
Merge branch 'subnavigation-feature-branch' into dev 2023-01-03 20:47:55 +00:00
Miles Pernicious
9c3326f395
Fix missing title attribute from search button
This was caused by an extra space before an enquoted identifier,
causing the i18n lookup to fail.
2023-01-01 23:55:00 -10:00
madoke
45c6546983 Add support for subnavigation menu 2023-01-02 00:58:45 +00:00
Nuno Coração
7049775470 🐛 fixed likes and view counters for taxonomies and terms 2023-01-01 22:23:42 +00:00
Nuno Coração
caa8476e35 🐛 fix for sharing links parameter in params.toml config file 2023-01-01 21:32:56 +00:00
Nuno Coração
7db7ee8034
Merge pull request #360 from pfrogond/dev
 Support for UTF-8 encoded series names; small updates
2023-01-01 21:10:21 +00:00
Maciej Opaliński
eb4554ffc6
fix: Fix header with disabled logo on mobile 2023-01-01 17:44:20 +01:00
Ondřej Pfrogner
08ba9d8402
Change so it doesn't affect list pages. 2022-12-31 20:31:47 +01:00
Ondřej Pfrogner
cc51ec03c1
Delete 200 word requirement for scroll to top 2022-12-31 20:14:50 +01:00
Ondřej Pfrogner
1211608786
Support for UTF-8 encoded series names 2022-12-31 18:22:58 +01:00
Ondřej Pfrogner
2039409722
Support for UTF-8 encoded series names 2022-12-31 18:22:23 +01:00
Nuno Coração
6bccf5c7d9 ♻️ refactor article links, cards, and recent articles partials 2022-12-31 15:58:20 +00:00
Nuno Coração
2fab070f49 Taxonomy add card view 2022-12-31 15:35:21 +00:00
Nuno Coração
09a5be7077 TypeIt integration 2022-12-31 14:51:04 +00:00
Nuno Coração
e7bbd250d9 💄 Review list grids 2022-12-30 21:37:28 +00:00
Nuno Coração
889f30f41a ♻️ Refactor custom landing page and recent articles 2022-12-30 19:30:16 +00:00
Nuno Coração
2af0079c92 update site references 2022-12-30 15:25:34 +00:00
Nuno Coração
7302083428 small fixes for main release 2022-12-21 23:46:19 +00:00
Nuno Coração
0516d2fb96 🐛 Image zoom level too low 2022-12-21 20:48:57 +00:00
Nuno Coração
19a93e421b
Merge pull request #338 from nunocoracao/324-term-view-is-missing-a-margin-before-content-list
🐛 Term view is missing a margin before content list
2022-12-21 19:50:27 +00:00
Nuno Coração
6787cded15 🐛 Term view is missing a margin before content list 2022-12-21 19:49:19 +00:00
Nuno Coração
68f9da6c27
Merge pull request #329 from chrisbanes/cb/grid-recent-articles
💄 Use grid rather than flexbox for recent articles
2022-12-21 19:39:47 +00:00
Nuno Coração
9059b558af
Merge pull request #327 from chrisbanes/cb/fill-thumbs
Improve resizing for article thumbnails
2022-12-18 11:47:35 +00:00
Chris Banes
8c939bf372 Use grid rather than flexbox for recent articles
Currently the items include some inner padding, which means
that the items have some leading spacing on the left/right
which don't align with the keyline.

This PR updates this to use a grid, with a fixed number of
columns depending on the screen size.
2022-12-17 15:58:50 +00:00
Sergio Diaz
1337a8fff4 🌐 add i18n for article series 2022-12-16 13:29:10 -06:00
Chris Banes
177b0fd567
Improve resizing for article thumbnails
Currently, the image is resized to be 600px, which will work for
most images but caused issues for images which have very wide
aspect ratios. This change updates the partials to use a Fill with
an appropriate bounding box, rather than a simple resize.
2022-12-15 18:26:31 +00:00
Nuno Coração
b2045506dc Term add card view 2022-12-12 23:26:43 +00:00
Nuno Coração
88b8647fb7 Term add hero image 2022-12-12 23:17:14 +00:00
Nuno Coração
8b132ffa0e Term add likes and views 2022-12-12 23:04:27 +00:00
Nuno Coração
07055a2934 Taxonomy add hero image 2022-12-12 22:58:42 +00:00
Nuno Coração
8171739c7e ♻️ refactor articles and list to use page.js logic instead of inline js 2022-12-12 22:43:05 +00:00
Nuno Coração
3034722b47 Taxonomy add likes and views 2022-12-12 22:34:28 +00:00
Nuno Coração
738f8ee4cc added margin to article pagination links 2022-12-12 21:36:54 +00:00
Krishna Santosh
16bc8cf841 fix: moved Tags Authors to left in mobile view 2022-12-12 22:04:33 +05:30
Krishna Santosh
38bcea0e0a
fix: add margin-bottom to the-top element 2022-12-11 18:28:14 +05:30