nesta 0.18.0
Nesta is a lightweight Content Management System, written in Ruby using the Sinatra web framework. Nesta has the simplicity of a static site generator, but (being a fully fledged Rack application) allows you to serve dynamic content on demand. Content is stored on disk in plain text files (there is no database). Edit your content in a text editor and keep it under version control (most people use git, but any version control system will do fine). Implementing your site's design is easy, but Nesta also has a small selection of themes to choose from.
          Gemfile:
          =
        
        
          安装:
          =
        
      Runtime 依赖 (9):
            haml
            >= 3.1, < 6.0
          
          
            haml-contrib
            >= 1.0
          
          
            rack
            ~> 3
          
          
            rake
            >= 0
          
          
            rdiscount
            ~> 2.1
          
          
            RedCloth
            ~> 4.2
          
          
            sass-embedded
            ~> 1.58
          
          
            sinatra
            ~> 4.0
          
          
            tilt
            ~> 2.1
          
    