Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chairco/cv
chairco jason jobs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chairco/cv
- Owner: chairco
- Created: 2017-11-08T23:58:14.000Z (about 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-10-05T22:50:23.000Z (about 2 years ago)
- Last Synced: 2024-03-16T05:36:56.709Z (10 months ago)
- Topics: chairco, jason, jobs
- Language: Ruby
- Homepage: https://chairco.me
- Size: 9.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chairco.github.io/cv
Personal website, resume and blog. Generated by Jekyll. Hosted on GitHub repo. - https://chairco.me/## Local Build & Serve for Previewing
A script is provided to build the site locally, and serve on localhost for previewing changes on the fly.
```
./build_local.sh
```After the build finishes, an embedded HTTP server will be launched to serve the Jekyll generated
HTML files! You can go to http://localhost:4000 in your browser
to preview the site. While the script isn't terminated with the embedded HTTP server still running,
any changes to the site content will be captured and the HTML files will be regenerated. After the
auto regeneration, you'll be able to see the updated content in your browser.