Generic templates

Generic theme providing a template framework and templates for bootstrap components.

License: MIT License

Configuration interface
  • html.doctype

    Description:

    Doctype declaration to use.

    Type:
    one of "html5", "html4", "xhtml1"
    Default:
    "html5"
  • html.lang

    Description:

    An ISO 639-1 language code to set to the html tag.

    Type:
    string
    Default:
    "en"
  • lib.bootstrap.enable

    Description:

    Whether to enable bootstrap.

    Type:
    boolean
    Default:
    false
    Example:
    true
  • lib.bootstrap.version

    Description:

    Selects bootstrap version to use.

    Type:
    Concatenated string
    Default:
    "3.3.7"
  • lib.font-awesome.enable

    Description:

    Whether to enable font awesome.

    Type:
    boolean
    Default:
    false
    Example:
    true
  • lib.font-awesome.version

    Description:

    Selects font-awesome version to use.

    Type:
    Concatenated string
    Default:
    "4.7.0"
  • lib.googlefonts

    Description:

    Google Fonts to load, for available fonts see https://fonts.google.com/.

    Type:
    list of strings
    Default:
    [  ]
    Example:
    [ "Barrio" "Fjalla One" ]
  • lib.highlightjs.enable

    Description:

    Whether to enable highlightjs.

    Type:
    boolean
    Default:
    false
    Example:
    true
  • lib.highlightjs.extraLanguages

    Description:

    Extra languages to highlight, for available languages see https://highlightjs.org/static/demo/.

    Type:
    list of strings
    Default:
    [  ]
    Example:
    [ "nix" ]
  • lib.highlightjs.style

    Description:

    Style used by highlight.js, for available styles see https://highlightjs.org/static/demo/.

    Type:
    Concatenated string
    Default:
    "default"
    Example:
    "agate"
  • lib.highlightjs.version

    Description:

    Selects highlightjs version to use.

    Type:
    Concatenated string
    Default:
    "9.9.0"
  • lib.jquery.enable

    Description:

    Whether to enable jQuery.

    Type:
    boolean
    Default:
    false
    Example:
    true
  • lib.jquery.version

    Description:

    Selects jQuery version to use.

    Type:
    Concatenated string
    Default:
    "3.1.1"
  • lib.mathjax.enable

    Description:

    Whether to enable mathjax.

    Type:
    boolean
    Default:
    false
    Example:
    true
  • services.disqus.shortname

    Description:

    Disqus service shortname. See What’s a shortname? page for details.

    Type:
    null or string
    Default:
    null
  • services.google-analytics.trackingID

    Description:

    Google analytics service tracker ID, Google analytics is disabled if set to null.

    Type:
    null or string
    Default:
    null
  • services.piwik.IDsite

    Description:

    idsite of the website you are tracking in Piwik.

    Type:
    string
    Default:
    ""
  • services.piwik.enable

    Description:

    Whether to enable Piwik.

    Type:
    boolean
    Default:
    false
    Example:
    true
  • services.piwik.url

    Description:

    Piwik url.

    Type:
    string
    Default:
    ""
  • site.title

    Description:

    Site title.

    Type:
    string
    Default:
    "Generic Templates"