UNPKG

sbg-api

Version:

Pre-processing all source posts before rendering from hexo. Useful for low-end devices to prevent using large number of hexo plugins.

12 lines (11 loc) 256 B
import Hexo from 'hexo'; /** * build page-sitemap.xml * @param hexo */ export default function yoastSeoSitemapPages(hexo: Hexo): Promise<void>; /** * get all page updated dates * @returns */ export declare function getAllpageUpdateDates(): string[];