https://github.com/jimschubert/jimschubert.dev
Jim Schubert's Resume
https://github.com/jimschubert/jimschubert.dev
Last synced: about 1 year ago
JSON representation
Jim Schubert's Resume
- Host: GitHub
- URL: https://github.com/jimschubert/jimschubert.dev
- Owner: jimschubert
- License: other
- Created: 2011-09-25T13:44:51.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T00:48:57.000Z (about 1 year ago)
- Last Synced: 2025-07-19T00:25:36.789Z (about 1 year ago)
- Homepage: http://jimschubert.dev
- Size: 4.24 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jim Schubert's Resume
This is the resume I host at https://jimschubert.dev.
The resume is written with [Hugo](https://gohugo.io/).
The design is a free theme called Orbit by [Xiaoying Riley](https://github.com/xriley/Orbit-Theme) (see the theme's [license](./ortbit-license)).
## Build
To build this, run:
```shell
hugo server -D --logLevel=debug --enableGitInfo --noHTTPCache --disableFastRender
```