Try adding docs
This commit is contained in:
parent
15c0a1ccc0
commit
04e1d9eb91
10 changed files with 144 additions and 74 deletions
10
docs/pages/index.rb
Normal file
10
docs/pages/index.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
module Phlexite::Docs::Pages
|
||||
class Index < ::Phlex::HTML
|
||||
def view_template
|
||||
render Layout.new {
|
||||
h1 { 'Phlexite' }
|
||||
p { 'Phlexite is a simple static site generator for Ruby.' }
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue