From 6435a75b426cba190a5bc64a88726ec3585ad0b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:25:08 +0000 Subject: [PATCH 1/2] Initial plan From 30dd2736d728bf4412fdca9b6e9e866631efc57c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:26:53 +0000 Subject: [PATCH 2/2] docs: update README with repository description Agent-Logs-Url: https://github.com/alexp/alexp.github.io/sessions/13943c58-73d9-430b-9765-2dc19ceff45c Co-authored-by: alexp <53909+alexp@users.noreply.github.com> --- README.md | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53914ce..67c2cd9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,38 @@ -This blog uses jekyll. +# alexp.github.io -Assuming you have RubyGems installed on your machine, Jekyll installation is straightforward: +Personal portfolio and blog of Alex Pszczolkowski, hosted at [alexp.pl](http://alexp.pl) via GitHub Pages. -`gem install jekyll`. +## About -After that, you can run the server: +This site showcases: +- A blog covering software engineering topics (Ruby on Rails, DevOps, productivity, and more) +- A portfolio of software projects +- Professional background and links -`jekyll serve` or `jekyll serve --drafts` to work with drafted posts. +## Tech Stack + +- **Static site generator**: [Jekyll](https://jekyllrb.com/) +- **Hosting**: GitHub Pages (custom domain: alexp.pl) +- **Frontend**: Bootstrap 3, jQuery, custom CSS + +## Running Locally + +Assuming you have RubyGems installed, install Jekyll: + +``` +gem install jekyll +``` + +Then start the local server: + +``` +jekyll serve +``` + +To preview draft posts: + +``` +jekyll serve --drafts +``` + +The site will be available at `http://localhost:4000`.