https://github.com/armcburney/resume
:page_facing_up: My résumé. Made with Emerald, SASS, and Ruby
https://github.com/armcburney/resume
emerald resume resume-creator ruby
Last synced: 3 months ago
JSON representation
:page_facing_up: My résumé. Made with Emerald, SASS, and Ruby
- Host: GitHub
- URL: https://github.com/armcburney/resume
- Owner: armcburney
- Created: 2016-06-24T04:04:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T19:56:41.000Z (over 6 years ago)
- Last Synced: 2025-01-02T13:17:21.518Z (5 months ago)
- Topics: emerald, resume, resume-creator, ruby
- Language: CSS
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resume
My résumé, made with an HTML5 templating engine I designed and implemented with
a friend: Emerald templating language (https://github.com/emerald-lang).# Setup
To compile Emerald and SASS source files, follow these steps:1. Run `git clone https://github.com/armcburney/resume`.
2. Run `bundle install` to install dev dependencies.
3. Run `ruby bin/compile` to generate compiled HTML from Emerald source.