Skip to content

Theme Options

tacoen edited this page Jan 3, 2021 · 3 revisions

Tidy HTML Output

Check tidy HTML output, to strip leading/trailing spaces of your HTML code. The outputs were usually messy and not pretty.

Static Page

Neocatema can create static pages of your pages, Use this when your site read not updating state/archives. If you define the static path to 'archives'. then yoursite.com/info/something will be static-generated to yoursite/archives/info/something/index.html

Note: you still need to walk into each page to make the copies.

Owner

Owner will add <meta name="owner"> to the HTML header. It's a read-only by default. and you can edit it in 'blueprint. YAML' of this theme by fill the 'default'. To make this editable, remove the readonly field.

    owner:
        size: long
        type: textarea
        label: <b>Owner Information</b>
        readonly: true
        default: neocatema theme-base
        help: This field was readonly for a reason.

Clone this wiki locally