ചങ്ങലകൾ

18 March 2026

നഷ്ടപ്പെട്ടതെല്ലാം
മടങ്ങി വരണമെന്ന്
നിങ്ങൾ ആഗ്രഹിക്കരുത്.

ചിലതൊക്കെ ചങ്ങലകൾ
മാത്രമാണ്.

നീ

17 March 2026

മഴയുടെ സംഗീതവും
കാടിന്റെ കുളിരും
രാത്രിയുടെ മൗനവും
ഇരുട്ടിലെ നക്ഷത്രവുമാണ്
നീ.

The illusionist

16 March 2026

My poems can make
you believe
I am the one
you dream of.

But I am sorry love,
I am the illusionist
you were never
destined to meet.

പ്രണയകവിത

16 March 2026

എഴുതപ്പെടാത്ത
ഏറ്റവും
മനോഹരമായ
പ്രണയകവിതയാണ്
നീ.

കൊടുങ്കാറ്റാകുക

15 March 2026

കുതിച്ച് പായാനും
കരുത്ത് കാട്ടാനും
വേണ്ടി വന്നാൽ കടപുഴക്കാനും
കഴിയുന്ന,

കൊടുങ്കാറ്റാകുക നീ.

Sweat

8 March 2026

I don’t know
what makes us sweat
at midnight,
the summer
or the love.

നിന്നെ കണ്ടെത്തുവാൻ

2 February 2026

നീ മറന്നുപോയ
നിന്നെ കണ്ടെത്തുവാൻ
ശ്രമിക്കുക.

കാറ്റിന്റെ കരുത്തും,
കടലിന്റെ ആഴവുമുള്ള
നിന്നെ.

നാടോടി

7 November 2025

നീല പോക്കറ്റിൽ
സൂര്യപ്രകാശവും,
കഥകൾ നിറഞ്ഞ
കണ്ണുകളും, കാറ്റിന്റെ
പുഞ്ചിരികളുമുള്ള
ഒരു നാടോടി കണക്കെ
ജീവിക്കുക.

Start the Hugo server with your local IP

20 October 2025

I want to share my writings to my colleague thorugh my IP before publishing it. So here how I done it:

  • Get your IP using the command ipconfig from the terminal.
  • Go to your Hugo project’s root directory in your terminal.
  • Run the following command, replacing <YOUR_NETWORK_IP> with the IP address.
  • hugo server --bind 0.0.0.0 --baseUrl http://<YOUR_NETWORK_IP>:1313
  • The server will start, and the output should show the website is available at http://<YOUR_NETWORK_IP>:1313.