Commit graph

1135 commits

Author SHA1 Message Date
Hong Xu
e07bb38dfb
Merge 24b5542ab7 into 7cf752f864 2025-04-23 14:35:23 -07:00
Jake Bailey
7cf752f864
Implement fixes for refreshed template system for Hugo v0.146.0+ (#1726)
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
2025-04-20 11:46:23 +05:30
Bjørn Erik Pedersen
149f12cea7
Add demosite link to theme.toml (#1724)
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
2025-04-14 23:14:24 +05:30
Aditya Telange
72615b6d49
Feat/improve cover image gen (#1628)
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
* Refactor cover.html

* Refactor 2

* Refactor 3

* Refactor 4

* Refactor 5

* add comments and refactor more

* Refactor cover.html to use <figcaption> for image captions

* Add comments and manage whitespace

* Remove pointer-event prevention from entry-cover image
2025-03-08 23:30:00 +05:30
David Guillot
e2e1011bde
[FEATURE] new opengraph 'fediverse:creator' meta (#1619)
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
**Usage**

Site level:

params:
  social:
    fediverse_creator: "@username@mastodon.social"

Page (Overrides Site level value):

---
title: "My Page"
social:
  fediverse_creator: "@username@mastodon.social"
---


Closes #1618 #1642

---------

Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2025-03-01 20:51:06 +05:30
PepeV_nRT
b4a056662a
Add social icon for Nextcloud (#1683)
Some checks are pending
Deploy Hugo PaperMod Demo to Pages / build (push) Waiting to run
Deploy Hugo PaperMod Demo to Pages / deploy (push) Blocked by required conditions
2025-03-01 19:28:49 +05:30
Massimo Barbieri
fd10e80d47
Add social icon for Jamendo (#1685)
Co-authored-by: PepeV_nRT <153303346+pepev-nrt@users.noreply.github.com>
2025-03-01 19:26:40 +05:30
misdirectionmaster
96418e7ab6
Add Whatsapp icon to social icons (#1531)
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2025-03-01 13:06:26 +05:30
GiggleSquid
6d82e5054d
feat: add svg icon for linktree (#1652) 2025-03-01 12:21:45 +05:30
Colton Loftus
bd46db414e
Add aria-label to theme toggle button for accessibility (#1669) 2025-03-01 12:18:36 +05:30
Davide Cultrera
f84eeba36e
Improve style consistency of Bluesky SVG icon (#1679) 2025-03-01 12:16:27 +05:30
PepeV_nRT
78ac395814
Add social icon for Forgejo (#1684) 2025-03-01 12:14:00 +05:30
Chris Natoli
9b297ff00d
add farcaster logo to social icons (#1686) 2025-03-01 12:10:53 +05:30
PepeV_nRT
243ba38a34
Add social icon for Bookwyrm (#1681)
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
2025-02-22 23:03:41 +05:30
Tim Hsiung
a020be2137
Fix typos in github templates (#1673)
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
* Fix typos in ISSUE_TEMPLATE

* Remove redundant space in pull request template
2025-02-09 12:06:18 +05:30
Morgan Roderick
0ff8237eed
chore: remove obsolete polywork icon (#1677)
The service has been shutdown as of 2025-01-31 and is no more

See https://deepnewz.com/startups/polywork-irish-startup-backed-stripe-collison-brothers-to-shut-down-560973fe
2025-02-09 12:04:39 +05:30
Aditya Telange
9f1f414be8
Update LICENSE
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
Add current year 2025
2025-01-05 20:04:55 +05:30
Aditya Telange
3e53621007
Update PaperMod version to v8+ in license.css and license.js
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
2024-11-09 21:36:05 +05:30
Joe Mooring
5a2a88cab1
[PATCH] tpl/tplimpl: Fix double-escaping in opengraph template
Some checks are pending
Deploy Hugo PaperMod Demo to Pages / build (push) Waiting to run
Deploy Hugo PaperMod Demo to Pages / deploy (push) Blocked by required conditions
cherry-picked from gohugoio/hugo@fb51b69
2024-11-09 11:48:39 +05:30
Aditya Telange
d360267d4e
Re-add support for cover images in OpenGraph
4a4d0c0
2024-11-09 11:46:39 +05:30
Joe Mooring
8c5833bad0
[PATCH] tpl/tplimpl: Improve embedded opengraph template
Changes:

- Add tags per documentation
- Prefer site.Title over site.Params.title
- Plainify titles, tags, and descriptions
- Add fallback values for locale
- Fix pages related by series
- Improve readability

Co-authored-by: tomy0000000 <git@tomy.me>
Co-authored-by: sean-au <sean@powerfulwebdesign.com.au>
2024-11-09 11:39:26 +05:30
Aditya Telange
aebcc92712
JSON Schema uses 'image' for a Person and 'logo' for an Organization.
Some checks are pending
Deploy Hugo PaperMod Demo to Pages / build (push) Waiting to run
Deploy Hugo PaperMod Demo to Pages / deploy (push) Blocked by required conditions
2024-11-08 21:35:34 +05:30
Hong Xu
0234865f62
Replace thumbnailUrl with logo for json schema (#1488)
thumbnailUrl is not part of Organization: https://schema.org/Organization
2024-11-08 21:20:24 +05:30
Idan Hazan
1ace39ae0f
Update translations for he.yaml (#1594) 2024-11-08 21:05:25 +05:30
Joe Mooring
862630533c
[PATCH] tpl/tplimpl: Remove trailing slash from void elements
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
cherry-picked from gohugoio/hugo@2f7df4b
2024-11-03 13:58:35 +05:30
Joe Mooring
65bd711a3b
[PATCH] hugolib: Deprecate site methods Author, Authors, and Social
cherry-picked from gohugoio/hugo@d4d49e0
2024-11-03 13:57:32 +05:30
Aditya Telange
696579255a
Update GitHub Actions workflows to use latest versions of dependencies 2024-11-03 13:22:29 +05:30
Aditya Telange
8a17bf8931
Update minimum required Hugo version to 0.125.7 2024-11-03 13:13:11 +05:30
Aditya Telange
f163fb1dc0
Use new 'Image render hook' template from Hugo. (#1526)
* Pull render-image template from Hugo
https://github.com/gohugoio/hugo/commits/master/tpl/tplimpl/embedded/templates/_default/_markup/render-image.html

cloned at b893a09aa62c01a62e32b0effdb02e86b51d46d6

* Add loading=lazy attribute

c353447d8e
2024-11-03 13:02:57 +05:30
Geeqla
a2eb47bb4b
Add a social icon for Wikipedia (#1600)
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled
2024-09-15 13:41:52 +05:30
Geeqla
e2dad36011
Add a social icon for Dzen (#1599) 2024-09-15 13:38:44 +05:30
Aditya Telange
58c4841c26
Update enhancement issue template to use GitHub's form schema 2024-08-17 20:12:52 +05:30
Aditya Telange
9bc6627f23
Update bug report template to use GitHub's form schema 2024-08-17 19:56:57 +05:30
Berk Elyesa Yıldırım
75c3dbaeff
Update Turkish translation (#1564)
Fix a typo and improve the translation
2024-08-16 21:35:33 +05:30
ensag-dev
9ea3bb0e1f
i18n: adds Occitan language (#1539) 2024-06-22 00:17:13 +05:30
Aditya Telange
3bb3cf5085
improve Toc 2024-06-22 00:10:02 +05:30
Hong Xu
24b5542ab7 Add an option to not display descriptions
.Description is meant to be used for metadata purpose: https://gohugo.io/methods/page/description/

Hugo document has emphasized this in the .Description page:

> Conceptually different from a content summary, a page description is typically used in metadata about the page.

Hugo embedded templates are consistent in this regard.

To maintain backward compatibility, add an option showDescription to
disable displaying descriptions.
2024-05-30 23:24:37 -07:00
Saeed Esmaili
3f50861a0c
add 500px icon (#1465)
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2024-05-11 20:11:35 +05:30
Aditya Telange
8dfd322c8a
Refactor svgs 2024-05-11 19:54:06 +05:30
Aditya Telange
2dc859143c
alphabetize svgs by name 2024-05-11 19:24:11 +05:30
James Lamp
17132abed3
Add IMDb, Spacehey and fixed Pinterest logo (#1510) 2024-05-11 19:12:45 +05:30
Aditya Telange
6197654dc1
refactor svgs 2024-05-11 12:43:23 +05:30
Aditya Telange
f33b843ef7
Add credly icon 2024-05-11 12:28:50 +05:30
Aditya Telange
33e48f9892
Add anchor link to archive layout headers 2024-05-01 13:56:39 +05:30
Andrew D. Anderson
175059921f
add ethereum social icon (#1495) 2024-04-20 18:50:49 +05:30
Aditya Telange
aa7905eaca
Update README.md
Update Stargazers over time
2024-04-13 18:08:40 +05:30
Aditya Telange
28b86cb5a6
Introduce options to configure footer text
In site config =>
params:
  footer:
    text: "This is footer text - markdown suported"
    hideCopyright: true

closes: #1481
2024-04-13 13:51:54 +05:30
Joe Mooring
74ceb5efc5
[PATCH] tpl/tplimpl: Update RSS template
- Use publication date for pubdate
- Include version in generator element

cherry-picked from f0a26cf58e
2024-04-13 11:49:09 +05:30
Dmitry Konishchev
beb281a1c6
Fix copyright field rendering HTML in RSS feed (#1479)
The copyright is rendered in footer as `{{ site.Copyright | markdownify }}`
which assumes it to be Markdown text, but RSS feed template doesn't ready
for Markdown now.
2024-04-13 11:35:52 +05:30
Geeqla
8577a8c887
Add social icon for Archive of Our Own. Fixes adityatelange/hugo-PaperMod#1072 (#1468) 2024-04-13 11:16:40 +05:30