forked from adityatelange/hugo-PaperMod
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update repo #1
Merged
Merged
Update repo #1
Conversation
This file contains 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
Usage: ShowWordCount: true
Usage => UseHugoToc: true closes: #747
- denoting we are using basic version
This reverts commit 15b984b.
The icon is re-drawn by myself to use outlines, referring to the icon used on bilibili.com and the simpleicons version (which all used fills).
trans words -> 字 (#837)
Co-authored-by: Aditya Telange <21258296 [email protected]>
* Add 'komoot' and 'letterboxd' icon to svg.html
- The site function provides global access to the same data as the .Site page method. - Current context (`.`) is never considered.
if the image is present in `assets` directory. - Resizing the image will reduce the size of a large image. - Should improve image load time. - Usage: - Add the image under assets directory. - Provide path in `profileMode.imageUrl`. - if image is located as `assets/images/image.png` mention `profileMode.imageUrl: images/image.png`.
if the image is present in assets directory. - Resizing the image will reduce the size of a large image. - Should improve image load time. - Usage: - Add the image under assets directory. - Provide path in `label.icon`. - if image is located as `assets/images/image.png` mention `label.icon: images/image.png`.
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 <21258296 [email protected]>
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.
- Use publication date for pubdate - Include version in generator element cherry-picked from gohugoio/hugo@f0a26cf
In site config => params: footer: text: "This is footer text - markdown suported" hideCopyright: true closes: #1481
Update Stargazers over time
Co-authored-by: Aditya Telange <21258296 [email protected]>
Fix a typo and improve the translation
update repo |
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.
What does this PR change? What problem does it solve?
Was the change discussed in an issue or in the Discussions before?
PR Checklist