Content generator to use in a resume theme. It was created for the Pelican Resume Theme.
Watch the Live Preview of the plugin in combination with the Pelican Resume Theme.
Load the plugin as a submodule in your Pelican project.
Add the required configuration in your pelicanconf.py
file.
PLUGIN_PATHS = ['plugins']
PLUGINS = ['pelican-resume-plugin']
RESUME_PATH = 'resume'
RESUME_URL = ''
RESUME_SAVE_AS = 'index.html'
ABOUT_SAVE_AS = 'resume/parts/about.html'
EXPERIENCE_SAVE_AS = 'resume/parts/experience.html'
EDUCATION_SAVE_AS = 'resume/parts/education.html'
PUBLICATION_SAVE_AS = 'resume/parts/publications.html'
CERTIFICATE_SAVE_AS = 'resume/parts/certificates.html'
EXTRA_SAVE_AS = 'resume/parts/extras.html'
SKILLS_SAVE_AS = 'resume/parts/skills.html'
Personal information including name, location and contact information.
Variables | Description | Required |
---|---|---|
Name | Full name | Y |
Location | Area of residence (e.g. Ghent, Belgium) | N |
Birthday | Date of birth | N |
E-mail address | N | |
Phone | Mobile phone | N |
Content | Elevator pitch or personal description | N |
Content section displaying education
Variables | Description | Required |
---|---|---|
Title | Title or degree obtained during education | Y |
Institution | Institution (University, College..) | Y |
Date | Date on which the degree was obtained (used for sorting) | Y |
Start | Start date | Y |
End | End date | Y |
Content | Summary of the obtained degree | N |
Content section displaying professional experience
Variables | Description | Required |
---|---|---|
Title | Title or degree obtained during education | Y |
Type | 'Vocational' or 'Miscellaneous' | Y |
Institution | Institution (Company) | Y |
Date | Date on which you started (used for sorting) | Y |
Start | Start date | Y |
End | End date | Y |
Description | Short description | N |
Content | Summary of the experience | N |
Content section used for scientific publications
Variables | Description | Required |
---|---|---|
Title | Title of the publication | Y |
Author | Author of the publication | Y |
Year | Year of publication | Y |
Journal | Journal, Conference etc. | Y |
Publisher | Publisher | N |
DOI | DOI or link to the publication | Y |
Keywords | Keywords | Y |
Content | Abstract of the publication | N |
Content section used for obtained certificates
Variables | Description | Required |
---|---|---|
Title | Title of the certificate | Y |
Organization | Organization from which the certificate was obtained | Y |
Date | Date on which the certificate was obtained | Y |
DOI | DOI or link to the certificate | Y |
Content | Description of the certificate | N |
Content section to display skills (e.g. languages, programming skills)
Variables | Description | Required |
---|---|---|
Title | Title of the subsection | Y |
Content | Content | Y |