# Runtime API Examples This page demonstrates some of the runtime APIs provided by VitePress. ## Site Data The site data contains information about the entire site, such as the title and description. ```vue
{{ site }}
```
{{ site }}
## Frontmatter The frontmatter of the current page.
{{ frontmatter }}