My first svbtle blogpost

The interface is incredibly simplistic and well designed. Focuses only on the writing part, everything else faded in the background. I was looking for a new blogging platform for my Google Summer of Code journey and my first choice was Ghost but it turned out to not be free, which made me look for other platforms. But I couldn’t have hoped for something better than svbtle. It’s nice and simple. Looking forward to blogging and codingmy summer away!

 
1
Kudos
 
1
Kudos

Now read this

3 Aug ‘14

The necessary JS and CSS files were not being loaded. I ran a “ python manage.py findstatic ”. It told me some apps were not installed. django_extensions debug-toolbar South django_tables2 pyscopg2 After installing these, findstatic was... Continue →