Logs for #nikola for 2015-01-19

10:49 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #1591: Removing subprocess from Nikola's check (master...check-nuke-subprocess) http://git.io/p7lQQg
10:57 -travis-ci:#nikola- getnikola/nikola#4566 (master - 3777ba1 : Chris Warrick): The build passed.
10:57 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2b34513ef6f2...3777ba14da00
10:57 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/47499000
10:59 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted check-nuke-subprocess at edfb302: http://git.io/nunpEg
11:05 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted fix-appveyor at 3e56b90: http://git.io/KuiSzw
11:05 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted requires-io-master at bb2ba6e: http://git.io/dGIbUw
11:06 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted disarm-winutils at aae8d8f: http://git.io/yg3aUA
11:06 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted fix-meta-order at 0ca4f14: http://git.io/Zf7Dbw
11:07 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted fix-1539 at 49dbf4e: http://git.io/fg48PQ
11:07 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted fix-1270 at e3405de: http://git.io/17VyTA
18:51 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/COMAQw
18:51 -GitHub[nikola]:#nikola- nikola/master 3ba8ebe Chris Warrick: fix #1593 -- bootstrap 3.3.2...
18:55 -GitHub[themes]:#nikola- [nikola-themes] Kwpolska pushed 1 new commit to master: http://git.io/gq13Pw
18:55 -GitHub[themes]:#nikola- nikola-themes/master dc8819d Chris Warrick: upgrade bootstrap3-gradients theme...
19:05 -travis-ci:#nikola- getnikola/nikola#4567 (master - 3ba8ebe : Chris Warrick): The build was broken.
19:05 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/3777ba14da00...3ba8ebeb1425
19:05 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/47550033
19:18 -travis-ci:#nikola- Invariant build by Chris Warrick: The build passed. See http://travis-ci.org/getnikola/invariant-builds/builds/47551970.
20:24 -travis-ci:#nikola- getnikola/nikola#4567 (master - 3ba8ebe : Chris Warrick): The build passed.
20:24 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/3777ba14da00...3ba8ebeb1425
20:24 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/47550033
20:43 <+ChrisWarrick> KwBot: ping
20:46 <+ChrisWarrick> KwBot: ping
20:47 <+ChrisWarrick> KwBot: ping
20:48 <+ChrisWarrick> KwBot: ping
20:48 < KwBot> ChrisWarrick: pong
20:48 <+ChrisWarrick> there, my bot is now sort-of functional
20:55 < pmav99> Hi, I would like to integrate a bit of custom javascript in some Nikola pages.
20:55 < pmav99> What would be the best approach for this?
20:59 <+ChrisWarrick> pmav99: BODY_END, for example
21:01 < pmav99> ChrisWarrick: I am sorry, I didn't explain it clearly enough
21:01 < pmav99> I want to create some pages that will have some extra Javascript.
21:01 < pmav99> The JS code will be specific to each page
21:02 <+ChrisWarrick> pmav99: per-page templates
21:03 < pmav99> So I should create a custom theme and add more templates or I can just provide the path to POSTS?
21:04 <+ChrisWarrick> pmav99: you do not need a theme, you can just create a templates directory
21:05 < pmav99> ChrisWarrick: OK, thank you :)
21:05 <+ChrisWarrick> pmav99: then add more templates in the directory, and use the .. template:   meta tag or, if it will work for you, create POSTS/PAGES entries