1.0.1 • Published 3 years ago

hexo-theme-crisp-minimal-resume v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Crisp Minimal Résumé for Hexo

npm version

Official Hexo port of Crisp Minimal Résumé.

Hexo Demo

Notice:

  • For Hexo 5 support, please read this section.
  • color is not supported in Hexo version.

Usage

  1. Install Hexo

    yarn global add hexo-cli
  2. Init Hexo

    hexo new your-resume
  3. Use Theme

    # Clone the repo in a different folder
    # e.g. /path/to/resume
    git clone https://github.com/crispgm/resume.git
    
    # Copy theme files
    cp -r /path/to/resume/port-hexo /path/to/your-resume/themes/hexo-crisp-minimal-theme
    
    # Then, change theme in `_config.yml`
  4. Config your résumé data

    Set theme:

    theme: hexo-crisp-minimal-resume

    The baseurl is required in _config.yml if you serve this page as part of your website. And your contact information, EDUCATION, SKILLS, EXPERIENCE, and PROJECTS data under resume. See example in /port-hexo/_config.yml.

  5. Run and Debug

    hexo server

Hexo 5 Compatibility

Hexo 5 is not supported yet. See detail in issue#9. Fortunately, there is a workaround from @arthuroy to make it work.

For hexo 5.3.0, add the following dependency to package.json:

"dependencies": {
  "hexo-renderer-swig": "^1.1.0"
}

and run npm install, then npm run server.

Donation

License

license

1.0.1

3 years ago

1.0.0

4 years ago