[console_scripts]
holocron = holocron.main:main

[holocron.ext]
feed = holocron.ext.generators.feed:Feed
index = holocron.ext.generators.index:Index
markdown = holocron.ext.converters.markdown:Markdown
sitemap = holocron.ext.generators.sitemap:Sitemap
tags = holocron.ext.generators.tags:Tags

[holocron.ext.commands]
build = holocron.ext.commands.build:Build
init = holocron.ext.commands.init:Init
serve = holocron.ext.commands.serve:Serve

