https://github.com/bobbylight/resume-site
https://github.com/bobbylight/resume-site
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobbylight/resume-site
- Owner: bobbylight
- Created: 2020-07-06T23:16:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:40:37.000Z (over 3 years ago)
- Last Synced: 2025-04-06T05:32:23.356Z (about 1 year ago)
- Language: CSS
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple site containing my resume. Based on the excellent Pillar
theme from [3rdwavemdia](https://themes.3rdwavemedia.com/), but
tweaked to be minified and a couple of stylistic changes.
## Building
This actually starts a watch, building the minified site into `dist/`:
```bash
npm run build
```