github on Balkian's site /tags/github/ Recent content in github on Balkian's site Hugo -- gohugo.io en-us This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Fri, 10 Apr 2015 17:47:00 +0000 Sharing dotfiles /post/2015-04-10-github-dotfiles/ Fri, 10 Apr 2015 17:47:00 +0000 /post/2015-04-10-github-dotfiles/ Today’s post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords. As part of moving to emacs, I starting using the incredibly useful gh.el. When you first use it, the extension saves either your password or an OAuth token in your . Publishing on PyPi /post/2014-09-23-publishing-to-pypi/ Sat, 27 Sep 2014 10:00:00 +0000 /post/2014-09-23-publishing-to-pypi/ Developing a python module and publishing it on Github is cool, but most of the times you want others to download and use it easily. That is the role of PyPi, the python package repository. In this post I show you how to publish your package in less than 10 minutes. Creating my web /post/2013-08-17-creating-my-web/ Thu, 22 Aug 2013 14:14:22 +0000 /post/2013-08-17-creating-my-web/ I’ve finally decided to set up a decent personal page. I have settled for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github, Jekyll will automatically generate static pages for my posts every time I commit anything new to this repository.