diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2012-07-26 17:45:28 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-26 17:45:28 +0000 |
commit | ae3d7cfe6870ca47f2e7f578426c8cec6d637184 (patch) | |
tree | 31160647fecb931eb2264391b6e09a37092eddcf /doc | |
parent | e15878d9e2e89eaab2c3f42a841b1656d8a929bc (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/webapp/comment_4_f4068a7abbb77ba6a3297cbcf1e503e9._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp/comment_4_f4068a7abbb77ba6a3297cbcf1e503e9._comment b/doc/design/assistant/webapp/comment_4_f4068a7abbb77ba6a3297cbcf1e503e9._comment new file mode 100644 index 000000000..d713e3e8f --- /dev/null +++ b/doc/design/assistant/webapp/comment_4_f4068a7abbb77ba6a3297cbcf1e503e9._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.2.189" + subject="comment 4" + date="2012-07-26T17:45:28Z" + content=""" +So, Yesod's scaffolded site actually does use bootstrap, but I didn't use the scaffolded site so don't have it. I am not quite to the point of doing any theming of the webapp, but I do have this nice example of how to put in bootstrap right here.. + +By the way, if anyone would like to play with the html templates for the webapp, the main html template is `templates/default-layout.hamlet`. Uses a slightly weird template markup, but plain html will also work. And there's also the `static/` directory; every file in there will be compiled directly into the git-annex binary, and is available at `http://localhost:port/static/$file` in the webapp. See the favicon link in `default-layout.hamlet` of how to construct a type-safe link to a static file: `href=@{StaticR favicon_ico}`. That's all you really need to theme the webapp, without doing any real programming! +"""]] |