An open API service indexing awesome lists of open source software.

https://github.com/sshilko/sshilko.github.io


https://github.com/sshilko/sshilko.github.io

Last synced: about 1 month ago
JSON representation

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