tejainece / jaguar_martini

Jekyll and Hugo like static site generator that uses right mix of Markdown, HTML and Dart
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Is this usable as standalone? #1

Open filiph opened 6 years ago

filiph commented 6 years ago

I'm in need of something exactly like this — a simple Jekyll-style static site generator.

Before I go all in, though, I'd like to see an example input. I don't want to wade through code to figure out what kind of directory structure jaguar_martini expects.

Also, it's a bit confusing that there is no bin/ executable. Is this only usable with the rest of jaguar? I just want to generate HTML files and put them on Firebase Hosting or GH pages.

Some documentation would be great, but failing that, just a github repo with a sample site would suffice.

Thanks!

tejainece commented 6 years ago

Hi,

Thanks for the interest!

There are some examples here: https://github.com/martini-examples

No, it does not need Jaguar. It generates HTML files from markdown files and some data files.