https://github.com/wkrzywiec/wkrzywiec.github.io
Personal blog
https://github.com/wkrzywiec/wkrzywiec.github.io
Last synced: 2 months ago
JSON representation
Personal blog
- Host: GitHub
- URL: https://github.com/wkrzywiec/wkrzywiec.github.io
- Owner: wkrzywiec
- Created: 2022-08-30T15:43:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T00:16:06.000Z (10 months ago)
- Last Synced: 2025-02-09T18:18:03.024Z (8 months ago)
- Language: HTML
- Homepage: https://wkrzywiec.is-a.dev/
- Size: 7.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wojciech Krzywiec - Personal Site
[](https://github.com/wkrzywiec/wkrzywiec.github.io/actions/workflows/pages.yml)
Repository of my personal site, including a blog where I share some of my thoughts, findings and things that I've learnt on software engineering.
Visit the address: https://wkrzywiec.is-a.dev
It's created with [Hugo](https://gohugo.io), static site generator. It's powered by the [Congo](https://github.com/jpanther/congo) theme.
## Prerequisites
* [Hugo](https://gohugo.io/getting-started/installing/)
## Installation
To spin up a local server run a command from the root folder:
```bash
hugo server
```Page will be available under http://localhost:1313/ .