跳至主要內容

Page Config汇总

Ms.Hope大约 1 分钟GuidePage configGuide

Content before more comment is regarded as page excerpt.

Page Title

The first H1 title in Markdown will be regarded as page title.

You can also set title in Markdown's Frontmatter:

---
title: Page Title
---

Page Information

You can set page information in Markdown's Frontmatter.

  • The author is Ms.Hope.
  • The writing date is January 1, 2020
  • Category is "Guide"
  • Tags are "Page Config" and "Guide"

Page Content

You are free to write your Markdown here.

Assets

  • You can place images besides your Markdown files nd use relative links.
  • For images in .vuepress/public directory, please use absolute links (i.e.: starting with /).

Components

Each markdown page is converted into a Vue component, which means you can use Vue syntax in Markdown:

2

  • 1
  • 2
  • 3

You can also create and import your own components.

Input:

Output: Hello world!

markdown跳转测试

跳到本页面的二级标题 : 测试可以成功

跳到其他页面的二级标题 ; 2024-5-4:测试不成功,待优化TODO


The theme contains some useful components. Here are some examples: