Add draft support and tagging system with documentation updates#67
Open
qianmoQ wants to merge 2 commits into
Open
Add draft support and tagging system with documentation updates#67qianmoQ wants to merge 2 commits into
qianmoQ wants to merge 2 commits into
Conversation
- 新增 draft frontmatter 元数据,标记页面为草稿 - pageforge build 自动跳过草稿页面 - pageforge serve --drafts 开发模式预览草稿并显示草稿标记 - 支持 feature.draft.enable 全局启用草稿模式 - 草稿页面顶部显示 amber 色草稿提示条 - 补充文档说明
- 新增 TaxonomyProcessor 处理标签收集和页面生成 - 自动生成标签索引页 /tags.html - 自动生成标签详情页 /tags/<tag-name>.html - 支持多语言模式,为每个语言生成独立的标签页 - 标签标题支持 i18n translations 配置 - 标签详情页中的文章链接包含语言前缀和 .html 扩展名 - 补充文档说明
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.
No description provided.