frontman icon indicating copy to clipboard operation
frontman copied to clipboard

💎 A Ruby-based static website generator

Results 7 frontman issues
Sort by recently updated
recently updated
newest added

## Description It would be great to have live reload support for a better developer experience.

enhancement

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)...

enhancement

## 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...

enhancement

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.

enhancement

_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,...

enhancement

## 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...

enhancement