Commit Graph

1236 Commits

Author SHA1 Message Date
Aditya Telange 7ca348827e Update terms.html to use LinkTitle instead of Name 2026-04-11 13:07:30 +05:30
Aditya Telange 730ab0de35 Remove focus outline 0 from footer and search styles 2026-04-11 13:02:59 +05:30
Aditya Telange 8438531860 Remove scrollbar styles and related conditions from head.html
- Deprecates var `site.Params.assets.disableScrollBarStyle`
2026-04-11 12:41:03 +05:30
Aditya Telange 3c7fef6ba3 Update README.md and adjust shield labels and resource table layout 2026-04-11 12:28:01 +05:30
Aditya Telange 893811ac43 Refactor README.md for clarity and organization; update features section and improve formatting 2026-04-11 01:16:14 +05:30
Aditya Telange d76a7f8e87 Add workflow_dispatch input for Hugo version in build-check workflow 2026-04-11 01:02:17 +05:30
Aditya Telange b9cea2f9c3 Add GitHub Actions workflow for build checks 2026-04-11 00:52:14 +05:30
Aditya Telange 011c004f6a Update PR template to clarify issue linking instructions 2026-04-11 00:46:31 +05:30
Aditya Telange f5a9cf000f Refactor entry content rendering in home_info to use RenderString with display options 2026-04-11 00:38:55 +05:30
Aditya Telange dd36eab662 Update home_info layout to use md-content class for entry content; adjust styles for improved consistency 2026-04-11 00:38:35 +05:30
Aditya Telange 58788790e0 Add styling for .post-content with color and margin properties 2026-04-11 00:33:48 +05:30
Aditya Telange 383696db85 Refactor CSS class names from .post-content to .md-content 2026-04-11 00:31:48 +05:30
Aditya Telange f1b2dea280 Move md content styles to a dedicated CSS 2026-04-11 00:29:38 +05:30
Aditya Telange a88ff686b3 Fix padding for the first social icon in the home info 2026-04-11 00:24:19 +05:30
Aditya Telange cc93a30768 Refactor SVG paths for improved readability and maintainability 2026-04-11 00:09:35 +05:30
Aditya Telange cb2ecbadb9 Update kofi icon
thanks  to simpleicons
2026-04-11 00:09:00 +05:30
Aditya Telange 38cf5f95b6 Add audio and video shortcodes with basic controls; enhance CSS for media elements 2026-04-11 00:05:00 +05:30
Aditya Telange 6585da7746 Update font size for h2 in first-entry header 2026-04-11 00:03:24 +05:30
Gerrit Beine 50745e5e2f Allow certain pages to be excluded from RSS feed (#1833)
* Allow certain pages to be excluded from RSS feed

This line adds support for the possibility to exclude a certain page from the RSS feed by adding a param to the front matter:

```
---
hiddenInRss: true
---
```

---------

Co-authored-by: Gerrit Beine <mail@gerritbeine.com>
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2026-04-05 18:31:03 +05:30
Aditya Telange 10d3dcc0e0 Move permissions from workflow level to job level 2026-03-08 22:50:54 +05:30
Patrice Chalin a2f09c8c0d [PATCH] tpl/tplimpl: Trim descriptions rather than just chomp
from https://github.com/gohugoio/hugo/commit/039845804fd545de18a3c4f17f8f7b3ad3bf615b
2026-03-08 22:37:57 +05:30
Joe Mooring 3f20d3cd77 [PATCH] tpl/tplimpl: Plainify title and description in twitter_cards.html
from https://github.com/gohugoio/hugo/commit/74ab839ccb397ea9df1c96d71c5347f49f2b231a
2026-03-08 22:36:23 +05:30
Joe Mooring 59984fa98f [PATCH] tpl/tplimpl: Improve locale value in opengraph.html
from https://github.com/gohugoio/hugo/commit/87ab7f7ffce82f1c7a264f1f7daa97f13dc77fde
2026-03-08 22:25:45 +05:30
Bjørn Erik Pedersen da89fed021 [PATCH] tpl: Remove RSS deprecation site.Author check
The check itself creates a warning which I guess was not intended.

We could possibly make that work, but it has been deprecated since Hugo 0.98, so just remove the usage.

from https://github.com/gohugoio/hugo/commit/e07028cb90901931cd71a210f9d0b237d1bcc99f
2026-03-08 22:16:09 +05:30
Joe Mooring c1c1252519 [PATCH] tpl/tplimpl: Improve embedded templates
- Do not include the Hugo version in RSS feeds

from gohugoio/hugo@10a8448
2026-03-08 22:10:50 +05:30
Aditya Telange 3bb0ca281f Add support for llms.txt
The llms.txt file is an industry standard that helps LLMs index content more efficiently

hugo.yml =>
```yml
outputFormats:
  llms:
    mediaType: "text/plain"
    baseName: "llms"
    isPlainText: true
    notAlternative: true

outputs:
  home:
    - HTML
    - RSS
    - JSON
    - llms
```
2026-01-25 20:55:47 +05:30
Aditya Telange 6c5a8f6b05 Update LICENSE
Add current year 2026
2026-01-09 21:41:22 +05:30
Javi Mollà 7d061d56d4 Update catalan i18n file with additional data (#1813) 2025-12-20 20:09:09 +05:30
Aditya Telange 1cf53273c3 Fix defaultTheme selection as we are using data-theme attribute
Refactor code for selecting class for body as list
2025-10-26 21:12:51 +05:30
Aditya Telange bb4f2dce35 Refactor theme decision logic into head.html for faster script execution. 2025-10-26 20:25:02 +05:30
Aditya Telange 466b48b5ba Fix Forced reflow in menu scroll handler
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance.

https://pagespeed.web.dev/analysis/https-adityatelange-github-io-hugo-PaperMod/n5w29pnr5o?form_factor=mobile
2025-10-26 19:49:41 +05:30
Huang, Zhaoquan b63c195a10 Use data-theme attribute for theme switching and set color-scheme (#1808)
- Update theme toggle and initialization scripts to set data-theme attribute
- Replace CSS selectors using .dark class with [data-theme="dark"] and 
  [data-theme="light"] attribute selectors
- Set CSS color-scheme variable alongside theme colors for better native 
  control appearance
- Removes redundant styles

---------

Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2025-10-26 18:51:50 +05:30
Aditya Telange c98a924842 Revert "Add iNaturalist icon to partials/svg (#1795)" (#1803)
This reverts commit 6bb81981e6.
2025-10-09 17:55:18 +05:30
jamesnulliu 6e10faefc8 Allow disabling Language Toggle in header (#1633)
Add `site.Params.disableLangToggle` to disable language switch toggle if set to true.
2025-09-28 19:34:28 +05:30
Akram El Hadri 312906c27c Added social icon for Unity (#1760)
* Added social icon for Unity

SVG source: https://icons.getbootstrap.com/icons/unity/

* refactor

---------

Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2025-09-28 19:27:09 +05:30
Strubbl 7fa2cf7642 add the name of the alt. output format as title (#1793) 2025-09-28 19:23:00 +05:30
Mohammad Etemaddar 6bb81981e6 Add iNaturalist icon to partials/svg (#1795)
* Add iNaturalist icon to partials/svg

* Clean up SVG by removing mask definitions

Removed unused mask definitions from SVG for inaturalist icon.

---------

Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2025-09-28 00:53:29 +05:30
Aditya Telange 0abc19221a fix(entry-cover): remove color property for link to enhance visibility 2025-09-28 00:45:50 +05:30
Aditya Telange 73f747f017 fix(toc): remove bottom margin for improved layout consistency 2025-09-27 00:15:58 +05:30
Aditya Telange ed783f2342 fix(i18n_list): change display property to inline-flex coz it breaks when there are more than one translations 2025-09-27 00:09:19 +05:30
Aditya Telange ac64b01989 fix(translation_list): wrap translation label in a span for better styling
fix(post_meta): add span tags for reading time, word count, and author metadata
fix(edit_post): wrap edit link in a span for consistent styling
2025-09-27 00:04:33 +05:30
Aditya Telange dfe2f63b61 fix(post_meta): update i18n_list display style for better alignment 2025-09-27 00:04:14 +05:30
Aditya Telange 008441da54 fix(post_content): add margin for improved spacing 2025-09-26 23:29:46 +05:30
Aditya Telange 8e06a8ab43 update margin properties for consistency in toc and footer 2025-09-21 19:21:54 +05:30
David Guillot 4d9a3e3f2a fix(post_meta): default to localized date formatting (#1552)
Fixes #1611

See Hugo docs: https://gohugo.io/functions/time/format/#localization
2025-09-20 21:29:48 +05:30
Mohammad Etemaddar 0a5bd487e0 Fix extra closing tag in strava in partials/svg (#1794) 2025-09-20 19:56:14 +05:30
Anthony Accioly ff85b9cd65 Add social icon for Nostr (#1694) 2025-09-13 23:08:42 +05:30
adam jones b8cdf95eb2 Fix awkward wrapping in post metadata (#1790)
The previous shared styling applied flex layout to both `.post-meta` and
`.breadcrumbs`, causing awkward line breaks in post metadata where
separators and reading time would appear at the start of new lines.

This change keeps the shared color and font-size styling, but only
applies flex layout to `.breadcrumbs`. Post metadata (author, date,
reading time) uses the default block flow which handles inline content
with separators more naturally.

Fixes #1789

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-13 23:03:06 +05:30
HitCat 8ea01a6e85 Add SVG for YesWeHack (#1791) 2025-09-13 22:59:19 +05:30
Aditya Telange 5a4651783f Fix breadcumb alignment in post-single
fixes: #1732
2025-05-24 10:28:29 +05:30