---
title: "Welcome to My Blog"
description: "An introduction to Alex Tsankov's personal engineering blog and its Hugo-based publishing setup."
canonical_url: http://antsankov.com/blog/welcome/
author: Alex Tsankov
last_updated: 2026-06-28
---

# Welcome to My Blog


Welcome to my blog! This site is now powered by Hugo with the Typo theme.

## About This Site

This blog is built with:
- **Hugo** - A fast and modern static site generator
- **Typo Theme** - A clean, minimal theme for Hugo
- **GitHub Pages** - Free hosting with GitHub Actions for automatic deployment

## Writing New Posts

To create a new blog post, run:

```bash
hugo new content/blog/my-new-post.md
```

Then edit the file and push to GitHub. The site will automatically rebuild and deploy!

## Features

The Typo theme includes:
- Clean, readable typography
- Responsive design
- Syntax highlighting for code
- Tag support
- Dark mode support

Stay tuned for more posts!


## About the author

Alex Tsankov is a senior site reliability and software engineer specializing in financial, tax, and legal infrastructure. See his [professional profile](https://antsankov.com/index.md) and [LinkedIn](https://www.linkedin.com/in/antsankov/).

## Sitemap

See the full [sitemap](https://antsankov.com/sitemap.md) for all pages.
