This is the source code for my personal blog hosted at clemens.ms. The blog is built with Hugo using the LoveIt theme and automatically deployed to Azure using GitHub Actions.
- Static Site Generator: Hugo v0.148.1
- Theme: LoveIt
- Hosting: Azure Blob Storage with Azure CDN
- Deployment: GitHub Actions
- Domain: Custom domain clemens.ms
├── content/ # Blog content and pages
│ ├── posts/ # Blog posts
│ ├── about.md # About page
│ ├── privacy-policy.md # Privacy policy
│ ├── resume.md # Resume page
│ └── terms-of-use.md # Terms of use
├── layouts/ # Custom Hugo layouts
├── static/ # Static assets (images, icons, etc.)
├── themes/LoveIt/ # Hugo theme
├── .github/workflows/ # GitHub Actions workflows
├── hugo.toml # Hugo configuration
└── README.md # This file
- Author: Clemens Schotte
- Website: clemens.ms
- LinkedIn: linkedin.com/in/cschotte