Skip to content

kickaha2019/Jadawin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jadawin

Jadawin is a DSL for simple static website generation, together with a Ruby implementation. It is not a general purpose tool, for that consider Hugo or Jekyll or many others.

The documentation is online at documentation. It can be generated from the source files in the docs folder by running something like the following commands in a Bash shell:

gem install bundler ruby-vips liquid
BUNDLE_GEMFILE=ruby/Gemfile;export BUNDLE_GEMFILE
mkdir html
bundle exec ruby ruby/Compiler.rb docs config.yaml html

when positioned at the top-level of a clone of this repo. This will generate HTML files into a html folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published