/abgeo-dev

My personal website built with Hugo

Primary LanguageHTMLMIT LicenseMIT

abgeo-dev

My personal website built with Hugo

Features

  • 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)

Running the Website Locally

Prerequisites

  • 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

Building the Website for Production

To build the website, run the following command:

hugo

This will generate the static files in the public directory.

Generate CV

Prerequisites

hugo
weasyprint public/cv/index.html cv.pdf

This will generate the CV PDF file in the current directory.

License

Copyright (c) 2024 Temuri Takalandze.
Released under the MIT license.