https://github.com/abgeo/abgeo-dev
My personal website built with Hugo
https://github.com/abgeo/abgeo-dev
cv hugo markdown personal-website portfolio
Last synced: about 2 months ago
JSON representation
My personal website built with Hugo
- Host: GitHub
- URL: https://github.com/abgeo/abgeo-dev
- Owner: ABGEO
- License: mit
- Created: 2024-12-06T12:39:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-19T17:31:43.000Z (3 months ago)
- Last Synced: 2026-03-20T09:18:26.739Z (3 months ago)
- Topics: cv, hugo, markdown, personal-website, portfolio
- Language: HTML
- Homepage: https://abgeo.dev
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abgeo-dev
My personal website built with [Hugo](https://gohugo.io)
## Features
- Static site generation using Hugo
- Organized content structure for easy updates
- Optimized for performance and SEO
- Lightweight, fast, and responsive design using [Terminal](https://themes.gohugo.io/themes/hugo-theme-terminal/) theme (modified)
## Running the Website Locally
### Prerequisites
- [Hugo](https://gohugo.io/getting-started/installing/) installed
- A compatible browser to view the site locally
To start a local development server, use:
```bash
hugo server -D
```
Access the website at http://localhost:1313
## Building the Website for Production
To build the website, run the following command:
```bash
hugo
```
This will generate the static files in the public directory.
## Generate CV
### Prerequisites
- [weasyprint](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html) installed
```bash
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](https://www.abgeo.dev).
Released under the [MIT](LICENSE) license.