schema icon indicating copy to clipboard operation
schema copied to clipboard

WIP: Port orbit theme

Open ArmanMazdaee opened this issue 5 years ago • 2 comments

What this PR does / why we need it: Porting the orbit theme to the resumic

ArmanMazdaee avatar May 21 '19 11:05 ArmanMazdaee

@mpourismaiel care to jump in?

stp-ip avatar May 21 '19 13:05 stp-ip

As Resumic does not handle anything except the main output HTML, unfortunately, there is no way to see how the theme actually looks using just Resumic. For testing the theme first you need to start a new Hugo project. Make a markdown file at content/resumic/resume.md which would contain below lines:

{
  "layout": "resumic"
}

Also put the actual resume at data/resumic/resume.json. For testing you could use the example.json in the root of the repo. Now just the build the new site using Hugo and pass the --themesDir to specify the theme path which is schema/theme/defaults/orbit. Also you could view the render resume at http://localhost:1313/resumic/resume/

ArmanMazdaee avatar May 26 '19 14:05 ArmanMazdaee