Commit graph

116 commits

Author SHA1 Message Date
Weaxs
369812f77f support rssnext/follow to claim feed 2024-11-15 17:54:44 +08:00
unacro
d6873cf1b1
chore: Move .Site.Author to .Site.Params.Author 2024-08-11 20:45:05 +08:00
Nuno Coração
addf561a06
Merge branch 'dev' into dev 2024-08-10 11:02:44 +01:00
Nuno Coração
8a8ba86ab2
Merge pull request #1670 from ragibson/main
Consistently include js/page.js in relevant statement scopes
2024-08-10 11:00:47 +01:00
Nuno Coração
ad956ad51f
Merge pull request #1628 from kurokobo/author_link
fix: correct links for the author pages
2024-08-10 10:46:13 +01:00
Ryan Gibson
c12753c069
Consistently include js/page.js in relevant statement scopes 2024-08-08 23:02:30 -04:00
Jörn-Michael Miehe
cf85d913fb 🐛 fix typos in "term" default layout 2024-08-07 23:04:20 +02:00
Mordecai K
47b99754e1 style(reply-by-email): separation from content
Add more separation from the content by adding a top margin
Add button-like styling to differentiate the link
2024-08-05 11:30:56 +03:00
Mordecai K
5088638936 feat: add reply via email functionality 2024-07-31 16:42:39 +03:00
kurokobo
8497eef0fe fix: correct links for the author pages 2024-07-19 14:39:08 +00:00
Nuno Coração
2ffe55a86a fix https://github.com/nunocoracao/blowfish/issues/1563 2024-06-27 23:05:51 +01:00
Nuno Coração
5ccc8c23cf
Merge pull request #1538 from mnjm/order-by-weight
 Articles ordering by weight
2024-06-19 17:38:32 +01:00
Nuno Coração
ad9ab104db final polish 2024-06-19 17:37:35 +01:00
Manjunath Mohan
6772f403d3 list-template: added ordering by weight 2024-06-12 10:19:22 +05:30
Manjunath Mohan
afb206e5db list-template: lil house keeping 2024-06-12 10:11:14 +05:30
Nuno Coração
0efede2f1d fix https://github.com/nunocoracao/blowfish/issues/1474 2024-06-10 12:07:42 +01:00
wermos
581aba3359
Be less aggressive in removing newlines. 2024-06-03 22:45:22 +05:30
wermos
bb435aded7
Minified the shortcodes and added handling for SVGs. 2024-06-03 22:34:24 +05:30
wermos
c6cffadfa1
Made the link shortcode more readable. 2024-06-03 20:39:10 +05:30
wermos
46737b193f
Tweaked the image shortcode. 2024-06-03 20:27:19 +05:30
wermos
c54b7daff2
Updated the link shortcode. 2024-06-02 12:20:45 +05:30
Nuno Coração
d20c8f1ea4 polish site configs 2024-05-31 15:04:29 +01:00
Zoe Roux
9dc7940718
Use markdown emojify instead of dump emojify 2024-05-31 12:37:29 +02:00
Nuno Coração
56889bcbd4 fixes https://github.com/nunocoracao/blowfish/issues/887 2024-04-07 19:56:46 +01:00
Nuno Coração
6ae4f4b71c fixed small bug on pr #1359 2024-03-21 11:06:56 +00:00
Aphcity
5edba5cf2e
Fix list.html render issue
FIXED: execute of template failed: template: _default/list.html:23:19: executing "main" at <.File.Path>: error calling Path: runtime error: invalid memory address or nil pointer dereference
2024-03-21 10:17:55 +08:00
Nuno Coração
6510a7505e
Merge pull request #1324 from nunocoracao/translations-v1
🎏 Blowfish translation
2024-03-20 21:56:58 +00:00
Nuno Coração
29625b34b6 🐛 Series does not show any list 2024-03-20 21:52:38 +00:00
Nuno Coração
6190898b70 fixed view like counters to work across multiple langs 2024-03-20 16:05:48 +00:00
Nuno Coração
93ef687194 too big too describe 2024-03-14 00:01:32 +00:00
Nuno Coração
e92c30b7a3 🐛 Clicking on a External URL page from search results does not navigate to external page 2024-03-10 10:31:37 +00:00
Nuno Coração
f421ce16c8 add loading lazy to image render 2024-03-09 15:24:00 +00:00
Karlukle
1c1d3d95b0
Fix Bugs: Anchors Not Functioning Correctly for CJK Headings
While utilizing the Blowfish theme, it was observed that headings containing non-ASCII characters, such as those in Chinese text, were not positioned when clicked on either the Table of Contents (TOC) or the anchor mark (#) preceding the heading. This issue did not occur with headings in plain English. The resolution involved updating the render-heading.html file to implement URL escaping for anchors, enabling accurate positioning for non-ASCII headings.
2024-02-18 15:59:35 +00:00
Nuno Coração
aa63694ef3
Merge branch 'dev' into feature/zen-mode 2024-01-04 21:09:06 +00:00
v20100v
e1f6607def Zen-mode feature 2023-12-19 11:23:25 +01:00
arunoruto
844cf98ccf Fix annoying .File.Path on zero object. warning 2023-12-16 10:50:34 +01:00
Nuno Coração
4c9e372ef7 Heading first-child styling not working 2023-12-01 12:15:20 +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
Nuno Coração
ea8793fac8 updated user list and changed style 2023-09-29 00:59:21 +01:00
Nuno Coração
e86beacb49 🐛 Mobile bug in articles 2023-07-29 22:16:28 +01:00
Nuno Coração
90f1711bf7 updated users list 2023-07-29 13:34:49 +01: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
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
9d18e3d78c updataed version 2023-05-24 21:39:52 +01:00