Skip to content

msu/shuttle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuttle

Shuttle is an S-expression based markup language that can be transformed to and from HTML.

Quick Example

(html lang=en
  (head (title My Page))
  (body
    (h1 Hello World)
    (p This is Shuttle.)))

Specification Generation

Requires just and pandoc.

just build      # Build spec to index.html
just preview    # Build and open in browser
just clean      # Remove generated files

About

The Shuttle Hypertext Markup Langauge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published