https://github.com/iamnabholz/website
my personal website
https://github.com/iamnabholz/website
designer portfolio website
Last synced: 3 months ago
JSON representation
my personal website
- Host: GitHub
- URL: https://github.com/iamnabholz/website
- Owner: iamnabholz
- Created: 2021-02-07T07:34:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T02:35:46.000Z (about 1 year ago)
- Last Synced: 2025-01-04T02:48:24.852Z (5 months ago)
- Topics: designer, portfolio, website
- Language: HTML
- Homepage: https://nabholz.work/
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lukas Nabholz
This is my personal website, built using Sergey.
## Sergey
Sergey is a tiny lil’ static site generator. It’s a progressive tool designed to site atop your already brilliant HTML. In essence, Sergey is HTML + partials with slots thrown in for good measure.
## Installation
```bash
$ npm install# Build the site
$ npm start# Run Sergey in dev mode
$ npm run dev
```