feat: Add Publications page layout#568
Open
Riceneeder wants to merge 5 commits intoEvanNotFound:devfrom
Open
Conversation
readme update
- Created a new stylesheet for the publications page (`publications.styl`) to define the layout and styling for publication items. - Updated the main stylesheet (`style.styl`) to include the new publications styles.
Owner
|
augment review |
🤖 Augment PR SummarySummary: Adds a new Publications page layout for Hexo Theme Redefine. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
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
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.
layout/pages/publications/publications.ejs) to display publication information including title, author, journal and DOIsource/css/layout/publications.styl) to define the layout and styling for publication items.source/css/style.styl) to include the new publications styles.Usage:
source/_data/publications. yml, format example:with enable developer mode:
The effect is as follows:
Note
Adds a localized Publications page with EJS template, data wiring, styles, and updated translations/utilities.
layout/pages/publications/publications.ejsto render publications list with title/authors/journal, DOI resolving, and full-text/DOI actions.publicationspage type inscripts/helpers/page-helpers.js.publicationsdata inscripts/data-handle.jsfrom theme data sources.source/css/layout/publications.styl; import insource/css/style.styl.publications,no_publications,view_full_text,last_updated,untitled) acrosslanguages/en.yml,es.yml,fr.yml,ja.yml,zh-CN.yml,zh-TW.yml.source/css/build/tailwind.css(v4.1.14) with utilities used by the new page.Written by Cursor Bugbot for commit b49a516. This will update automatically on new commits. Configure here.