page_css_file

Deprecated: Use the page-level styles array instead.

URL to an additional stylesheet to load on this page.

PropertyDetails
Typeurl
Accepted values
  • Absolute path (e.g. /css/page.css)
  • Fully qualified URL (e.g. https://cdn.example.org/css/page.css)
StatusDeprecated

Use the styles parameter instead, which supports cache-busting and loading multiple stylesheets.

Example (deprecated usage)

page_css_file: "/css/my-page.css"

Replacement

styles:
  - url: "/css/my-page.css"
    cache: true

Front Matter