latest 19 messages by Jeena

+ [2015-08-05T13:14:07Z] Jeena thanks gynter I will try something like that
+ [2015-08-05T13:13:17Z] Jeena yeah pontiki they asked my what they should use and I recomended jekyll because everyone has been saying good things about it
+ [2015-08-05T12:49:45Z] Jeena ok then I think I understand better what jekyll actually does
+ [2015-08-05T12:49:26Z] Jeena yeah, by hand I know how to to it ^^
+ [2015-08-05T12:45:37Z] Jeena so that I could just tell that person to do that
+ [2015-08-05T12:45:21Z] Jeena who didn't think about doing all that to prepare, so I kind of thought there would just be some easy way to do it without touching too much code
+ [2015-08-05T12:44:36Z] Jeena but it is a book with sections and captures and so on, and it is already build by someone else
+ [2015-08-05T12:44:06Z] Jeena yeah a flat one is easy
+ [2015-08-05T12:42:24Z] Jeena yeah
+ [2015-08-05T12:41:23Z] Jeena In the end it will be something like https://www.google.com/design/spec/material-design/introduction.html and I wanted designers to be able to download it and show it in their webbrowser without the need of a webserver running on their local machine
+ [2015-08-05T12:38:42Z] Jeena pontiki, by a book I din't quite mean a list of pages. Interesting how difficult this is to explain.
+ [2015-08-05T11:24:20Z] Jeena it would be nice for having it as a serverless book, documentation, etc.
+ [2015-08-05T11:21:44Z] Jeena pontiki, I kind of thought if you're using a software to generate your site it would be able to do the calculations itself, but perhaps jekyll is not quite the tool to do that
+ [2015-08-05T08:59:54Z] Jeena I want to have it like that because I'd like to package this documentation together with some other software which can show html pages but only from file://
+ [2015-08-05T08:41:01Z] Jeena ah but I see what you mean with the templates
+ [2015-08-05T08:38:35Z] Jeena jaybe, thanks but I don't know where the people who will open it on their computers will unzip the thing I send to them so I can't set a baseurl like file:///my/filesystem/myjekyll/_site/
+ [2015-08-04T15:54:15Z] Jeena and the second is that if I link to a directory like foo/ then the browser doesn't open foo/index.html but it shows a list with the files in the directory
+ [2015-08-04T15:53:00Z] Jeena I have 2 problems, the first is the absolute paths for href and src, which I gather one can somehow fix,
+ [2015-08-04T15:52:10Z] Jeena Hi, is it possible to compile a version of my site with Jekyl which then will work without a webserver, just by opening the index.html file in the browser?