Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

46bit/fairytale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fairytale

Fairytale is a Ruby static-site compiler designed to work as closely as possible to the process of building a dynamic site. Building with it is designed to closely resemble building with Sinatra:

# mysite.rb
require 'fairytale'

get '/' do
  "Hello world!"
end

Install the gem and run with:

gem install fairytale
ruby -rubygems mysite.rb

Compiled files go into the ./webroot directory.

Credits

Licensed under MIT, created by Michael Mokrysz. A lot of credit has to go to the Sinatra team.

About

Sinatra-like static site compiler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages