import{$ as e,B as t,P as n,_ as r,f as i,g as a,h as o,l as s}from"./runtime-core.esm-bundler-CZvn3YaB.js";import{t as c}from"./plugin-vue_export-helper-CxTVcLa7.js";var l=JSON.parse(`{"path":"/en/config/frontmatter/basic/","title":"General Configuration | Config","lang":"en-US","frontmatter":{"title":"General Configuration","createTime":"2025/10/09 20:01:09","permalink":"/en/config/frontmatter/basic/","description":"Overview General Frontmatter configuration applicable to all articles. Example: Configuration pageLayout Type: false | 'home' | 'doc' | 'custom' | 'page' | 'friends' | string De...","head":[["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"General Configuration\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2025-11-25T17:13:24.000Z\\",\\"author\\":[]}"],["meta",{"property":"og:url","content":"https://theme-plume.vuejs.press/en/config/frontmatter/basic/"}],["meta",{"property":"og:site_name","content":"Plume Theme"}],["meta",{"property":"og:title","content":"General Configuration"}],["meta",{"property":"og:description","content":"Overview General Frontmatter configuration applicable to all articles. Example: Configuration pageLayout Type: false | 'home' | 'doc' | 'custom' | 'page' | 'friends' | string De..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2025-11-25T17:13:24.000Z"}],["meta",{"property":"article:modified_time","content":"2025-11-25T17:13:24.000Z"}],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://theme-plume.vuejs.press/config/frontmatter/basic/"}]]},"readingTime":{"minutes":3.1,"words":930},"git":{"createdTime":1741490087000,"updatedTime":1764090804000,"contributors":[{"name":"zhenghaoyang24","username":"zhenghaoyang24","email":"95458562+zhenghaoyang24@users.noreply.github.com","commits":1,"avatar":"https://avatars.githubusercontent.com/zhenghaoyang24?v=4","url":"https://github.com/zhenghaoyang24"},{"name":"pengzhanbo","username":"pengzhanbo","email":"volodymyr@foxmail.com","commits":6,"avatar":"https://avatars.githubusercontent.com/pengzhanbo?v=4","url":"https://github.com/pengzhanbo"}],"changelog":[{"hash":"fc3676d6dcb89ab4f175c8e54d3b61697e0f9233","time":1764090804000,"email":"volodymyr@foxmail.com","author":"pengzhanbo","message":"feat(theme): add support for {data-outline=\\"level\\"} attribute syntax for headings, close #757 (#759)"},{"hash":"ddb77a06a5bea91593d797ee307fcf2f115dd60b","time":1763644166000,"email":"volodymyr@foxmail.com","author":"pengzhanbo","message":"feat(theme): add footer frontmatter"},{"hash":"385059f214cb07fc9a098859e889432fb81f998b","time":1759995965000,"email":"volodymyr@foxmail.com","author":"pengzhanbo","message":"docs: update en docs (#708)"},{"hash":"4d2361a7046214fe0f4e4af01831107fd00e38ad","time":1759849989000,"email":"volodymyr@foxmail.com","author":"pengzhanbo","message":"feat(theme)!: add collections support (#704)"},{"hash":"0fd6cac57412002f4d72dc10378789b529adc357","time":1742063370000,"email":"volodymyr@foxmail.com","author":"pengzhanbo","message":"refactor(theme): improve types and flat config (#524)"},{"hash":"a4ac3a30e0b74175b3cd4fd82c52b2321b013926","time":1741490087000,"email":"95458562+zhenghaoyang24@users.noreply.github.com","author":"zhenghaoyang24","message":"docs: add en-US docs (#514)","coAuthors":[{"name":"pengzhanbo","email":"volodymyr@foxmail.com"}]}]},"autoDesc":true,"filePathRelative":"en/config/frontmatter/basic.md","headers":[],"bulletin":false}`),u={name:`basic.md`};function d(c,l,u,d,f,p){let m=t(`VPLink`);return n(),i(`div`,null,[l[15]||=o(`

Overview

General Frontmatter configuration applicable to all articles.

Example:

---
title: Title
createTime: 2024/03/02 20:01:09
permalink: /config/frontmatter/basic/
---

Configuration

pageLayout

pageClass

title

badge

Display a badge on the right side of the article title.

createTime

externalLinkIcon

backToTop

comments

aside

outline

Tips

In markdown content, using the attribute syntax {data-outline="level"} / {outline="level"} after a heading allows you to reset the maximum display level for descendant headings under the current heading.

For example:

## Heading 1 {data-outline="5"} <!-- Only affects descendant headings of the current heading -->

### Level 3 Heading
#### Level 4 Heading
##### Level 5 Heading <!-- Level 3, 4, and 5 headings will appear in the sidebar -->
###### Level 6 Heading <!-- This heading will NOT appear in the sidebar -->

## Heading 2 <!-- Headings at the same level are not affected -->

### Level 3 Heading <!-- By default, only up to level 3 headings are shown -->
#### Level 4 Heading <!-- Level 4 headings are not shown -->

Note that the value of level should be greater than the level of the current heading; otherwise, it will not take effect.

prev

next

readingTime

lastUpdated

contributors

`,40),s(`ul`,null,[l[6]||=s(`li`,null,[s(`p`,null,[a(`Type: `),s(`code`,null,`boolean | string | string[]`)])],-1),l[7]||=s(`li`,null,[s(`p`,null,[a(`Default: `),s(`code`,null,`true`)])],-1),s(`li`,null,[l[3]||=s(`p`,null,`Details:`,-1),l[4]||=s(`p`,null,`Whether to display contributors for the current article. Contributors are automatically populated based on git committers.`,-1),l[5]||=s(`p`,null,`If your article originates from a third party and git commits cannot fully list all authors, you can supplement contributors here.`,-1),s(`p`,null,[l[1]||=a(`For additional information, please refer to `,-1),r(m,{href:`../../guide/features/contributors.md#info`},{default:e(()=>[...l[0]||=[a(`contributors`,-1)]]),_:1}),l[2]||=a(`.`,-1)])])]),l[16]||=o(`

changelog

`,3),s(`ul`,null,[l[13]||=s(`li`,null,[s(`p`,null,[a(`Type: `),s(`code`,null,`boolean | CopyrightLicense | CopyrightFrontmatter`)])],-1),l[14]||=s(`li`,null,[s(`p`,null,[a(`Default: `),s(`code`,null,`false`)])],-1),s(`li`,null,[l[11]||=s(`p`,null,`Details:`,-1),l[12]||=s(`p`,null,`Whether to display copyright information for the current article.`,-1),s(`p`,null,[l[9]||=a(`For complete information, please refer to `,-1),r(m,{href:`../../guide/features/copyright.md`},{default:e(()=>[...l[8]||=[a(`copyright`,-1)]]),_:1}),l[10]||=a(`.`,-1)])])]),l[17]||=o(`

watermark

`,6)])}var f=c(u,[[`render`,d]]);export{l as _pageData,f as default};