Commit graph

366 commits

Author SHA1 Message Date
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
Nuno CoraĆ§Ć£o
96fdb6db8b updated logic for unique ids in shortcodes 2023-08-17 22:01:42 +01:00
MaikelChan
a6263505f8
The disableImageOptimization setting now affects author images. 2023-07-30 20:42:45 +02:00
Nuno CoraĆ§Ć£o
e86beacb49 šŸ› Mobile bug in articles 2023-07-29 22:16:28 +01:00
Nuno CoraĆ§Ć£o
b72debb415
Merge pull request #852 from nunocoracao/dev
šŸ”– v2.38.2
2023-07-29 13:43:55 +01:00
Nuno CoraĆ§Ć£o
90f1711bf7 updated users list 2023-07-29 13:34:49 +01: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
Nuno CoraĆ§Ć£o
cd342e8674
Merge pull request #838 from JahsehJ/patch-2
šŸŽØ Adjust margin-top of author links for a more balanced look
2023-07-20 21:11:19 +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
Gottfried Mayer
ada540f102
fix(build): LanguageCode in rss.xml 2023-07-16 09:09:45 +02:00
Nuno CoraĆ§Ć£o
ada2b2c99b šŸŽØ TOC moves out of the screen because of related articles 2023-07-14 10:28:26 +01:00
Nuno CoraĆ§Ć£o
6f06d8550a šŸ› Fix menu wrapper for Safari 2023-07-14 10:08:11 +01:00
Nuno CoraĆ§Ć£o
83a2471949
Merge pull request #814 from MaikelChan/toc-position
šŸŽØ Fix that prevents the TOC from being covered by the main menu.
2023-07-14 10:02:59 +01:00
MaikelChan
eda728ba1d
Output HTML is better formatted. 2023-07-14 05:04:41 +02:00
MaikelChan
7a7fa2bf24
Applied same fix to the TOC when shown in a list page. 2023-07-14 04:33:53 +02:00
MaikelChan
85867e3f14
Found the actual issue. 2023-07-14 04:11:24 +02:00
MaikelChan
61dbc60f03
Fixed wrong Copyright in RSS feeds. 2023-07-13 01:47:38 +02: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
MaikelChan
83eae55276
Gallery fixes.
- Fixed having multiple galleries in the same page with the same ID, which would cause the galleries after the first one not behaving correctly.
- Make sure that all images have finished loading before calling Packery, fixing some image overlapping problems.
2023-05-23 20:20:07 +02:00
MaikelChan
23ef06829a
Fixed having multiple galleries in the same page, only works the first one. 2023-05-21 23:14:11 +02: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
Nuno CoraĆ§Ć£o
7c2ca7969e āœØ frontmatter uses both summary and description for site's meta description 2023-05-12 14:10:41 +01:00
Daniel Odrinski
cd946b93e5
Merge branch 'dev' into feature/add_logo_dark_light_mode_switching 2023-05-09 14:12:59 +01:00
Nuno CoraĆ§Ć£o
16600ee159 šŸ› Move to top gap between content and icon 2023-05-08 22:11:38 +01:00
Nuno CoraĆ§Ć£o
cb77f886ea fixed bug in list.html likes and views 2023-05-08 21:35:02 +01:00
MaikelChan
0427f9f5af
Fixed zoom library not being found if site is in a subfolder. 2023-05-07 06:49:40 +02:00
Daniel Odrinski
e3869849bd [#676] Add accidentally un-committed files 2023-05-02 03:17:31 +01:00
schachem
9e7abf32cf
Fix missing URL for Top-level menu entry in nested menue 2023-04-30 14:25:25 +02:00
Nuno CoraĆ§Ć£o
ad620c454b final 2023-04-29 16:55:14 +01:00
Nuno CoraĆ§Ć£o
04e4419c07 final polish 2023-04-29 16:42:52 +01:00
Nuno CoraĆ§Ć£o
66198da716 āœØ Related articles feature added 2023-04-29 15:56:55 +01:00
Nuno CoraĆ§Ć£o
53e6a6a45b āœØ Default featured image 2023-04-29 12:08:08 +01:00
Nuno CoraĆ§Ć£o
096fa3e919 fixed šŸŽØ List hover styling too bright 2023-04-22 12:54:31 +01:00
Nuno CoraĆ§Ć£o
e770bc974a šŸ› External posts should not display likes and views 2023-04-10 22:12:31 +01:00
Nuno CoraĆ§Ć£o
b2849743d6 šŸ› fix card height in lists 2023-04-10 21:56:12 +01:00
Nuno CoraĆ§Ć£o
b041980cc0
Merge pull request #641 from DiogoM1/add_gitlab_shortcode
āœØ Add gitlab shortcode
2023-04-10 21:37:06 +01:00
Maciej Opaliński
8a892cfb68
fix: Remove heading anchor content 2023-04-05 22:22:43 +02:00
DioDuPiMa
c1aca647c7 [ADD] Base URL option for short code and an appropriate default for gitlab's public instance 2023-04-05 00:47:46 +01:00
Diogo Macedo
3d9978c225
[FIX] Replace github naming 2023-03-29 22:32:46 +01:00
DioDuPiMa
242789f6d2 [add] PoC implementation of gitlab shortcut 2023-03-29 19:54:43 +01:00
Sinan
dca41fbd23
add alt tag to carousel 2023-03-20 11:01:37 +01:00
Nuno CoraĆ§Ć£o
282eb80cc2
Merge pull request #593 from androw/access2
ā™æļø Alt text management
2023-03-12 19:44:55 +00:00
Nuno CoraĆ§Ć£o
e5d81d952e
Merge pull request #595 from madoke/patch/use-article-description-meta
ā‡ļø Use article/page configured summary ahead of default
2023-03-12 19:44:32 +00:00
madoke
bbacdd1dbd Use tags ahead of site default keywords 2023-03-12 18:53:13 +00:00
madoke
81e825ca9a Use article/page configured summary ahead of default 2023-03-12 12:53:14 +00:00
Nicolas Lorin
b00813ad26
Accessibility: add alt text for big hero 2023-03-11 11:04:40 +01:00
Nicolas Lorin
6af086dd65
Perf: add fixed image ratio 2023-03-11 11:03:26 +01:00
Nicolas Lorin
f762efde93
Accessibility: no alt text for bg img 2023-03-11 11:00:18 +01:00
Nuno CoraĆ§Ć£o
e2c5c6eec9
Merge pull request #577 from androw/access
ā™æļø Minor changes
2023-03-10 14:41:36 +00:00
Nuno CoraĆ§Ć£o
482204a0ba šŸ› fixed gallery loading packery problem 2023-03-10 14:40:12 +00:00
Nuno CoraĆ§Ć£o
15836936d2 updated carousel shorcode to support latest version of tw-elements 2023-03-10 13:07:31 +00:00
Nuno CoraĆ§Ć£o
2be43ce875 temp fix for gallery 2023-03-09 23:00:46 +00:00
Nuno CoraĆ§Ć£o
9a1a1b70da temp fix for carousel 2023-03-09 22:56:12 +00:00
Nicolas Lorin
328e89d7a6
Accessibility: add link to language switcher 2023-03-06 23:23:34 +01:00
Nicolas Lorin
f5b435909e
Accessibility: Increase spacing for easier touch 2023-03-06 23:03:49 +01:00
Nicolas Lorin
08c195f342
Accessibility: Add missing aria-label on non-mobile buttons 2023-03-06 22:23:17 +01:00
Guillaume Assier
ff26b2f0e4 Accessibility: Add aria-label on buttons 2023-03-05 11:21:24 +00:00
Nuno CoraĆ§Ć£o
7e41c9cac0 final polish 2023-03-02 22:36:00 +00:00
Nuno CoraĆ§Ć£o
7740790c28 updated hugo version 2023-03-02 22:28:51 +00:00
Alan Tanner
da28e3ccdb match code convention
updated to { year } to make code conventions
2023-02-26 14:16:42 -05:00
Alan Tanner
c8e6218a6d added dynamic copyright year
if the param copyright contains the placeholder {year} the current year is returned
2023-02-26 13:45:57 -05:00
Nuno CoraĆ§Ć£o
ef2392e891 added new header 2023-02-25 19:23:10 +00:00