Add Disqus Comments Without Customizing Ghost Theme

I recently moved back to ghost.org as my blogging platform. I was sad to find out that to use Disquis you need to customize your theme. I didn’t want to do that cause I’m lazy so I just decided to make it all work with javascript that you can inject into your footer themes. (You can do this by going to your Ghost Admin page and clicking on the Code Injection tab)

»
Author's profile picture Daniel Gopar

Setting Up Alpine Linux For Django Development

TL;DR

»
Author's profile picture Daniel Gopar

Using Pudb In A Virtual Environment

If you have pudb installed globally you won’t be able to run it with the Python from your virtualenv. The work around is to first install pudb through your virtualenv pip

»
Author's profile picture Daniel Gopar on python

Typing Underscores Faster In Emacs

I recently saw a Twitter post that showed how to type the “_” (underscore) faster. I really liked the idea and tried it out. Sure enough, I loved it but the issue was that key-chord was slow and I didn’t want to install a package just to use it once. So, I decided to try to create one without the need of key-chord and I got something running that works for me.

»
Author's profile picture Daniel Gopar on emacs

Setting Emacs Transparency

This is a simple function that I have in my init.el to control the transparency of emacs.

»
Author's profile picture Daniel Gopar on emacs

Writing Ghost Blog Posts From Emacs

I use Ghost to blog and I have to say that the people behind it are amazing. They did an awesome job with it since it’s so easy and simple to do everything! But as much as I love ghost, I can’t stand the fact that I have to leave emacs to write a simple blog post. So what would any emacs lover do? Make it so that you write it in emacs!

»
Author's profile picture Daniel Gopar on emacs