jsonresume-theme-apage
This is a theme for JSON Resume, it's responsive for multi screens, also trying to fit all infomation in a print page.
Getting started
-
To get started with theme development, this is what you'll need:
-
Then install
resume-cli
:npm install -g resume-cli -
Download or clone this repo to local:
git clone https://github.com/ricosmall/jsonresume-theme-apage -
Create a
resume.json
file:cd jsonresume-theme-apageresume init -
Serve your file with the theme:
resume serve
Special Features
Language Support
Current support chinese and english. By default, use process.env.LANG
to get your locale. For example, if your computer language is chinese, will automatically set language to chinese when rendering.
You can also manually define it when using command resume
, for example, if you want english support, just run like below:
# serve LANG=en resume serve # export LANG=en resume export resume.pdf # for those node with the Lang of en, you can use the following to render chinese resume LANG=zh resume serve
Special Chinese Support
-
You can add extra fileds in
basics
And those fields will display at the top of resume page, see the demo.
-
You can also add extra filed
summary
in json fileAnd the field will display at the bottom of resume page, see the demo
Example
License
Available under the MIT license.