initial commit
This commit is contained in:
commit
a7350363be
7 changed files with 77 additions and 0 deletions
10
build.rb
Normal file
10
build.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require "phlex"
|
||||
require "phlexite"
|
||||
|
||||
require_relative "pages/layout"
|
||||
require_relative "pages/home"
|
||||
|
||||
Phlexite::Site.new { |s|
|
||||
s.mount "assets", on: "/"
|
||||
s.page "index.html", Pages::Home.new
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue