06:58:20 <KwBot> [nikola] Kwpolska closed issue #2349: cannot indent code blocks https://github.com/getnikola/nikola/issues/2349 08:15:17 <gour> ChrisWarrick: i'm back to nikola - it's simply the best and most productive ssg which i can find...otoh, i apologize for being a nerd in regard to Coil. for now i gave up an idea to have web-ui considering that simplicity and ease of deployment are more important...again, i'm sorry for making you angry :-( 08:15:50 <ChrisWarrick> gour: it’s okay. 09:32:48 <RocketLL> hai 09:32:57 <RocketLL> So I set up rocketll.com somewhat 09:33:03 <RocketLL> How can I have a proper front page? 09:33:05 <RocketLL> Also 09:33:18 <RocketLL> dbm.error: db type is dbm.gnu, but the module is not available 09:33:20 <RocketLL> Any idea? 09:57:01 <ChrisWarrick> RocketLL: proper front page: we have a tutorial on the website to create a site that is not a blog 09:57:04 <ChrisWarrick> !notablog 09:57:04 <KwBot> ChrisWarrick: Creating a Site (not a blog): https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html 09:57:27 <ChrisWarrick> RocketLL: as for the dbm error: rm .doit.db and don’t move that file between machines 10:05:40 <RocketLL> okie. 10:06:04 <ChrisWarrick> (and python versions) 10:37:20 <[Tritium]> ChrisWarrick: ...is that anydbm? 10:37:34 <ChrisWarrick> [Tritium]: ? 10:37:44 <[Tritium]> .doit.db 10:38:17 <ChrisWarrick> [Tritium]: yes, it’s dbm by default 10:38:17 <[Tritium]> oh, nevermind. i just saw the whole buffer 13:24:39 <ralsina> RocketLL, ChrisWarrick, [Tritium]: there is a doit option that uses json for doit.db which would make it portable... http://pydoit.org/configuration.html?highlight=json#global-section 13:25:01 <ralsina> I suspect it will make things slooooooow 13:25:28 <ralsina> gour: welcome back :-) 13:51:42 <gour> ralsina: thanks...and, this time, not to leave ;) 15:28:29 <Demosthe1ex> quick question, i have been able to include source code using the '.. listing:: filename type' parameter, but aren't there options to control how it's displayed? 15:28:37 <Demosthe1ex> the handbook just mentions the directive, no parameters 15:29:43 <ralsina> Demosthe1ex: there are a bunch of them, give me 1 sec to dig them up 15:30:12 <Demosthe1ex> btw, i LOVE the source formatting. omg 15:30:19 <Demosthe1ex> nikola's such a fine product 15:30:25 <ralsina> Demosthe1ex: hey, thanks! 15:30:58 <Demosthe1ex> a little hacking on the default theme, and i have a rough blog with no outside javascript or dependencies 15:31:02 <Demosthe1ex> and i hate html 15:31:04 <Demosthe1ex> so i'm grateful 15:31:05 <ralsina> Demosthe1ex: listing supports class, name, number-lines, linenos and tab-width 15:31:23 <ralsina> Demosthe1ex: I expect number-lines and linenos are the same 15:31:42 <Demosthe1ex> ralsina: where are you pulling this from? 15:31:49 <Demosthe1ex> i'm adept enough at source to read it if i know where to look 15:31:54 <ralsina> Demosthe1ex: source code :-) 15:32:01 <ralsina> nikola/plugins/compile/rest/listing.py 15:32:05 <Demosthe1ex> btw, if you're a dev, and you're in NL, i owe you lunch ;] 15:32:31 <ralsina> I am a dev, sadly far from NL but thanks anyway :-) 15:33:47 <Demosthe1ex> ;] 15:34:05 <Demosthe1ex> hrm, so there's nothing to control the size of the window pane it puts the block in? 15:34:38 <ralsina> Demosthe1ex: there's always CSS 15:35:08 <ralsina> if you want to control a specific listing, you can use the class option and then use more CSS to change only that one 15:35:35 <ralsina> also, if, for example, you are using twitter bootstrap CSS, they have classes that control width, IIRC 15:36:25 <ralsina> so, you could set class col-md-6 and end with half-screen 15:39:08 <Demosthe1ex> meh 15:39:42 <Demosthe1ex> seriously, i can't tell you how much i despise anything to do with the web. writing restructured text as an Org-mode user is good enough for me. 15:39:54 <Demosthe1ex> if i can't just tweak a param, i just don't care. 15:40:31 <Demosthe1ex> i'm sure it's infinitely configurable if dig into the css, but its not worth the time ;] 15:40:51 <Demosthe1ex> which again, makes me very grateful for nikola ;] 15:45:41 <Demosthe1ex> thanks! 16:39:44 <ChrisWarrick> !tell Demosthe1ex There’s an org-mode plugin available at https://plugins.getnikola.com/ if you want one. 16:39:44 <KwBot> ChrisWarrick: acknowledged.