https://github.com/jimschubert/jimschubert.us
Jim Schubert's Resume
https://github.com/jimschubert/jimschubert.us
Last synced: over 1 year ago
JSON representation
Jim Schubert's Resume
- Host: GitHub
- URL: https://github.com/jimschubert/jimschubert.us
- Owner: jimschubert
- License: other
- Created: 2011-09-25T13:44:51.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T20:11:52.000Z (about 2 years ago)
- Last Synced: 2025-02-15T05:46:39.358Z (over 1 year ago)
- Homepage: http://jimschubert.us
- Size: 4.23 MB
- Stars: 2
- Watchers: 2
- 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.us.
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
```