Skip to content

A static site generator in Janet

License

Notifications You must be signed in to change notification settings

pyrmont/ecstatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecstatic

Build Status

Ecstatic is a no-frills static site generator written in Janet. It is in development.

Ecstatic takes inspiration from Jekyll. It uses Temple for its templating language.

Requirements

Ecstatic requires Janet 1.12.0 or higher.

It expects a user to provide a _layouts directory, a _posts directory for Markdown-formatted posts and a _config.jdn configuration file.

Building

Clone the repository and then run:

$ jpm deps
$ jpm build

The ecstatic binary is in the build directory.

Usage

If you have your code in a directory src, you can run Ecstatic from that directory like so:

$ /path/to/ecstatic

Your compiled website will be in the _site directory.

Bugs

Found a bug? I'd love to know about it. The best way is to report your bug in the Issues section on GitHub.

Licence

Ecstatic is licensed under the MIT Licence. See LICENSE for more details.

About

A static site generator in Janet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published