18:09:42 <juanjo> hi there 18:09:49 <juanjo> back in nikola world 18:09:57 <juanjo> i'll try to convert my blog in a page WITH a blog 18:21:21 <gour> juanjo: from where? 18:21:49 <juanjo> from non-working-on-my-site-for-monthes-land 18:31:12 <ChrisWarrick> juanjo: add POSTS entries, remove disabled plugins 18:31:58 <juanjo> ChrisWarrick: can i show something like "last 10 posts" in an index html page? 18:32:22 <ChrisWarrick> juanjo: if you don’t want a regular index, try a reST post list 18:32:31 <ChrisWarrick> juanjo: but using them is not recommended in most cases 18:39:57 <juanjo> I have a stories/index.html file 18:40:03 <juanjo> if i want to put images there 18:40:13 <juanjo> should I put them in the folder images/stories/index/? 18:41:16 <juanjo> its working, so seems to yes 18:41:38 <ChrisWarrick> juanjo: images/stories should be it 18:42:12 <ChrisWarrick> juanjo: but it also depends on your image folders config 18:42:45 <juanjo> ok, it'w working because i added this to the IMAGE_FOLDERS config 'images/stories/index': '', 19:05:02 <juanjo> how can specify extra css files for kinola to use? 19:05:06 <juanjo> nikola* 19:05:26 <ChrisWarrick> juanjo: Without creating your own template, you can use files/assets/css/custom.css 19:06:08 <juanjo> i downloaded a bootstrap index.html with it's own css file 19:06:27 <juanjo> or i copy it inside custom.css or i can use some css include directive form custom.css? 19:18:34 <ChrisWarrick> juanjo: just copy it there