Skip to main content
Module

x/lume/core.ts>Src

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Src
Re-export
import { type Src } from "https://deno.land/x/lume@v1.17.2/core.ts";

The .src property for a Page or Directory

Properties

slug: string

The slug name of the file or directory

asset: boolean

If the page was loaded as asset or not

path: string

The path to the file (without extension)

optional
ext: string

The extension of the file (undefined for folders)

optional
lastModified: Date

The last modified time

optional
created: Date

The creation time

optional
remote: string

The remote url (if the file was downloaded)

optional
entry: Entry

The original entry instance