My personal website built with Hugo
- Static site generation using Hugo
- Organized content structure for easy updates
- Optimized for performance and SEO
- Lightweight, fast, and responsive design using Terminal theme (modified)
- Hugo installed
- A compatible browser to view the site locally
To start a local development server, use:
hugo server -D
Access the website at http://localhost:1313
To build the website, run the following command:
hugo
This will generate the static files in the public directory.
- weasyprint installed
hugo
weasyprint public/cv/index.html cv.pdf
This will generate the CV PDF file in the current directory.
Copyright (c) 2024 Temuri Takalandze.
Released under the MIT license.