Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmontross/pointmanj
pointmanj - personal profile page using sinatra
https://github.com/jmontross/pointmanj
Last synced: 3 months ago
JSON representation
pointmanj - personal profile page using sinatra
- Host: GitHub
- URL: https://github.com/jmontross/pointmanj
- Owner: jmontross
- Created: 2012-08-12T15:40:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T15:56:50.000Z (almost 7 years ago)
- Last Synced: 2024-05-31T20:01:59.024Z (5 months ago)
- Language: Ruby
- Size: 2.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README
This is hosted on heroku.
I followed the steps here https://devcenter.heroku.com/articles/rack
I setup my heroku using these steps https://devcenter.heroku.com/articles/keys
what next? maybe move personalized info into a yaml file so the image info, twitter, github, and linked in are pulled from yaml and I use erb to parse. Right now sinatra is a bit overkill since there is no data processing.
Done with the personalizing...
modify config with your valuesname : Joshua Montross
twitter : jdmontross
linkedin : joshuamontross
github : jmontross
email : [email protected]
working_with_rails : nil
personal_image : /images/josh_up_redwoods.jpg
personal_site : http://www.joshuamontross.com
job_title: Ruby on Rails Engineer
hire_availability : unavailableAdded in some generation of the resume as a pdf. Perhaps need to look into moving these to a views folder as there are now two views. Also need separate style sheet for PDF. It doesn't look as good.
This was super helpful - http://thinkrelevance.com/blog/2010/06/15/rethinking-pdf-creation-in-ruby
The pdf function only works on Heroku :(
Need to make this more useful for others