mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
httpserver: Add 'jekyll' plugin. (#1817)
This commit is contained in:
parent
b5ec462299
commit
ebce0b7aec
1 changed files with 1 additions and 0 deletions
|
@ -493,6 +493,7 @@ var directives = []string{
|
|||
"markdown",
|
||||
"templates",
|
||||
"browse",
|
||||
"jekyll", // github.com/hacdias/filemanager/caddy/jekyll
|
||||
"hugo", // github.com/hacdias/filemanager/caddy/hugo
|
||||
"mailout", // github.com/SchumacherFM/mailout
|
||||
"awslambda", // github.com/coopernurse/caddy-awslambda
|
||||
|
|
Loading…
Reference in a new issue