Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 721 Bytes

File metadata and controls

15 lines (8 loc) · 721 Bytes

Guillaume Chirache's personal website

This repository hosts the code for my personal website. It uses the Zola static site generator and the Tailwind CSS framework.

Local development

Prerequisites: Zola (pacman -S zola) and Node.js (24+).

Install Tailwind CSS and the development dependencies with npm install.

Use npm run watch to launch both the Zola development server and the Tailwind CLI watch process. The local development website is then served at http://127.0.0.1:1111.

Deployment

Deployment on my server is performed on each push using GitHub Actions. See .github/workflows/deploy.yml.