An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Wojciech Krzywiec - Personal Site

[![Latest deployment](https://github.com/wkrzywiec/wkrzywiec.github.io/actions/workflows/pages.yml/badge.svg)](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/ .