Inline CSS and JS in Hugo for better page performance Inline CSS Here is a trick of how to avoid the render blocking CSS file being loaded (and reported in Lighthouse) on your Hugo site. Inline the CSS using resources.Get function. The following … #misc #snippet
Willow - free, responsive and minimalist Ghost blog theme Looking for a ghost blog theme? Here’s an open-source, responsive & minimalist theme I built for this exact blog. Get the Willow theme from my GitHub. I tried to keep the theme as … #misc
Fix for long shown launch screen on Meteor app In one recent project I came across an issue of app’s launch screen being shown for quite a long time. To be exact - 6 seconds. Each and every time the app was started. Looking into the … #misc
Small collection of useful SASS mixins I happen to use these little SASS mixins quite often, but did not have Gist created yet. So I decided to create a small collection for quick copy and easy lookup next time I need them. So, … #misc #snippet