https://github.com/sshilko/sshilko.github.io
https://github.com/sshilko/sshilko.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sshilko/sshilko.github.io
- Owner: sshilko
- Created: 2013-09-12T09:21:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-08-09T21:29:52.000Z (8 months ago)
- Last Synced: 2025-08-25T23:45:42.925Z (7 months ago)
- Language: HTML
- Homepage: http://sshilko.com
- Size: 14.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Windows ----------------------------------
# 1 Install Chocolatey with PowerShell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# 2 Windows install node (includes npm)
choco install nodejs
# Mac --------------------------------------
brew install node
npm install resume-cli
npm update -g resume-cli
npm install -g jsonresume-theme-paper
#https://www.npmjs.com/search?q=jsonresume-theme-paper
resume export -t paper index.html
#theme renderer
git clone https://github.com/sshilko/jsonresume-theme-paper.git
npm install grunt-cli
cd jsonresume-theme-paper
npm install
#copy resume.json, run `grunt exec:build`
#built index.html is inside build folder, distribute as-is
# PDF --------------------------------------
https://topdf.org/url
- Render As: Desktop
- A4
- Portrait & Full-colors
- Enable links, images, javascript
https://webtopdf.com/download#use-print-layout
https://registry.jsonresume.org/sshilko?theme=macchiato PDF as A3
https://registry.jsonresume.org/sshilko?theme=elegant PDF as A4
# Mac/Linux Docker
docker pull fixl/json-resume:2.2.4
#docker run --rm -it -v $(pwd):/src fixl/json-resume:2.2.4 export --theme paper --format html index.html
docker run --rm -it -v $(pwd):/src fixl/json-resume:2.2.4 export --theme elegant --format html index.html
Remove dates from edu, add meta html, add defer to scripts
# Hosted
https://registry.jsonresume.org/sshilko
Edit gist at github sshilko/resume.json
https://gist.github.com/sshilko/28ab6774a66396eaa9473dd6871f2bd0