[nikola-discuss] Re: Nikola v7.7.12 is out!

2016-08-22 Thread Mandar Vaze
I'm getting following error after the upgrade used pip3 install --upgrade nikola I'm on python3 and inside virtualenv Traceback (most recent call last): File "/Users/mandar/.virtualenvs/py3nikola/bin/nikola", line 7, in from nikola.__main__ import main ImportError: No module named 'niko

[nikola-discuss] Re: Creating .travis.yml file to auto-deploy to gh-pages

2016-08-22 Thread Aaron Meurer
I wrote the code to do it in Python in the tool doctr that I mentioned. So you can reuse that. Aaron Meurer On Monday, August 22, 2016, Damián Avila wrote: > I would be interesting to see something like you described Aaron. > To encrypt variables on travisci you probably need to interact with t

Re: [nikola-discuss] Creating .travis.yml file to auto-deploy to gh-pages

2016-08-22 Thread Damián Avila
I would be interesting to see something like you described Aaron. To encrypt variables on travisci you probably need to interact with the travis command line application written in ruby, IIRC... so it would be, I guess, a nice interesting mix of languages ;-) 2016-08-22 7:23 GMT-03:00 Puneeth Cha

Re: [nikola-discuss] Creating .travis.yml file to auto-deploy to gh-pages

2016-08-22 Thread Puneeth Chaganti
Aaron, > Yes, I know about that. It's what I use currently. But I'd like to > build and deploy my site on Travis CI. I had written something a while back, that tries to do this: http://statiki.herokuapp.com/ https://github.com/punchagan/statiki I no longer maintain it, but it should still work

Re: [nikola-discuss] Creating .travis.yml file to auto-deploy to gh-pages

2016-08-22 Thread Roberto Alsina
Sounds useful! On Mon, Aug 22, 2016 at 4:52 AM Aaron Meurer wrote: > Yes, I know about that. It's what I use currently. But I'd like to > build and deploy my site on Travis CI. > > Basically, I want a command, like nikola configure-travis, which > > - Sets up a deploy key for GitHub, and encrypt

Re: [nikola-discuss] Creating .travis.yml file to auto-deploy to gh-pages

2016-08-22 Thread Aaron Meurer
Yes, I know about that. It's what I use currently. But I'd like to build and deploy my site on Travis CI. Basically, I want a command, like nikola configure-travis, which - Sets up a deploy key for GitHub, and encrypts it. - (Optionally) uploads said key to GitHub - Creates a .travis.yml file wit

RE: [nikola-discuss] Creating .travis.yml file to auto-deploy to gh-pages

2016-08-22 Thread tritium-list
Nikola has built in github pages deployment. https://getnikola.com/handbook.html#deploying-to-github > -Original Message- > From: nikola-discuss@googlegroups.com [mailto:nikola- > disc...@googlegroups.com] On Behalf Of Aaron Meurer > Sent: Monday, August 22, 2016 3:37 AM > To: nikola-disc

[nikola-discuss] Creating .travis.yml file to auto-deploy to gh-pages

2016-08-22 Thread Aaron Meurer
Does Nikola have the ability to automatically generate a .travis.yml file to build and deploy the site to gh-pages? If not, is that something that you would be interested in adding? Aaron Meurer -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group.