Skip to content

Allow page-specific cover settings to override site-level settings.#185

Merged
adityatelange merged 1 commit intoadityatelange:masterfrom
corbanmailloux:patch-1
Jan 22, 2021
Merged

Allow page-specific cover settings to override site-level settings.#185
adityatelange merged 1 commit intoadityatelange:masterfrom
corbanmailloux:patch-1

Conversation

@corbanmailloux
Copy link
Copy Markdown
Contributor

I want to have cover photos visible by default, but I have specific pages that I want to hide them on. I'd still like to specify the cover image on this page for the structured data, but I want to hide it from the standard view.

Here's the configuration I'd like to use:

Site-level config.yml:

cover:
    hidden: false
    hiddenInSingle: false

Specific page front-matter:

cover:
  image: "image.jpg"
  hidden: true

With the previous code, the site-level settings took precedence, resulting in a visible cover photo.
With this change, the page-level setting, if specified, always wins over site-level settings.

To test this, I verified each combination of these three settings, trying unset, false, and true, and found expected results for each scenario.

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@adityatelange adityatelange merged commit 2c67ae9 into adityatelange:master Jan 22, 2021
@corbanmailloux corbanmailloux deleted the patch-1 branch January 22, 2021 13:31
kylethedeveloper pushed a commit to kylethedeveloper/hugo-PaperMod that referenced this pull request Feb 21, 2023
check for front-matter's cover.hidden before global config's
adityatelange added a commit that referenced this pull request Nov 25, 2023
nsrahmad pushed a commit to nsrahmad/hugo-PaperMod that referenced this pull request Dec 5, 2023
zer0ttl pushed a commit to zer0ttl/hugo-PaperMod that referenced this pull request Jan 24, 2024
jdxgfty pushed a commit to jdxgfty/hugo-PaperMod that referenced this pull request Nov 3, 2024
ajleitzke added a commit to ajleitzke/hugo-PaperMod that referenced this pull request Jan 18, 2026
commit 6c5a8f6
Author: Aditya Telange <[email protected]>
Date:   Fri Jan 9 21:40:19 2026 +0530

    Update LICENSE

    Add current year 2026

