Configuration Values

Full dictionary

{
'address': '123 first street SE',
'avatar': 'https://startbootstrap.github.io/startbootstrap-freelancer/assets/img/avataaars.svg',
'background': 'https://images.unsplash.com/photo-1544198365-f5d60b6d8190?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80',
'biography': 'A vivid and succinct description of yourself.\n'
'This biography is so important it spans multiple lines.\n',
'company': 'Company name',
'email': 'email@example.com',
'examples': True,
'ignore_exif_data': False,
'name': 'Your Name',
'phone': '123-123-1234',
'remotes': {
'aerial': 'https://github.com/QU-UP/ezcv-themes/releases/dow2nload/0.3.0/aerial_0.3.0.zip',
'creative': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/creative_0.3.0.zip',
'cv': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/cv_0.3.0.zip',
'ethereal': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/ethereal_0.3.0.zip',
'freelancer': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/freelancer_0.3.0.zip',
'grayscale': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/grayscale_0.3.0.zip',
'identity': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/identity_0.3.0.zip',
'lens': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/lens_0.3.0.zip',
'paradigm_shift': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/paradigm_shift_0.3.0.zip',
'read_only': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/read_only_0.3.0.zip',
'solid_state': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/solid_state_0.3.0.zip',
'strata': 'https://github.com/QU-UP/ezcv-themes/releases/download/0.3.0/strata_0.3.0.zip'
},
'resume': False,
'role': 'Your job role/title (i.e. CEO)',
'social': {
'facebook': 'your id',
'github': 'descent098',
'instagram': 'username',
'linkedin': 'name',
'snapchat': 'username',
'twitch': 'username',
'twitter': 'handle',
'url': 'https://kieranwood.ca',
'youtube': '/channel/channel-ID or custom_url'
},
'theme': 'base',
'ua_code': 'UA-000000-0'
}

Individual config variables

Sections dictionary (gallery removed because image binaries are large)

sections['projects']

[[defaultdict(<function Markdown.__metadata__.<locals>.<lambda> at 0x7f0ae5ccd1b0>, {'image': 'https://raw.githubusercontent.com/Descent098/ezcv/master/.github/logo.png', 'link': 'https://github.com/Descent098/ezcv', 'title': 'EZ-CV'}), '<p>A python-based static site generator for setting up a CV/Resume ' 'site</p>']]

sections['blog']

[[defaultdict(<function Markdown.__metadata__.<locals>.<lambda> at 0x7f0ae5ccd240>, {'created': '2022-04-24', 'title': 'Example', 'updated': '2022-04-24'}), '<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime ' 'mollitia, molestiae quas vel sint commodi repudiandae consequuntur ' 'voluptatum laborum numquam blanditiis harum quisquam eius sed odit fugiat ' 'iusto fuga praesentium optio, eaque rerum! Provident similique accusantium ' 'nemo autem. Veritatis obcaecati tenetur iure eius earum ut molestias ' 'architecto voluptate aliquam nihil, eveniet aliquid culpa officia aut! ' 'Impedit sit sunt quaerat, odit, tenetur error, harum nesciunt ipsum debitis ' 'quas aliquid.</p>', 'example.md']]

sections['work_experience']

[[defaultdict(<function Markdown.__metadata__.<locals>.<lambda> at 0x7f0ae5ccd360>, {'company': 'Canadian Coding', 'current': False, 'month_ended': 'October', 'month_started': 'October', 'role': 'CTO', 'year_ended': '2020', 'year_started': '2017'}), '<p>I do all the technical things</p>'], [defaultdict(<function Markdown.__metadata__.<locals>.<lambda> at 0x7f0ae5ccd480>, {'company': 'Canadian Coding', 'current': 'true', 'month_ended': False, 'month_started': 'October', 'role': 'CEO', 'year_ended': False, 'year_started': '2019'}), '<p>This is my current job</p>']]

sections['volunteering_experience']

[[defaultdict(<function Markdown.__metadata__.<locals>.<lambda> at 0x7f0ae5ccd5a0>, {'company': 'Canadian Coding', 'current': False, 'month_ended': 'October', 'month_started': 'October', 'role': 'Web Developer', 'year_ended': '2020', 'year_started': '2017'}), '<p>I do all the web coding</p>'], [defaultdict(<function Markdown.__metadata__.<locals>.<lambda> at 0x7f0ae5ccd6c0>, {'company': 'Canadian Coding', 'current': 'true', 'month_ended': False, 'month_started': 'October', 'role': 'Mentor', 'year_ended': False, 'year_started': '2019'}), '<p>I volunteer to teach coding</p>']]

sections['education']

[[defaultdict(<function Markdown.__metadata__.<locals>.<lambda> at 0x7f0ae5ccd990>, {'current': False, 'institution': 'MIT', 'month_ended': False, 'month_started': False, 'title': 'MS Computer Science', 'year_ended': '2016', 'year_started': '2014'}), '<p>I studied things at MIT</p>'], [defaultdict(<function Markdown.__metadata__.<locals>.<lambda> at 0x7f0ae5ccdab0>, {'current': 'true', 'institution': 'UBC', 'month_ended': False, 'month_started': False, 'title': 'BSc Computer Science', 'year_ended': False, 'year_started': '2014'}), '<p>This is my current university</p>']]

Generated section HTML

Projects

EZ-CV

EZ-CV

A python-based static site generator for setting up a CV/Resume site

Education

MIT | MS Computer Science

2014 - 2016

I studied things at MIT

UBC | BSc Computer Science

2014 - Present

This is my current university

Work Experience

Canadian Coding | CTO

October 2017 - October 2020

I do all the technical things

Canadian Coding | CEO

October 2019 - Present

This is my current job

Volunteering Experience

Canadian Coding | Web Developer

October 2017 - October 2020

I do all the web coding

Canadian Coding | Mentor

October 2019 - Present

I volunteer to teach coding

Gallery

Image name: images/gallery/P1112566.jpg

images/gallery/P1112566.jpg

Image name: images/gallery/P1112419.jpg

images/gallery/P1112419.jpg

Image name: images/gallery/P1112490.jpg

images/gallery/P1112490.jpg

Blog

Example

Created: 2022-04-24

updated:2022-04-24

Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime mollitia, molestiae quas vel sint commodi repudiandae consequuntur voluptatum laborum numquam blanditiis harum quisquam eius sed odit fugiat iusto fuga praesentium optio, eaque rerum! Provident similique accusantium nemo autem. Veritatis obcaecati tenetur iure eius earum ut molestias architecto voluptate aliquam nihil, eveniet aliquid culpa officia aut! Impedit sit sunt quaerat, odit, tenetur error, harum nesciunt ipsum debitis quas aliquid.