Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kleisauke/kleisauke.github.io

This is the personal website of Kleis Auke Wolthuizen.
https://github.com/kleisauke/kleisauke.github.io

Last synced: 14 days ago
JSON representation

This is the personal website of Kleis Auke Wolthuizen.

Awesome Lists containing this project

README

        

# kleisauke.github.io

[![GitHub deployments](https://img.shields.io/github/deployments/kleisauke/kleisauke.github.io/github-pages?label=github-pages)](https://github.com/kleisauke/kleisauke.github.io/deployments)

Personal website of Kleis Auke Wolthuizen.

## Getting Started

```bash
git clone https://github.com/kleisauke/kleisauke.github.io.git
cd kleisauke.github.io

# Ensures that all needed RubyGems are installed
gem install jekyll bundler && bundle install

# Build the site and make it available on a local server
bundle exec jekyll serve

# Browse to http://localhost:4000
```