commit 7d061d5
Author: Javi Mollà <[email protected]>
Date:   Sat Dec 20 15:39:09 2025 +0100

    Update catalan i18n file with additional data (adityatelange#1813)

commit 1cf5327
Author: Aditya Telange <[email protected]>
Date:   Sun Oct 26 21:12:51 2025 +0530

    Fix defaultTheme selection as we are using data-theme attribute
    Refactor code for selecting class for body as list

commit bb4f2dc
Author: Aditya Telange <[email protected]>
Date:   Sun Oct 26 20:25:02 2025 +0530

    Refactor theme decision logic into head.html for faster script execution.

commit 466b48b
Author: Aditya Telange <[email protected]>
Date:   Sun Oct 26 19:49:25 2025 +0530

    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

commit b63c195
Author: Huang, Zhaoquan <[email protected]>
Date:   Sun Oct 26 21:21:50 2025 +0800

    Use data-theme attribute for theme switching and set color-scheme (adityatelange#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 <[email protected]>

commit c98a924
Author: Aditya Telange <[email protected]>
Date:   Thu Oct 9 17:55:18 2025 +0530

    Revert "Add iNaturalist icon to partials/svg (adityatelange#1795)" (adityatelange#1803)

    This reverts commit 6bb8198.

commit 6e10fae
Author: jamesnulliu <[email protected]>
Date:   Sun Sep 28 07:04:28 2025 -0700

    Allow disabling Language Toggle in header (adityatelange#1633)

    Add `site.Params.disableLangToggle` to disable language switch toggle if set to true.

commit 312906c
Author: Akram El Hadri <[email protected]>
Date:   Sun Sep 28 15:57:09 2025 +0200

    Added social icon for Unity (adityatelange#1760)

    * Added social icon for Unity

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

    * refactor

    ---------

    Co-authored-by: Aditya Telange <[email protected]>

commit 7fa2cf7
Author: Strubbl <[email protected]>
Date:   Sun Sep 28 15:53:00 2025 +0200

    add the name of the alt. output format as title (adityatelange#1793)

commit 6bb8198
Author: Mohammad Etemaddar <[email protected]>
Date:   Sat Sep 27 22:53:29 2025 +0330

    Add iNaturalist icon to partials/svg (adityatelange#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 <[email protected]>

commit 0abc192
Author: Aditya Telange <[email protected]>
Date:   Sun Sep 28 00:45:50 2025 +0530

    fix(entry-cover): remove color property for link to enhance visibility

commit 73f747f
Author: Aditya Telange <[email protected]>
Date:   Sat Sep 27 00:15:58 2025 +0530

    fix(toc): remove bottom margin for improved layout consistency

commit ed783f2
Author: Aditya Telange <[email protected]>
Date:   Sat Sep 27 00:09:19 2025 +0530

    fix(i18n_list): change display property to inline-flex coz it breaks when there are more than one translations

commit ac64b01
Author: Aditya Telange <[email protected]>
Date:   Sat Sep 27 00:04:33 2025 +0530

    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

commit dfe2f63
Author: Aditya Telange <[email protected]>
Date:   Sat Sep 27 00:04:14 2025 +0530

    fix(post_meta): update i18n_list display style for better alignment

commit 008441d
Author: Aditya Telange <[email protected]>
Date:   Fri Sep 26 23:29:46 2025 +0530

    fix(post_content): add margin for improved spacing

commit 8e06a8a
Author: Aditya Telange <[email protected]>
Date:   Sun Sep 21 19:21:54 2025 +0530

    update margin properties for consistency in toc and footer

commit 4d9a3e3
Author: David Guillot <[email protected]>
Date:   Sat Sep 20 15:59:48 2025 +0000

    fix(post_meta): default to localized date formatting (adityatelange#1552)

    Fixes adityatelange#1611

    See Hugo docs: https://gohugo.io/functions/time/format/#localization

commit 0a5bd48
Author: Mohammad Etemaddar <[email protected]>
Date:   Sat Sep 20 17:56:14 2025 +0330

    Fix extra closing tag in strava in partials/svg (adityatelange#1794)

commit ff85b9c
Author: Anthony Accioly <[email protected]>
Date:   Sat Sep 13 18:38:42 2025 +0100

    Add social icon for Nostr (adityatelange#1694)

commit b8cdf95
Author: adam jones <[email protected]>
Date:   Sat Sep 13 10:33:06 2025 -0700

    Fix awkward wrapping in post metadata (adityatelange#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 adityatelange#1789

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

    Co-authored-by: Claude <[email protected]>

commit 8ea01a6
Author: HitCat <[email protected]>
Date:   Sat Sep 13 19:29:19 2025 +0200

    Add SVG for YesWeHack (adityatelange#1791)

commit 5a46517
Author: Aditya Telange <[email protected]>
Date:   Sat May 24 10:28:19 2025 +0530

    Fix breadcumb alignment in post-single

    fixes: adityatelange#1732

commit 22da2f8
Author: Atte <[email protected]>
Date:   Sat May 24 07:51:17 2025 +0300

    Add Finnish language translation (adityatelange#1736)

commit d3bc6af
Author: Anthony Accioly <[email protected]>
Date:   Sat May 24 05:50:20 2025 +0100

    Add social icon for zcal (adityatelange#1746)

commit ee1e0f3
Author: James <[email protected]>
Date:   Sat May 17 19:02:29 2025 +0100

    Add rel=edit attribute to change suggestion link

commit 7cf752f
Author: Jake Bailey <[email protected]>
Date:   Sat Apr 19 23:16:23 2025 -0700

    Implement fixes for refreshed template system for Hugo v0.146.0+ (adityatelange#1726)

commit 149f12c
Author: Bjørn Erik Pedersen <[email protected]>
Date:   Mon Apr 14 19:44:24 2025 +0200

    Add demosite link to theme.toml (adityatelange#1724)

commit 72615b6
Author: Aditya Telange <[email protected]>
Date:   Sat Mar 8 23:30:00 2025 +0530

    Feat/improve cover image gen (adityatelange#1628)

    * 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

commit e2e1011
Author: David Guillot <[email protected]>
Date:   Sat Mar 1 16:21:06 2025 +0100

    [FEATURE] new opengraph 'fediverse:creator' meta (adityatelange#1619)

    **Usage**

    Site level:

    params:
      social:
        fediverse_creator: "@[email protected]"

    Page (Overrides Site level value):

    ---
    title: "My Page"
    social:
      fediverse_creator: "@[email protected]"
    ---

    Closes adityatelange#1618 adityatelange#1642

    ---------

    Co-authored-by: Aditya Telange <[email protected]>

commit b4a0566
Author: PepeV_nRT <[email protected]>
Date:   Sat Mar 1 14:58:49 2025 +0100

    Add social icon for Nextcloud (adityatelange#1683)

commit fd10e80
Author: Massimo Barbieri <[email protected]>
Date:   Sat Mar 1 14:56:40 2025 +0100

    Add social icon for Jamendo (adityatelange#1685)

    Co-authored-by: PepeV_nRT <[email protected]>

commit 96418e7
Author: misdirectionmaster <[email protected]>
Date:   Sat Mar 1 08:36:26 2025 +0100

    Add Whatsapp icon to social icons (adityatelange#1531)

    Co-authored-by: Aditya Telange <[email protected]>

commit 6d82e50
Author: GiggleSquid <[email protected]>
Date:   Sat Mar 1 06:51:45 2025 +0000

    feat: add svg icon for linktree (adityatelange#1652)

commit bd46db4
Author: Colton Loftus <[email protected]>
Date:   Sat Mar 1 01:48:36 2025 -0500

    Add aria-label to theme toggle button for accessibility (adityatelange#1669)

commit f84eeba
Author: Davide Cultrera <[email protected]>
Date:   Sat Mar 1 15:46:27 2025 +0900

    Improve style consistency of Bluesky SVG icon (adityatelange#1679)

commit 78ac395
Author: PepeV_nRT <[email protected]>
Date:   Sat Mar 1 07:44:00 2025 +0100

    Add social icon for Forgejo (adityatelange#1684)

commit 9b297ff
Author: Chris Natoli <[email protected]>
Date:   Sat Mar 1 17:40:53 2025 +1100

    add farcaster logo to social icons (adityatelange#1686)

commit 243ba38
Author: PepeV_nRT <[email protected]>
Date:   Sat Feb 22 18:33:41 2025 +0100

    Add social icon for Bookwyrm (adityatelange#1681)

commit a020be2
Author: Tim Hsiung <[email protected]>
Date:   Sun Feb 9 14:36:18 2025 +0800

    Fix typos in github templates (adityatelange#1673)

    * Fix typos in ISSUE_TEMPLATE

    * Remove redundant space in pull request template

commit 0ff8237
Author: Morgan Roderick <[email protected]>
Date:   Sun Feb 9 07:34:39 2025 +0100

    chore: remove obsolete polywork icon (adityatelange#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

commit 9f1f414
Author: Aditya Telange <[email protected]>
Date:   Sun Jan 5 20:04:55 2025 +0530

    Update LICENSE
    Add current year 2025

commit 3e53621
Author: Aditya Telange <[email protected]>
Date:   Sat Nov 9 21:36:05 2024 +0530

    Update PaperMod version to v8+ in license.css and license.js

commit 5a2a88c
Author: Joe Mooring <[email protected]>
Date:   Wed Apr 24 12:15:57 2024 -0700

    [PATCH] tpl/tplimpl: Fix double-escaping in opengraph template

    cherry-picked from gohugoio/hugo@fb51b69

commit d360267
Author: Aditya Telange <[email protected]>
Date:   Sat Nov 9 11:46:39 2024 +0530

    Re-add support for cover images in OpenGraph

    4a4d0c0

commit 8c5833b
Author: Joe Mooring <[email protected]>
Date:   Mon Apr 1 08:51:32 2024 -0700

    [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 <[email protected]>
    Co-authored-by: sean-au <[email protected]>

commit aebcc92
Author: Aditya Telange <[email protected]>
Date:   Fri Nov 8 21:35:34 2024 +0530

    JSON Schema uses 'image' for a Person and 'logo' for an Organization.

commit 0234865
Author: Hong Xu <[email protected]>
Date:   Fri Nov 8 07:50:24 2024 -0800

    Replace thumbnailUrl with logo for json schema (adityatelange#1488)

    thumbnailUrl is not part of Organization: https://schema.org/Organization

commit 1ace39a
Author: Idan Hazan <[email protected]>
Date:   Fri Nov 8 17:35:25 2024 +0200

    Update translations for he.yaml (adityatelange#1594)

commit 8626305
Author: Joe Mooring <[email protected]>
Date:   Mon Apr 1 08:07:02 2024 -0700

    [PATCH] tpl/tplimpl: Remove trailing slash from void elements

    cherry-picked from gohugoio/hugo@2f7df4b

commit 65bd711
Author: Joe Mooring <[email protected]>
Date:   Tue Mar 12 11:16:05 2024 -0700

    [PATCH] hugolib: Deprecate site methods Author, Authors, and Social

    cherry-picked from gohugoio/hugo@d4d49e0

commit 6965792
Author: Aditya Telange <[email protected]>
Date:   Sun Nov 3 13:22:29 2024 +0530

    Update GitHub Actions workflows to use latest versions of dependencies

commit 8a17bf8
Author: Aditya Telange <[email protected]>
Date:   Sun Nov 3 13:13:11 2024 +0530

    Update minimum required Hugo version to 0.125.7

commit f163fb1
Author: Aditya Telange <[email protected]>
Date:   Sun Nov 3 13:02:57 2024 +0530

    Use new 'Image render hook' template from Hugo. (adityatelange#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

    adityatelange@c353447

commit a2eb47b
Author: Geeqla <[email protected]>
Date:   Sun Sep 15 10:11:52 2024 +0200

    Add a social icon for Wikipedia (adityatelange#1600)

commit e2dad36
Author: Geeqla <[email protected]>
Date:   Sun Sep 15 10:08:44 2024 +0200

    Add a social icon for Dzen (adityatelange#1599)

commit 58c4841
Author: Aditya Telange <[email protected]>
Date:   Sat Aug 17 20:12:52 2024 +0530

    Update enhancement issue template to use GitHub's form schema

commit 9bc6627
Author: Aditya Telange <[email protected]>
Date:   Sat Aug 17 19:56:57 2024 +0530

    Update bug report template to use GitHub's form schema

commit 75c3dba
Author: Berk Elyesa Yıldırım <[email protected]>
Date:   Fri Aug 16 18:05:33 2024 +0200

    Update Turkish translation (adityatelange#1564)

    Fix a typo and improve the translation

commit 9ea3bb0
Author: ensag-dev <[email protected]>
Date:   Fri Jun 21 20:47:13 2024 +0200

    i18n: adds Occitan language (adityatelange#1539)

commit 3bb3cf5
Author: Aditya Telange <[email protected]>
Date:   Sat Jun 22 00:10:02 2024 +0530

    improve Toc

commit 3f50861
Author: Saeed Esmaili <[email protected]>
Date:   Sat May 11 16:41:35 2024 +0200

    add 500px icon (adityatelange#1465)

    Co-authored-by: Aditya Telange <[email protected]>

commit 8dfd322
Author: Aditya Telange <[email protected]>
Date:   Sat May 11 19:48:47 2024 +0530

    Refactor svgs

commit 2dc8591
Author: Aditya Telange <[email protected]>
Date:   Sat May 11 19:24:11 2024 +0530

    alphabetize svgs by name

commit 17132ab
Author: James Lamp <[email protected]>
Date:   Sat May 11 09:42:45 2024 -0400

    Add IMDb, Spacehey and fixed Pinterest logo (adityatelange#1510)

commit 6197654
Author: Aditya Telange <[email protected]>
Date:   Sat May 11 12:43:23 2024 +0530

    refactor svgs

commit f33b843
Author: Aditya Telange <[email protected]>
Date:   Sat May 11 12:28:50 2024 +0530

    Add credly icon

commit 33e48f9
Author: Aditya Telange <[email protected]>
Date:   Wed May 1 13:56:39 2024 +0530

    Add anchor link to archive layout headers

commit 1750599
Author: Andrew D. Anderson <[email protected]>
Date:   Sat Apr 20 08:20:49 2024 -0500

    add ethereum social icon (adityatelange#1495)

commit aa7905e
Author: Aditya Telange <[email protected]>
Date:   Sat Apr 13 18:08:40 2024 +0530

    Update README.md

    Update Stargazers over time

commit 28b86cb
Author: Aditya Telange <[email protected]>
Date:   Sat Apr 13 13:51:54 2024 +0530

    Introduce options to configure footer text

    In site config =>
    params:
      footer:
        text: "This is footer text - markdown suported"
        hideCopyright: true

    closes: adityatelange#1481

commit 74ceb5e
Author: Joe Mooring <[email protected]>
Date:   Sat Mar 23 13:39:44 2024 -0700

    [PATCH] tpl/tplimpl: Update RSS template

    - Use publication date for pubdate
    - Include version in generator element

    cherry-picked from gohugoio/hugo@f0a26cf

commit beb281a
Author: Dmitry Konishchev <[email protected]>
Date:   Sat Apr 13 09:05:52 2024 +0300

    Fix copyright field rendering HTML in RSS feed (adityatelange#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.

commit 8577a8c
Author: Geeqla <[email protected]>
Date:   Sat Apr 13 07:46:40 2024 +0200

    Add social icon for Archive of Our Own. Fixes adityatelange#1072 (adityatelange#1468)

commit ddc06cd
Author: Daniel Oliveira <[email protected]>
Date:   Sat Apr 13 02:44:35 2024 -0300

    add exercism social icon (adityatelange#1484)

commit dad94ab
Author: Aditya Telange <[email protected]>
Date:   Sun Mar 17 01:28:51 2024 +0530

    Update README.md

commit 4b37729
Author: Geeqla <[email protected]>
Date:   Sat Mar 16 20:51:49 2024 +0100

    Add social icon for Bandcamp.  (adityatelange#1460)

    Fixes adityatelange#1392

commit a2d561b
Author: Geeqla <[email protected]>
Date:   Sat Mar 16 20:49:51 2024 +0100

    Add social icon for Keyoxide (adityatelange#1459)

    Fixes adityatelange#866

commit 3b0a811
Author: sebin babu <[email protected]>
Date:   Sat Mar 16 21:34:55 2024 +0530

    Fix hugo build fail due to "expected comma" error (adityatelange#1461)

    fixes adityatelange#1458

commit f5c737f
Author: Aditya Telange <[email protected]>
Date:   Sun Mar 10 13:00:33 2024 +0530

    Utilize page resources on the images page parameter on schema_json

commit df330a0
Author: Razon Yang <[email protected]>
Date:   Mon Dec 4 19:05:41 2023 +0800

    [PATCH] tpl: Allow using page resources on the images page parameter
     for `opengraph`, `schema` and `twitter_cards` templates

    The page images selection order as follows:

    1. Page's images parameter, image resources are supported.
    2. Page's image resources that naming in *feature*, *cover* or *thumbnail* pattern.
    3. If no page images specified, then the first one of site's images will be used as the fallback, supports site resources.

    cherry-picked from gohugoio/hugo@14d85ec

    ++ compatibility fixes for PaperMod

    Co-authored-by: Aditya Telange <[email protected]>

commit b5f7118
Author: Aditya Telange <[email protected]>
Date:   Fri Mar 8 11:18:40 2024 +0530

    github chores update

commit 9e7a589
Author: Zelly Snyder <[email protected]>
Date:   Thu Mar 7 07:05:26 2024 -0800

    Add social icon for Signal (adityatelange#1446)

commit 6e958e7
Author: Michitoshi Yano <[email protected]>
Date:   Thu Mar 7 23:59:45 2024 +0900

    Add raycast logo (adityatelange#1435)

commit c8f72ab
Author: Aditya Telange <[email protected]>
Date:   Wed Mar 6 22:29:16 2024 +0530

    Fix separator displayed with Single lang sites
    with Hugo 0.123.x

    fixes adityatelange#1449

commit 4278a07
Author: Nicolas Duchastel de Montrouge <[email protected]>
Date:   Sat Mar 2 11:21:44 2024 -0800

    Add support fo Tableau (adityatelange#1414)

    Tableau is one of the most used data visualisation tool.
    It has its own very active #datafam community.
    This adds an icon which links to someone's public.tableau.com web page.

commit 1e050a4
Author: Leo <[email protected]>
Date:   Sat Mar 2 06:53:01 2024 -0800

    Add Punjabi language support to `i18n` (adityatelange#1442)

    * Add Punjabi language support

    * Add Punjabi support (western)

commit 55b2eb4
Author: Aditya Telange <[email protected]>
Date:   Fri Feb 23 20:42:57 2024 +0530

    Workflows: dont build verbose

commit 08f15e3
Author: Aditya Telange <[email protected]>
Date:   Fri Feb 23 20:36:44 2024 +0530

    Workflows: set HUGO_VERSION to the user value if available, or else default

commit 944ddc3
Author: Nicola Iarocci <[email protected]>
Date:   Sat Feb 10 11:13:24 2024 +0100

    add buttondown logo svg (adityatelange#1419)

commit 7063cdc
Author: Shan Gao <[email protected]>
Date:   Sat Feb 10 17:03:37 2024 +0900

    add wantedly icon (adityatelange#1416)

commit a184c53
Author: Daniel Terhorst-North <[email protected]>
Date:   Sat Feb 10 13:24:02 2024 +0530

    [PATCH] tpl/tplimpl: Fix incorrect lastBuildDate

    cherry-pick from gohugoio/hugo@87bf2b9

    Co-authored-by: Joe Mooring <[email protected]>

commit 66904cc
Author: Lucy M <[email protected]>
Date:   Sat Feb 3 15:33:41 2024 +0000

    Add Fediverse logo (adityatelange#1409)

    Added a fediverse social icon to svg.html

commit a4a0f8d
Author: David Amador <[email protected]>
Date:   Sat Feb 3 15:25:52 2024 +0000

    Adding xmlns:content namespace to RSS feed and only write content:encoded if something on .Content (adityatelange#1411)

    * Added xmlns:content namespace for valid RSS feeds with content:encoded

    * Only write <content:encoded> in RSS if ShotFullTextinRSS and .Content has something

    fixes: adityatelange#1385

commit d6cd6d9
Author: Lucas dos Santos <[email protected]>
Date:   Sun Jan 14 15:40:12 2024 +0100

    Add Git SVG icon (adityatelange#1387)

    closes adityatelange#1309

commit 71ce72b
Author: flexxindicomplex <[email protected]>
Date:   Sun Jan 7 13:41:23 2024 +0300

    Use `site.Home.Permalink` instead of `site.BaseURL` in templates (adityatelange#1368)

    * Update schema_json.html

    * Update breadcrumbs.html

    ---------

    Co-authored-by: mumuramuri <[email protected]>

commit 21ae19b
Author: Berk Elyesa Yıldırım <[email protected]>
Date:   Sun Jan 7 13:15:36 2024 +0300

    Add Slovak translations (adityatelange#1365)

commit 6a5a677
Author: Barnett Wilson <[email protected]>
Date:   Sun Jan 7 18:15:09 2024 +0800

    add social icon of juejin (adityatelange#1347)

commit 0a6eb5d
Author: Aditya Telange <[email protected]>
Date:   Sat Jan 6 23:20:38 2024 +0530

    Update README.md

    Add variant=adaptive to startchart

commit 9c6cf13
Author: Hiroshi Shimoju <[email protected]>
Date:   Sat Jan 6 22:44:13 2024 +0900

    Add the social icon for Bluesky (adityatelange#1383)

commit 2a00f74
Author: Aditya Telange <[email protected]>
Date:   Sat Jan 6 19:11:50 2024 +0530

    Update LICENSE
    Add current year 2024

commit 045c084
Author: Aditya Telange <[email protected]>
Date:   Sun Dec 31 10:27:54 2023 +0530

    Highlight.js -> Hugo's chromastyles (adityatelange#1364)

    * remove hljs

    * rename var --hljs-bg to --code-block-bg

    * bundle chroma-styles from css/includes/chroma-styles.css

    * add compatibility fixes for papermod <-> chroma

    * fix line-num and line padding and set width for line container to 100%

    * After a lot of experimentation this compatiblity should work well

    * fix inline line highlights not working

    * Use catppuccin-macchiato as default theme with highlightStyle 'bg:#474733'

    - hugo gen chromastyles --style catppuccin-macchiato --highlightStyle 'bg:#474733' > assets/css/includes/chroma-styles.css

commit a1cb044
Author: Daniel Petre <[email protected]>
Date:   Sat Dec 23 08:31:01 2023 +0200

    Add romanian translation to ro.yaml (adityatelange#1362)

    Add romanian translation (with diacritics) to ro.yaml

commit 0989c28
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 21:40:14 2023 +0530

    Allow aligning social-icons in homeInfo mode

    In Site config
        homeInfoParams:
            AlignSocialIconsTo: "center" # or left or right

commit fb1c0ae
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 21:38:24 2023 +0530

    social icons refactor Params.socialIcons

commit 69e5e08
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 20:59:36 2023 +0530

    improved profile mode spacing

commit f8e125c
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 20:59:08 2023 +0530

    Add padding to social-icons for better tap sizing

commit 5f62475
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 20:07:15 2023 +0530

    Workflows: Update release bin path for hugo linux-amd64.deb

commit e3ad0ae
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 19:59:55 2023 +0530

    Bump minimum Hugo version to 0.112.4

    * language.LanguageCode is required for Fix/hugo depr 0.120.x adityatelange#1328

commit f51ad49
Author: Aditya Telange <[email protected]>
Date:   Sat Nov 4 15:36:08 2023 +0530

    replace .Site with site & fix whitespace

commit ff7443b
Author: Joe Mooring <[email protected]>
Date:   Sat Nov 4 15:34:56 2023 +0530

    [PATCH] tpl/tplimpl: Fix deprecation logic in RSS template
    cherry-pick from gohugoio/hugo@23fcfb7

commit 00488d0
Author: Joe Mooring <[email protected]>
Date:   Sat Nov 4 15:23:31 2023 +0530

    [PATCH] tpl/tplimpl: Deprecate .Site.Author usage in RSS template
    cherry-pick from gohugoio/hugo@d4016dd

commit cf62fa3
Author: Joe Mooring <[email protected]>
Date:   Sat Nov 4 15:19:28 2023 +0530

    [PATCH] tpl/tplimpl: Use .Language.LanguageCode in built-in templates
    cherry-pick from gohugoio/hugo@ff77a92

commit 87df659
Author: Joe Mooring <[email protected]>
Date:   Sat Nov 4 15:08:01 2023 +0530

    [PATCH] tpl/tplimpl: Fix deprecation logic in embedded templates
    cherry-picked from gohugoio/hugo@cb98e90

commit 3fb112b
Author: Joe Mooring <[email protected]>
Date:   Sat Nov 4 15:05:42 2023 +0530

    [PATCH] tpl/tplimpl: Deprecate .Site.Social usage with internal templates
    cherry-picked from gohugoio/hugo@4910312

commit 102e089
Author: Razon Yang <[email protected]>
Date:   Sat Nov 4 15:01:23 2023 +0530

    [PATCH] tpl/embedded: Make Open Graph's series optional
    cherry-picked from gohugoio/hugo@b82b547

commit 86362eb
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 19:28:05 2023 +0530

    Update README.md

commit 60984fd
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 14:06:46 2023 +0530

    Add icon for 'draft' posts

    https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Aedit_note%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048

    LICENSE: https://developers.google.com/fonts/faq#can_i_use_any_font_in_a_commercial_product

commit 65c2720
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 13:09:19 2023 +0530

    lazy load cover images in lists only

commit 28ec7a4
Author: Aditya Telange <[email protected]>
Date:   Sat Dec 16 00:32:25 2023 +0530

    Revert "Fix social icons extraneous margin"

    This reverts commit 6864770.

commit 705ebeb
Author: Aditya Telange <[email protected]>
Date:   Fri Dec 15 22:09:48 2023 +0530

    table styles update
    - reduce margins
    - rm reduced fontsize

commit 6864770
Author: Aditya Telange <[email protected]>
Date:   Fri Dec 15 22:09:15 2023 +0530

    Fix social icons extraneous margin

commit 2ecb08a
Author: Aditya Telange <[email protected]>
Date:   Fri Dec 15 22:08:25 2023 +0530

    Plainify items insize toc list

commit e0fc64c
Author: Aditya Telange <[email protected]>
Date:   Sun Dec 10 12:36:05 2023 +0530

    Optimize footer margins

commit b288ede
Author: Aditya Telange <[email protected]>
Date:   Sat Nov 25 18:06:31 2023 +0530

    [breaking?] Allow page-specific cover settings to override site-level settings

    Fixes:  adityatelange#818 adityatelange#185

commit 65d650f
Author: Matěj Pokorný <[email protected]>
Date:   Sun Nov 19 20:11:16 2023 +0100

    Adding-czech-translation-to-i18n (adityatelange#1338)

commit ac444fc
Author: Aditya Telange <[email protected]>
Date:   Sun Nov 19 20:03:41 2023 +0530

    Update discord icon

    Mark only from https://discord.com/branding

commit 5a99ab7
Author: Josh Müller <[email protected]>
Date:   Sat Nov 11 09:23:59 2023 -0600

    Add Wordpress Icon (adityatelange#1114)

commit ba739cf
Author: Aditya Telange <[email protected]>
Date:   Sat Nov 11 12:15:11 2023 +0530

    Set maxlength for search input to 64 chars

    fixes  adityatelange#1329

commit 4c50ed8
Author: Aditya Telange <[email protected]>
Date:   Sat Nov 11 12:08:18 2023 +0530

    Update fuse.js v6.6.2 to v7.0.0 basic

commit 72ab73f
Author: Aditya Telange <[email protected]>
Date:   Sat Nov 4 16:01:44 2023 +0530

    Error out if hugo.Version used is less than min required version

commit 50cafe4
Author: Sebastian Zanoni <[email protected]>
Date:   Sat Nov 4 06:02:55 2023 +0100

    Add X icon in Share and Social buttons (replaces twitter share icon) (adityatelange#1273)

    * Add svg for X

    * Add X share button

    * Remove twitter share button

    * Add backwards compatibility for twitter share button

    * simplify condition

    * alphabetize x svg

    ---------

    Co-authored-by: Aditya Telange <[email protected]>

commit 7795c90
Author: Aditya Telange <[email protected]>
Date:   Tue Oct 31 21:34:19 2023 +0530

    Add `safeHTML` to post_meta
    - delimit now returns a string and not a template.HTML from hugo v0.120.0
    - no impact found with min req version for Papermod
    https://github.com/gohugoio/hugo/releases/tag/v0.120.0

    fixes adityatelange#1325

commit 24f3096
Author: Aditya Telange <[email protected]>
Date:   Sun Oct 29 22:50:26 2023 +0530

    Update README.md

    Mention Paper's commit sha

commit 4bbd551
Author: Kevin Chung <[email protected]>
Date:   Sat Oct 28 00:55:25 2023 -0700

    feat: add bugcrowd and intigriti to svg.html (adityatelange#1205)

commit 7781c94
Author: calalloo <[email protected]>
Date:   Sat Oct 28 10:52:31 2023 +0300

    Add Swahili translation sw.yaml (adityatelange#1303)

    Co-authored-by: dryscord <[email protected]>

commit abe49a5
Author: Thanos Apollo <[email protected]>
Date:   Sat Oct 28 10:51:42 2023 +0300

    Add codeberg icon (adityatelange#1310)

    Resolve adityatelange#1268

commit 697034c
Author: Lars Kristian Haga <[email protected]>
Date:   Sat Oct 28 09:47:21 2023 +0200

    Added Norwegian translation (adityatelange#1318)

commit b4dd5f0
Author: Thành Nhân <[email protected]>
Date:   Sat Oct 28 14:47:03 2023 +0700

    Update vi.yaml (adityatelange#1316)

commit efe4cb4
Author: COxDE <[email protected]>
Date:   Sat Aug 26 15:48:57 2023 +0100

    Add social icon for Pleroma (adityatelange#1293)

commit 3a064f5
Author: COxDE <[email protected]>
Date:   Sat Aug 26 15:48:14 2023 +0100

    Add the social icon for Firefish (adityatelange#1294)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants