-
One of the coolest features of Jade is the concept of
Continue Reading →locals
: An object that can be passed to the compiler and used in the Jade code, allowing better separation of content and templates. Ideally, these locals are held in an external file. -
Ghost is awesome, it really is! I’ve just started using and developing on it, but I love it already. It’s simple, smooth, and fast. You can feel the speed when you compare it to traditional CMS’ like WordPress or static generators like Jekyll – I find it to triumph both.
Continue Reading → -
I’ve been using gulp a lot lately (as you can see from my posts).
Continue Reading → -
I recently spent a lot of time looking for a decent way to:
Continue Reading → -
Most git workflows involve use of multiple branches for different sub-tasks, example, a new branch for an alternative layout for the homepage. However, managing braches on the server quicky gets tedious – SSHing in, navigation to the correct directory, then running
Continue Reading →git checkout <branch>
– is tiring for all, right?. -
At MakeUseOf, since the start of the new theme, we simply wrote plain ‘ol CSS and normal JS. No cool stuff like concatenation of compression or minification. Plain code, edited and uploaded through Filezilla.
Continue Reading → -
Git is the one of the best version control system around, and bitbucket offers unlimited free private repos. What’s left is a simple way to deploy to your server every push.
Continue Reading →