This is a travel blog built with Hugo and Tailwind CSS.
- Clone the repository:
git clone https://github.com/aakashkh/travel.git
- Install dependencies:
npm install
- Run the development server:
hugo server -D
- Create a new post:
hugo new posts/your-post-title.md
- Edit the new post:
The new post will be created in the
content/postsdirectory. Edit the file to add your content.
This project is automatically deployed to GitHub Pages using a GitHub Actions workflow. The workflow is defined in .github/workflows/gh-pages.yml.
When changes are pushed to the main branch, the workflow will:
- Build the Hugo site.
- Deploy the contents of the
publicdirectory to thegh-pagesbranch.