https://github.com/anthonyjdella/customized-jsonresume-theme-simple-red
🍴I tweaked the 'Simple Red' theme for JSON Resume
https://github.com/anthonyjdella/customized-jsonresume-theme-simple-red
json resume
Last synced: over 1 year ago
JSON representation
🍴I tweaked the 'Simple Red' theme for JSON Resume
- Host: GitHub
- URL: https://github.com/anthonyjdella/customized-jsonresume-theme-simple-red
- Owner: anthonyjdella
- Created: 2021-10-20T18:37:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T22:37:45.000Z (over 4 years ago)
- Last Synced: 2025-03-08T10:15:46.908Z (over 1 year ago)
- Topics: json, resume
- Language: HTML
- Homepage: https://resume.anthonydellavecchia.com/anthonyjdella?customTheme=simple-red
- Size: 964 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customized JSON Resume Theme: Simple Red
🖼️ This is a slightly tweaked version of the [Simple Red theme](https://github.com/aandrewww/jsonresume-theme-simple-red). Tweaked to fit my design preferences. Published on NPM and GitHub Registry.
Click to expand README.md of the source repository!
# jsonresume-theme-simple-red
Simple red theme for JSONResume. [See it live.](https://andrewavdeev.com/resume.html)
Support printable version.
## Screenshots (Desktop version)

## Screenshots (mobile version)
|  |  |  |
> [Online demo](https://andrewavdeev.com/resume.html)
## Getting started
### Install the command line
Create your resume in json on [jsonresume](https://jsonresume.org)
The official [resume-cli](https://github.com/jsonresume/resume-cli) to run the development server.
Go ahead and install it:
```
sudo npm install -g resume-cli
```
### Install and serve theme
This is a theme for JSON Resume. It is available via npm:
```
npm install jsonresume-theme-simple-red
```
then change directory:
`cd node_modules/jsonresume-theme-simple-red/`
And simply run:
```
resume serve
```
You should now see this message:
```
Preview: http://localhost:4000
Press ctrl-c to stop
```
## License
Available under [the MIT license](http://mths.be/mit).