--- layout: docs title: Static Files permalink: /docs/static-files/ --- In addition to renderable and convertible content, we also have **static files**. A static file is a file that does not contain any YAML front matter. These include images, PDFs, and other un-rendered content. They're accessible in Liquid via `site.static_files` and contain the following metadata:
Variable | Description |
---|---|
|
The relative path to the file, e.g |
|
The `Time` the file was last modified, e.g |
|
The string name of the file e.g. |
|
The string basename of the file e.g. |
|
The extension name for the file, e.g.
|