Refactor site to new theme
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after 20s

This commit is contained in:
Alex Selimov 2026-03-02 14:56:56 -05:00
parent 1c5cdb3b97
commit 2519b96a86
16 changed files with 2590 additions and 83 deletions

View file

@ -1,21 +1,14 @@
---
title: ""
framed: true
date: 2022-10-03T14:17:10-04:00
layout: index
---
# Hi I'm Alex Selimov.
<pre class="figlet-banner">
_ _ ____ _ _
/ \ | | _____ __ / ___| ___| (_)_ __ ___ _____ __
/ _ \ | |/ _ \ \/ / \___ \ / _ \ | | '_ ` _ \ / _ \ \ / /
/ ___ \| | __/> < ___) | __/ | | | | | | | (_) \ V /
/_/ \_\_|\___/_/\_\ |____/ \___|_|_|_| |_| |_|\___/ \_/
</pre>
I write about software engineering, Linux, and practical workflows.
I currently work at [UKG](https://www.ukg.com) as a Java Backend Engineer.
I am a materials scientist and software developer proficient in Rust, Fortran, C++, Java, and Python. I have extensive experience with Unix operating systems on both high performance computing resources and on my personal computer (check out [Void Linux](https://voidlinux.org)). I currently work at [UKG](https://www.ukg.com) as a Java Backend Engineer.
My background is in materials science and scientific computing, and I build in Rust, Java, Python, C++, and Fortran.
**Checkout recent posts below or posts organized by topic [here](/topics)**
**Thanks for stopping by!**
You can also browse posts by topic [here](/topics).

View file

@ -1,21 +1,10 @@
+++
title = "About"
date = "2019-01-25"
author = "Radek"
+++
---
title: "About"
date: 2026-03-02
---
# Hi there
I am a software engineer with a background in materials science and scientific computing.
My name is Radek and I'm the author of this theme. I made it to help you present your ideas easier.
I currently work at UKG as a Java Backend Engineer. My interests span backend systems, developer tooling, Linux workflows, and performance-oriented programming.
We all know how hard is to start something on the web, especially these days. You need to prepare a bunch of stuff, configure them and when thats done — create the content.
This theme is pretty basic and covers all of the essentials. All you have to do is start typing!
The theme includes:
- fully customizable color schemes generated by [**terminal.css**](https://panr.github.io/terminal-css/).
- great reading experience thanks to [**Fira Code**](https://github.com/tonsky/FiraCode).
- nice code highlighting thanks to [**PrismJS**](https://prismjs.com) that matches the theme's color scheme.
So, there you have it... enjoy!
I write here about practical engineering lessons, tools I use, and projects I build.

20
content/projects.md Normal file
View file

@ -0,0 +1,20 @@
---
title: "Projects"
date: 2026-03-02
---
This page highlights selected projects across software engineering and technical research.
## Current Focus
- Backend and platform engineering with Java and distributed systems.
- Rust-based tools and utilities for local workflows.
- Practical automation and scripting on Linux.
## Selected Work
- Open source and personal utilities.
- Technical writing and implementation notes.
- Simulation and scientific computing work from prior research roles.
More detailed project write-ups will be added here over time.