frontman
frontman copied to clipboard
💎 A Ruby-based static website generator
## Description It would be great to have live reload support for a better developer experience.
Solves #27 and #26 - Adds the method `global_require` - Rename/Alias `import_config` to `require`
Its pretty difficult to monkey patch frontman. Currently I am using the following technique at the top of my config file. ```ruby # config.rb ::Frontman::App.class_eval do def import_config(path) eval File.read(path)...
## Description Frontman supports HAML, ERB and Markdown out of the box. However, it could be nice to extend on this and give users the possibility to implement and add...
I think it would be a good thing for the Wiki documentation to get moved into the repo under the `docs/` folder This would allow PR's to include updated documentation.
_Taken from the projects section._ Its would be nice to add a debug bar in dev mode to help developers. This would contain useful information like what variables are available,...
## Description A simplified markup language that lets you leverage Ruby functions and partials with a more Markdown-like syntax. ## Motivation We currently provide a way for users to mix...