Naveen M KNaveen M K
  • Projects
  • Blog
  • Home
  • Blog
  • Projects

css

3 Articles

Migrating an Astro Website to Ghost: A Comprehensive Guide

Step-by-step guide to migrate your Astro website to Ghost CMS, enabling content management and creation within Ghost. Perfect for developers looking to switch their Astro site to a headless CMS.

Recently, I undertook a project to convert an Astro website to Ghost. The task involved building a Ghost theme based on the existing Astro…

Read more

Tips and Tricks for Using Weasyprint to Generate PDFs

Things I learned while using Weasyprint to generate PDFs from HTML and CSS.

Weasyprint, if you’ve not known before is a wonderful tool to generate PDFs from HTML and CSS. It’s a Python library and it’s very easy to…

Read more

Setting page size when printing HTML

The article explains how to set the page size when using the print from html page feature in browser.

Recently, in a project I was working on, I was given the task to setup a page which the user will print with only frontend-tools (html…

Read more