mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 18:01:28 -06:00
19 lines
447 B
TOML
19 lines
447 B
TOML
baseURL = "https://owncloud.github.io/ocis-webdav/"
|
|
languageCode = "en-us"
|
|
title = "ownCloud Infinite Scale: WebDAV"
|
|
pygmentsUseClasses = true
|
|
|
|
disableKinds = ["taxonomy", "taxonomyTerm", "RSS", "sitemap"]
|
|
|
|
[blackfriday]
|
|
angledQuotes = true
|
|
fractions = false
|
|
plainIDAnchors = true
|
|
smartlists = true
|
|
extensions = ["hardLineBreak"]
|
|
|
|
[params]
|
|
author = "ownCloud GmbH"
|
|
description = "Serve WebDAV API for oCIS"
|
|
keywords = "reva, ocis"
|