diff --git a/docs/statics.md b/docs/statics.md new file mode 100644 index 0000000..43f60b1 --- /dev/null +++ b/docs/statics.md @@ -0,0 +1,31 @@ +# Statics + +Add your files to `public` directory and Kemal will serve these files immediately. + +``` +app/ + src/ + awesome_web_project.cr + public/ + js/ + jquery.js + awesome_web_project.js + css/ + awesome_web_project.css + index.html +``` + +Open index.html and add + +```html + + + + + + + + ... + + +```