Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more static website generators #19

Closed
hacdias opened this issue Sep 27, 2015 · 0 comments
Closed

Support more static website generators #19

hacdias opened this issue Sep 27, 2015 · 0 comments
Labels
enhancement ⚙ Improve an existing feature

Comments

@hacdias
Copy link
Member

hacdias commented Sep 27, 2015

Right now, cady-hugo is capable of editing, creating and uploading files to the file system, similar to a CMS. Those functionalities are transversal to all of the static website generators.

So, the idea is to change the name of the plugin and make it more global, like caddy-cms. It would have an option to use Hugo or use an external static website generator.

I think it would be simple to do because the only Hugo command used inside the plugin is to regenerate the website. As Hugo is builded with Go, it offers a better experience with Caddy in this case.

To support others static website generators, we would have these options:

cms {
     external true        # default false
     command jekyll       # the command with all of the needed flags
}```
@hacdias hacdias added the idea label Sep 27, 2015
@hacdias hacdias changed the title Extend plugin functionality to others static website generators Support more static website generators Sep 27, 2015
hacdias added a commit that referenced this issue Sep 27, 2015
@hacdias hacdias added the enhancement ⚙ Improve an existing feature label Sep 27, 2015
hacdias added a commit that referenced this issue Sep 27, 2015
@hacdias hacdias closed this as completed Sep 27, 2015
hacdias added a commit that referenced this issue Jul 18, 2017
hacdias added a commit that referenced this issue Jul 18, 2017
hacdias added a commit that referenced this issue Jul 18, 2017
hacdias added a commit that referenced this issue Jul 18, 2017
hacdias added a commit that referenced this issue Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ⚙ Improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant