This project is a modern, Dockerized Jekyll setup designed for Windows developers using VS Code. It uses Tailwind CSS for styling, providing a clean and professional look without the outdated feel of default themes.
- Tailwind CSS Integration: Fully configured with PostCSS for a modern utility-first workflow.
- Docker-Powered: No local Ruby or Node.js installation required on your Windows machine.
- Live Development: Automatic rebuilds and browser refresh on every change.
- Responsive Design: Pre-built layouts that look great on all devices.
- Extract the project to your local machine.
- Open the folder in VS Code.
- Start the environment:
- Run
docker-compose upin the terminal. - Or press
Ctrl+Shift+Band select "Start Jekyll (Docker Compose)".
- Run
- Access the site:
- Styling: Edit
tailwind.config.jsto change the theme or add plugins. Add custom CSS inassets/css/main.css. - Layouts: Modify files in
_layouts/to change the structure of your site. - Content: Edit
index.md,about.md, andcontact.mdusing Tailwind classes directly in the Markdown files.
- Jekyll: v4.3
- Tailwind CSS: v3.4
- PostCSS: Used to process Tailwind during the Jekyll build process.
- Docker Image: Based on Ruby 3.2 with Node.js 20.