This repository contains the source code for my personal website, hosted via GitHub Pages and built with Hugo. The site is published at:
- https://gstahn.de (primary domain)
- https://gstahn.github.io (GitHub Pages URL)
The website includes blog posts, academic notes, memes related to economics, and other personal projects.
This repository contains:
- A full Hugo site structure (
content/,layouts/,static/, etc.) - Multilingual content (German and English)
- Configuration for deployment via GitHub Pages
- A lightly customized version of the Beautiful Hugo theme, including an added Imprint (Impressum) link in the footer
- Hugo — static site generator
- Beautiful Hugo — base theme
- GitHub Pages — hosting
- Markdown — content authoring
To run the site locally:
git clone https://github.com/GStahn/gstahn.github.io
cd gstahn.github.io
hugo server -DThe site will then be available at:
http://localhost:1313