noflo-jekyll icon indicating copy to clipboard operation
noflo-jekyll copied to clipboard

Flow-based reimplementation of the Jekyll static site generator

Results 5 noflo-jekyll issues
Sort by recently updated
recently updated
newest added

Several things: * Porting tests to Mocha * Updating dependencies to modern ones * Updating graphs to latest spec (disambiguated in/outports, disambiguated component libs)

Let’s get started with automated dependency management for noflo-jekyll :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

Followed the README directions: ``` $ node -v v0.10.32 $ npm -v 2.1.3 $ npm install -g noflo-jekyll [snip] $ noflo-jekyll . _site env: coffee: No such file or directory...

We'd like to call noflo-jekyll via an API passing it the sources and getting back the rendered result instead of passing it source and target directory names.

Do you have example index source from external site? For example : http://www.cnn.com/ListOfExternalLinks.txt (This contain list of markup files and separated by carriage return ). Basically, the noflow will grap...