1
Fork 0
GoBlogDemoPlugin/README.md

16 lines
335 B
Markdown
Raw Normal View History

2022-08-09 16:18:29 +00:00
# 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:
```yaml
plugins:
- path: ./plugins/advanced
type: exec
import: goblog/plugin
```
Start GoBlog.