@yamlresume/core
    Preparing search index...

    Type Alias HtmlAdvanced

    Defines advanced HTML configuration options.

    type HtmlAdvanced = {
        description?: string;
        footer?: string;
        keywords?: string;
        showIcons?: boolean;
        title?: string;
    }
    Index
    description?: string

    Meta description for the HTML document.

    footer?: string

    Custom footer for the HTML document.

    keywords?: string

    Meta keywords for the HTML document.

    showIcons?: boolean

    Whether to show icons for links and profiles.

    title?: string

    Custom title for the HTML document.