hexo-theme-crisp-minimal-resume

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i hexo-theme-crisp-minimal-resume

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

11.7 kB

Total Files

8

Last publish

Collaborators

  • crispgm