Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamnabholz/website
my personal website
https://github.com/iamnabholz/website
designer portfolio website
Last synced: about 2 months ago
JSON representation
my personal website
- Host: GitHub
- URL: https://github.com/iamnabholz/website
- Owner: iamnabholz
- Created: 2021-02-07T07:34:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T02:35:46.000Z (9 months ago)
- Last Synced: 2024-04-04T03:34:22.597Z (9 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
```