Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.
/ jstatico Public archive

Static site generation through file tree transformation

License

Notifications You must be signed in to change notification settings

egeozcan/jstatico

Repository files navigation

jstatico

creates a json tree from a directory, applies the built-in filters and puts the output in the destination directory.

npm install jstatico

and then

jstatico /path/to/inputDirectory /path/to/outputDirectory

to run tests

npm test

That's it!

I use this to generate egeozcan.com

An example site is included. See the folder named "test".

TODO

  • Add support for custom processors and preprocessors
  • Add documentation for custom generators (example available in test/src/blog)

License: MIT

About

Static site generation through file tree transformation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published