https://github.com/hendricius/homepage
My personal homepage
https://github.com/hendricius/homepage
Last synced: about 2 months ago
JSON representation
My personal homepage
- Host: GitHub
- URL: https://github.com/hendricius/homepage
- Owner: hendricius
- License: mit
- Created: 2022-12-16T14:13:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T16:39:20.000Z (over 1 year ago)
- Last Synced: 2025-02-16T02:24:03.294Z (4 months ago)
- Language: HTML
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Homepage
This is my personal homepage. It's a static site built with jekyll.

## Installation
Clone this repository:
```bash
[email protected]:hendricius/homepage.git
```Make sure you have the ruby version from .ruby-version installed.
```
ruby -v
```Install `bundle` gem if you don't have it yet.
```
gem install bundle
```Install all dependencies:
```
bundle install
```## Launch
Run the website locally:
```bash
bundle exec jekyll serve
```## Demo
[View the demo](https://www.hkleinwaechter.com)