init
This commit is contained in:
commit
22a286b8d2
14 changed files with 288 additions and 0 deletions
9
src/sitemap.ml
Normal file
9
src/sitemap.ml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
let img name = Format.sprintf "/assets/img/%s" name
|
||||
|
||||
let script name = Format.sprintf "/assets/js/%s" name
|
||||
|
||||
let style name = Format.sprintf "/assets/css/%s" name
|
||||
|
||||
let favicon = img "favicon.png"
|
||||
|
||||
let home = "/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue