Commit graph

236 commits

Author SHA1 Message Date
Nuno Coração
f4fd472e6e Fix background image mode in list view 2024-02-13 21:25:46 +00:00
MaikelChan
580e13b6d6
Added back text base color. 2024-02-11 14:15:59 +01:00
MaikelChan
7f929c2fd8
Same thing with the translations menu. 2024-02-11 14:09:05 +01:00
MaikelChan
393791265c
Menu items hover in the same way as search and dark mode switcher buttons. 2024-02-11 14:05:19 +01:00
MaikelChan
ab6738cd4d
Improve consistency in header's layout and size. 2024-02-11 13:37:19 +01:00
Nuno Coração
e87e066aa7 fix all issues with https://github.com/nunocoracao/blowfish/pull/1216 2024-02-10 17:54:51 +00:00
Aakash Nand
19520b4481 Ensure featureimage is present before calling resources.GetRemote
Also added ability to set author image as external url and updated
relevant documentation in configuration
2024-02-10 23:52:52 +09:00
Aakash Nand
d332b54c94 Fetch feature image from url 2024-02-06 21:03:40 +09:00
Nuno Coração
8c4fb4d64c fix small default 2024-01-28 17:09:49 +00:00
Nuno Coração
392e89722d fix gallery js code 2024-01-28 17:06:04 +00:00
Weaxs
aa2a37c666 footer menu support "pre" icon parameter 2024-01-23 17:44:41 +08:00
Nuno Coração
50ea75d777 polish and improved docs 2024-01-15 00:08:05 +00:00
Nuno Coração
723c2e8421
Merge pull request #1164 from MaikelChan/uid
New way to generate UIDs.
2024-01-14 23:26:45 +00:00
MaikelChan
9cfc07565c
New way to generate UIDs. 2024-01-13 01:24:45 +01:00
MaikelChan
f927990504
Cursor adjustments to badges section in an article. 2024-01-12 20:26:30 +01:00
Nuno Coração
aa63694ef3
Merge branch 'dev' into feature/zen-mode 2024-01-04 21:09:06 +00:00
Nuno Coração
d17678b85f
Merge pull request #1126 from v20100v/dev
🐛 Shortcodes gallery (non-unique id, multiple loading <script> tag)
2024-01-04 20:58:58 +00:00
v20100v
e1f6607def Zen-mode feature 2023-12-19 11:23:25 +01:00
Ryan Gibson
854f773c65
Remove extraneous backdrop-blurs across partials 2023-12-18 13:35:45 -05:00
v20100v
c790396863 🐛 : Shortcodes gallery (non-unique id, multiple loading <script> tag) 2023-12-18 14:37:47 +01:00
Nuno Coração
d613121b76 small bug fix 2023-12-06 22:08:16 +00:00
Nuno Coração
85e7073cb9 update version and final polish 2023-12-06 21:46:24 +00:00
Nuno Coração
065bf2b060 🎨 Implement loaders for fetched information (views and likes) 2023-12-06 21:40:38 +00:00
Nuno Coração
1b83a34d99 reduce icon spacing 2023-12-01 13:32:08 +00:00
Nuno Coração
33b3302a61 Add option to hide text in header 2023-12-01 13:28:24 +00:00
Nuno Coração
242c43ed78 Empty hamburger visible 2023-12-01 13:20:24 +00:00
Nuno Coração
24cd703277 Missing pointer-cursor for tag-badge in article view 2023-12-01 13:15:45 +00:00
Nuno Coração
15027bf896 🐛 Missing overflow-hidden in simple article link 2023-12-01 11:59:54 +00:00
Ruby
a31607509e
Only request zoom library if it is not disabled.
There is already a if condition in `footer.html` that only runs the JS
from the zoom library if it is enabled per-site.
This commit takes the same if condition and applies it in `head.html` as
well to save a unnecessary web request to `zoom.min.js` if that is the case.
2023-11-28 06:25:25 +01:00
Nuno Coração
f36b17dc01 updated support for Hugo latest version 2023-11-02 22:42:13 +00:00
Christian Hering
b2a05f09cd
Fix tel:, ftp:, etc URLs For Author Links
Added safeURL to author links so that ftp and phone links work correctly. See Hugo documentation for more information:
https://gohugo.io/functions/safeurl/
2023-09-28 03:11:36 -05:00
JahsehJ
e381e9bb03 Adjust margin-top for a more balanced look 2023-08-29 06:59:42 -07:00
MaikelChan
a6263505f8
The disableImageOptimization setting now affects author images. 2023-07-30 20:42:45 +02:00
Nuno Coração
8cb34f3deb
Merge pull request #830 from fuse314/fix/js_asset
Always generate appearance.js in js folder
2023-07-29 13:16:24 +01:00
Jahseh J
b97bd9a0fc
🎨 Adjust margin-top of author links for a more balanced look. 2023-07-19 20:47:22 -07:00
Gottfried Mayer
cfbfc2fbc1
always generate appearance.js in js folder
depending on the basePath, the "appearance.js" was generated in an additional subfolder (i.E. /js/docs/appearance... instead of /js/appearance... ).
2023-07-17 10:36:07 +02:00
Nuno Coração
6f06d8550a 🐛 Fix menu wrapper for Safari 2023-07-14 10:08:11 +01:00
Nuno Coração
7c6663c348 updated authors to be displayed on top of an article 2023-06-29 22:15:39 +01:00
Nuno Coração
9d8d050cd6
Merge pull request #779 from voigt/fix-fathom-regression
🐛 fix regression in fathom analytics
2023-06-29 21:43:27 +01:00
Christoph Voigt
2fd531cfdf
fix regression in fathom analytics 2023-06-15 14:30:27 +02:00
Michael Dorner
4d29012edb Remove all .DS_Store files 2023-06-10 16:20:01 +02:00
Nuno Coração
c49443d765 fixed analytics 2023-06-06 21:42:12 +01:00
Christoph Voigt
74a09bab49
766 - fix analytics partial to make fathom analytics configurable 2023-06-06 10:31:44 +02:00
Nuno Coração
a9d8eee152 fixed small ui bug 2023-06-05 22:54:26 +01:00
Nuno Coração
9f741eb71d updated deprecated configs 2023-06-05 22:42:37 +01:00
Nuno Coração
bd603475c7 small fix 2023-05-24 22:46:46 +01:00
Nuno Coração
2b3b34fab9 fixe issue with analytics and new hugo update 2023-05-24 22:43:31 +01:00
Nuno Coração
9d18e3d78c updataed version 2023-05-24 21:39:52 +01:00
Nuno Coração
8ca246ce31
Merge pull request #689 from schachem/main
 Fix missing URL for Top-level menu entry in nested menu
2023-05-12 14:18:33 +01:00
Nuno Coração
50e4c2b9aa
Merge pull request #683 from DanWiseProgramming/feature/add_logo_dark_light_mode_switching
[#676] Add logo dark/light mode switching mechanism
2023-05-12 14:13:14 +01:00