Commit graph

339 commits

Author SHA1 Message Date
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
289b3ff7ad Add documentation for external image usage 2024-02-08 17:15:57 +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
23bb87b1cf polish keywork shortcode 2024-01-04 21:34:00 +00:00
Nuno Coração
c147af39ca
Merge pull request #1136 from alxhslm/keyword-lists
 Keyword shortcode
2024-01-04 21:09:57 +00:00
Nuno Coração
aa63694ef3
Merge branch 'dev' into feature/zen-mode 2024-01-04 21:09:06 +00:00
Nuno Coração
c0285a45ec
Merge branch 'dev' into xwjdsh-patch-1 2024-01-04 21:00:45 +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
Nuno Coração
5aae32560b
Merge pull request #1128 from ragibson/fix-backdrop-filter-performance
Remove extraneous backdrop-blurs across partials
2024-01-04 20:54:17 +00:00
Wen Sun
9aa130cd64
Update timelineItem.html
* Add `break-words` to prevent content overflow
2023-12-21 10:56:40 +09:00
Alex Haslam
86dc4b0ade
Increase vertical spacing 2023-12-20 16:02:45 +00:00
Alex Haslam
46c1199289
Fix issue which can arise with formatting 2023-12-20 15:01:25 +00:00
Alex Haslam
3e81805971
Don't put margin around each keyword 2023-12-20 15:01:03 +00:00
Alex Haslam
2791cc7cb9
Pass icon as keyword argument to shortcode 2023-12-20 13:53:50 +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
arunoruto
844cf98ccf Fix annoying .File.Path on zero object. warning 2023-12-16 10:50:34 +01:00
Nuno Coração
2fc94cb599 External Markdown Importer Shortcode 2023-12-14 12:37:23 +00:00
Alex Haslam
b1e8e00267
Add keywords list component 2023-12-09 21:53:58 +00: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
98fa8bf604 Card View in List Shortcode 2023-12-01 13:41:14 +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
4c9e372ef7 Heading first-child styling not working 2023-12-01 12:15:20 +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
c78d68dc0b made github and gitlab shortcodes dynamic 2023-11-02 23:30:55 +00:00
Nuno Coração
b2f8082120 fixed carousel shortcode 2023-11-02 23:11:58 +00:00
Nuno Coração
f36b17dc01 updated support for Hugo latest version 2023-11-02 22:42:13 +00:00
Gottfried Mayer
10ac37ba29
feat: exclude external pages from Sitemap, include pages with relative externalUrl with correct URL in Sitemap
- Exclude pages with absolute externalUrl from Sitemap
- Include pages with relative externalUrl with correct URL in Sitemap
- Improve output XML (no more linebreaks and spaces)
2023-10-24 12:39:34 +02:00
ajmandourah
c9474e425d
Merge branch 'nunocoracao:main' into main 2023-09-29 08:08:46 +03:00
ajmandourah
aaa76e04d3 adding LTR/RTL shortcodes to the docs + implement Tailwind classes for the ltr/rtl shortcodes 2023-09-29 08:04:48 +03:00
Nuno Coração
ea8793fac8 updated user list and changed style 2023-09-29 00:59:21 +01:00
ajmandourah
06d9e18599 Adding arabic languag + shortcodes for ltr/rtl 2023-09-28 14:26:19 +03: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
Nuno Coração
31ba51515c
Merge pull request #944 from fuse314/feature/figure_nozoom
🖼️ figure with nozoom
2023-09-12 11:18:19 +01:00
JahsehJ
e381e9bb03 Adjust margin-top for a more balanced look 2023-08-29 06:59:42 -07:00
Gottfried Mayer
ea2f848064
feat: add nozoom attribute to figure 2023-08-28 21:14:06 +02:00