1
Fork 0
Advanced GoBlog plugin using additional dependencies.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jan-Lukas Else 8415f4a5bd Initial commit 10 months ago
vendor Initial commit 10 months ago
README.md Initial commit 10 months ago
go.mod Initial commit 10 months ago
go.sum Initial commit 10 months ago
plugin.go Initial commit 10 months ago

README.md

Demo GoBlog plugin

This is an example GoBlog plugin with additional dependencies in a vendor directory.

Copy this repos content to your GoBlog working directory to plugins/advanced/src/goblog/plugin.

Configure the plugin:

plugins:
  - path: ./plugins/advanced
    type: exec
    import: goblog/plugin

Start GoBlog.