A basic init command that will generate a starter .toml file and the ability to change the config used with --config. MUST COME BEFORE COMMAND.
parent
415b01c78d
commit
6ac8620053
@ -1,3 +1,5 @@ |
||||
<h1>Your Content Here</h1> |
||||
|
||||
<p>Put your stuff here.</p> |
||||
|
||||
<h3>Hello</h3> |
||||
|
@ -1,4 +1,5 @@ |
||||
|
||||
views = "pages" |
||||
layout = "pages/layouts/main.html" |
||||
target = "public" |
||||
watch_delay = "1s" |
||||
watch_delay = "500ms" |
||||
|
Loading…
Reference in new issue