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 post-sitemap.xml * @param hexo */ export default function yoastSeoSitemapPosts(hexo: Hexo): Promise<void>; /** * get all post updated dates * @returns */ export declare function getAllpostUpdateDates(): string[];