Logs for #nikola for 2015-04-09

02:30:47 <eyebrowns> yay... Isso work just magickly
02:34:00 <eyebrowns> i included embed.min.js and count.min.js. embed.min.js output comment form in specified tags and count.min.js replace all links to comments with "2 comments"
02:34:30 <eyebrowns> thank God
05:41:35 -GitHub[plugins]:#nikola- [plugins] magmax opened pull request #75: ProjectPages: Avoid showing carousel if no featured pages (master...master) http://git.io/veSSH
12:34:00 -GitHub[plugins]:#nikola- [plugins] Kwpolska closed pull request #75: ProjectPages: Avoid showing carousel if no featured pages (master...master) http://git.io/veSSH
13:45:27 <diggle> I want to set up nikola with hg hooks so that when I hg push, on the server it executes a script which builds the site. I found this post about this http://tinkeringwithstuff.com/posts/my-setup-for-blogging-with-nikola.html
13:45:47 <diggle> but I don't know if I hg add after creating my nikola blog on my server or just push to an empty init repo
13:48:56 <ChrisWarrick> diggle: does not matter
13:49:50 <ChrisWarrick> diggle: nikola init; hg init; add files and push it to your server, just make sure there is a hook to build things
13:51:10 <diggle> so no need to init a site on the server? just hooks?
13:52:18 <ChrisWarrick> diggle: yes
13:52:24 <diggle> k, thanks.
13:52:38 <ChrisWarrick> diggle: nikola does not care, as long as there is a conf.py file, it works