diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/config.json b/config.json index 883e120..4fd39bd 100644 --- a/config.json +++ b/config.json @@ -253,6 +253,18 @@ "webmanifest": { "baseName": "site", "mediaType": "application/manifest+json" + }, + "gallery": { + "baseName": "gallery", + "mediaType": "text/html" + }, + "following": { + "baseName": "following", + "mediaType": "text/html" + }, + "webring": { + "baseName": "webring", + "mediaType": "text/html" } }, "outputs": { @@ -271,7 +283,10 @@ ], "section": [ "html", - "rss" + "rss", + "gallery", + "following", + "webring" ], "taxonomy": [ "html", |