Hello and welcome to my personal website! I'm thrilled to have you here and share a glimpse into my world. I believe that life is a journey of constant exploration and learning, and this website is a reflection of that philosophy.
git clone git@github.com:hhkmy/id.git && cd idor
gh repo clone hhkmy/id && cd idinstall packages with
npm installafter configuring Hugo with Tailwind CSS integration, the concurrently npm package is no longer required. The built-in hugo server command now handles Tailwindcss compilation automatically during development, providing live reloading for both content and styling changes.
chmod +x hugo_installer.sh && ./hugo_installer.shThis script automatically downloads, installs, and updates Hugo on Linux systems. Once Hugo is ready, you can launch your development server:
hugo server