How to spend your time.
Each year, I’m invariably blindsided by the overwhelming, unguiding freedom that a clear summer schedule provides. And I’ve been very consistent in underutilising them. I had my final exams for my...
Each year, I’m invariably blindsided by the overwhelming, unguiding freedom that a clear summer schedule provides. And I’ve been very consistent in underutilising them. I had my final exams for my...
Technologies: Python, Flask, SQLite, HTML, CSS, JavaScript, Jinja2, Bootstrap, Font Awesome Role: Developer, Researcher LifeMap is a Flask-based web application for managing personal projects a...
Solution : Change {{- description | strip | truncate: max_length | escape -}} To: {{- description | strip | truncate: max_length | replace: '\', '\\\\' | replac...
Today I migrated this blog from using the Jekyll theme called jekyll-now to another, Chirpy. The simplest way to do this is forking the repository of the theme you want to use. I went through a ...
Today I used Jekyll to set up a static site. I still need to learn out to incorporate LaTex of some kind, to be able to write in some mathematics. Usually MathJax is the solution in my experience ...