Almost working!

This commit is contained in:
Henrique Dias
2017-08-20 08:42:38 +01:00
parent a04ff87bf9
commit 5b619337df
11 changed files with 328 additions and 294 deletions

View File

@@ -28,6 +28,11 @@ type Jekyll struct {
previewPath string
}
// Name is the plugin's name.
func (j Jekyll) Name() string {
return "jekyll"
}
// SettingsPath retrieves the correct settings path.
func (j Jekyll) SettingsPath() string {
return "/_config.yml"