forked from adityatelange/hugo-PaperMod
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from adityatelange:master #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
480
commits into
ebfork:master
Choose a base branch
from
adityatelange:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- adds the ability to use the noindex and nofollow parameters for specific pages in production mode, preventing e.g. the imprint from showing up in search engines.
- Usage: In post front-matter add,
---
robotsNoIndex: true
---
Ref: #654 (comment) fixes: #654
- Keeps the license text for 3rd party lib in place after generation
as it might get removed soon
closes #637 Usage => Params.assets.disableScrollBarStyle: true
provided: pygmentsUseClasses: true & markup.highlight.noClasses: false https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
It was originally correct code, but it has been erroneously corrected by the commit below. 575cc0c Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Co-authored-by: aemtsh <105593707+aemtsh@users.noreply.github.com>
This reverts commit 984d1a5. Removal of shortcode for blockquote: https://github.com/parsiya/Hugo-Shortcodes/blob/master/shortcodes/blockquote.html
Allows adding in-line-text images
usage in page.md =>
This image is inlined {{< inTextImg.html url="image.png" >}} here.
optional args:
- height
- alt
**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>
* 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
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>
…yling 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
…when there are more than one translations
* 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>
* 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>
Add `site.Params.disableLangToggle` to disable language switch toggle if set to true.
) - 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>
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
Refactor code for selecting class for body as list
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )