Build-in Page

reco_luan2023-06-29

TIP

The theme has built-in pages that are independent pages with specific functions, that can be used to enrich the functionality of the site, such as placing the page entry on navabr.

Blog List Page

  • route: /posts.html
  • description: A separate blog list page, that provides documentation stations with the ability to interact with users through blogs.
  • example: image

Timeline Page

  • route: /timeline.html
  • description: The timeline of the blog, which can be used as an archive page.
  • example: image

Friendship Link

  • route: /friendship-link.html
  • description: friendship link
  • example: image
  • config:
    import { defineUserConfig } from 'vuepress'
    import { recoTheme } from 'vuepress-theme-reco'
    
    export default defineUserConfig({
      theme: recoTheme({
        friendshipLinks: [
          {
            title: 'vuepress-recovuepress-recovuepress-recovuepress-reco',
            logo: 'https://avatars.githubusercontent.com/u/54167020?s=200&v=4',
            link: 'https://github.com/vuepress-reco'
          }
        ]
      })
    })
    
Last Updated 4/30/2024, 3:55:36 AM