# Basic Idea

As explained on Global Computed (opens new window) in the VuePress Guide, you can get values of all pages from $page (opens new window). For example, put following code fracsion on your .md file in your VuePress site:

{{$site.pages}}

You may see a long array of page.

# $site.pages[0]

{ "title": "Device", "frontmatter": { "title": "Device", "lang": "en" }, "regularPath": "/Tips/Software/Device/", "relativePath": "Tips/Software/Device/README.md", "key": "v-326a6156", "path": "/Tips/Software/Device/", "headers": [ { "level": 2, "title": "Topics", "slug": "topics" }, { "level": 2, "title": "Posts", "slug": "posts" } ], "lastUpdated": "2/16/2020, 12:57:01 PM", "lastUpdatedTimestamp": 1581857821000 }

Last Updated: 11/29/2022, 11:18:56 AM