From e2089770312e8ac69e55cb4d9c85a7b04239044d Mon Sep 17 00:00:00 2001 From: Pavel Kuliaka Date: Wed, 1 Oct 2025 12:02:21 +0300 Subject: [PATCH 1/4] Add base jekyll configuration --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..9bd56f2 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +title: Pavel Kuliaka +description: Imagine that it is an magnificent description! From 6d901d31ea851a5fe34514fb7f4b12a05a2be473 Mon Sep 17 00:00:00 2001 From: Pavel Kuliaka Date: Wed, 1 Oct 2025 12:13:31 +0300 Subject: [PATCH 2/4] Add base jekyll configuration --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..fc24e7a --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-hacker \ No newline at end of file From c2b0ad0929120e154e6a608361c2f0dd624a3aeb Mon Sep 17 00:00:00 2001 From: Pavel Kuliaka Date: Wed, 1 Oct 2025 12:24:38 +0300 Subject: [PATCH 3/4] Add personal page --- index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 index.md diff --git a/index.md b/index.md new file mode 100644 index 0000000..77f5342 --- /dev/null +++ b/index.md @@ -0,0 +1,8 @@ +# Education + +- A student of the **Programming Technologies** program at St. Petersburg State University. + +# Contacts + +- **Email:** st140445@student.spbu.ru +- **Telegram:** [@pavelkuliaka](https://www.t.me/pavelkuliaka) From 247e4b25022755a89b84ff2e2197663bb04ee332 Mon Sep 17 00:00:00 2001 From: Pavel Kuliaka Date: Wed, 1 Oct 2025 12:29:18 +0300 Subject: [PATCH 4/4] Add layout to personal page --- index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.md b/index.md index 77f5342..8555401 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,7 @@ +--- +layout: default +--- + # Education - A student of the **Programming Technologies** program at St. Petersburg State University.