Skip to content

Interface: PageFrontMatter

Defined in: packages/valaxy/types/frontmatter/page.ts:63

Extends

Extended by

Indexable

ts
[key: string]: any

Properties

ts
abbrlink: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:77

abbrlink

generated by valaxy-addon-abbrlink, do not manually modify

just compatible for hexo-abbrlink


albums

ts
albums: Album[];

Defined in: packages/valaxy/types/frontmatter/page.ts:182

@description:en-US Albums @description:zh-CN 相册


aside

ts
aside: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:121

display right sidebar

Description

是否显示右侧侧边栏


author

ts
author: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:88

Description

Author @description:zh-CN 作者


codeHeightLimit?

ts
optional codeHeightLimit: number;

Defined in: packages/valaxy/types/frontmatter/page.ts:228

@description:en-US Limit the height of the code block in px @description:zh-CN 限制代码块的高度,单位是 px


codepen

ts
codepen: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:170

use codepen

Url

https://codepen.io/


collections

ts
collections: CollectionConfig[];

Defined in: packages/valaxy/types/frontmatter/page.ts:191

for collections


color

ts
color: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:150

title color

Deprecated

Please use pageTitleClass | postTitleClass instead


comment

ts
comment: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:154

display comment


ts
copyright: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:99

Copyright

Description

是否显示文章底部版权信息


cover

ts
cover: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:111

cover

Description

封面图片


date

ts
date: string | number | Date;

Defined in: packages/valaxy/types/frontmatter/page.ts:56

@description:en-US Created Date @description:zh-CN 文章创建日期

Inherited from

PageFrontMatter.date


encrypt

ts
encrypt: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:196

@description:zh-CN 是否启用加密,password 存在时默认为 true


encryptedContent?

ts
optional encryptedContent: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:215

En

Description

encrypted content

@description:zh-CN 加密后的内容


encryptedPhotos?

ts
optional encryptedPhotos: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:223

@description:zh-CN 加密后的相册


end

ts
end: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:159

post is end

Description

是否完结,将在末尾添加衬线字体 Q.E.D.


from?

ts
optional from: string | string[];

Defined in: packages/valaxy/types/frontmatter/page.ts:233

@description:en-US Source path for client redirection @description:zh-CN 客户端重定向的源路径


ts
optional gallery_password: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:208

@description:zh-CN 相册密码


icon

ts
icon: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:145

icon before title

Description

标题前的图标


image

ts
image: NodeRelations<string | ImageObject>;

Defined in: packages/valaxy/types/frontmatter/page.ts:105

for seo schema


katex

ts
katex: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:165

use katex

Url

https://katex.org/


lang

ts
lang: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:82

i18n


markdownClass

ts
markdownClass: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:133

@description:en-US Custom Markdown class @description:zh-CN 自定义 Markdown 样式

Default

ts
'markdown-body'

medium_zoom

ts
medium_zoom: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:175

use medium-zoom

Url

https://github.com/francoischalifour/medium-zoom


pageTitleClass

ts
pageTitleClass: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:139

@description:en-US Post title class @description:zh-CN 文章标题样式


partiallyEncryptedContents?

ts
optional partiallyEncryptedContents: string[];

Defined in: packages/valaxy/types/frontmatter/page.ts:219

@description:zh-CN 部分加密的内容


password?

ts
optional password: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:200

@description:zh-CN 加密密码


password_hint?

ts
optional password_hint: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:204

@description:zh-CN 密码提示


path

ts
path: string;

Defined in: packages/valaxy/types/frontmatter/page.ts:69

Path of post route.path

Description

路径


photos

ts
photos: Photo[];

Defined in: packages/valaxy/types/frontmatter/page.ts:187

For layout Gallery @description:en-US Photos


ts
sidebar: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:126

display left sidebar

Description

是否显示左侧侧边栏


ts
sponsor: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:94

Display sponsor info

Description

是否开启赞助


title

ts
title: string | Record<string, string>;

Defined in: packages/valaxy/types/frontmatter/page.ts:51

Title

Description

文章标题

md
---
title: Post Title
---

i18n:

md
---
title:
  en: Post Title
  zh-CN: 文章标题
---

Inherited from

PageFrontMatter.title


toc

ts
toc: boolean;

Defined in: packages/valaxy/types/frontmatter/page.ts:116

display toc

Description

是否显示目录


updated

ts
updated: string | number | Date;

Defined in: packages/valaxy/types/frontmatter/page.ts:60

Updated Time

Inherited from

PageFrontMatter.updated