Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kleisauke/kleisauke.github.io
- Owner: kleisauke
- Created: 2016-08-18T19:03:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T11:47:09.000Z (4 months ago)
- Last Synced: 2024-10-10T00:13:28.899Z (about 1 month ago)
- Language: HTML
- Homepage: https://kleisauke.nl
- Size: 3.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
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
```