Skip to main content

Wagtail-resume is a reusable Wagtail model for creating a resume.

Project description

Wagtail resume

Build status Coverage Supported Python versions PyPI Version

Wagtail-resume is a reusable Wagtail page model designed to make the creation of a good resume easy and quick. Additionally, it will be fully integrated into your site/blog.

A sample resume can be found here.

It uses wagtail-metadata for all meta & SEO fields.

Installation

Install wagtail-resume with pip:

pip install wagtail-resume

Add the application to installed Django applications:

INSTALLED_APPS = [
    ...
    "wagtail_resume",
    ...
]

Run the migrations.

Getting started

Import and extend the BaseResumePage:

from wagtail_resume.models import BaseResumePage


class ResumePage(BaseResumePage):
    pass

Head over to the Wagtail admin and create your resume!

Customization

Wagtail-resume currently supports two customizations:

  • Font style
  • HTML background color

The background-color should be specified in hex (e.g #FFFFFF) or css supported colors and the font should be available on Google fonts. The fonts supported are only the ones from Google Fonts so make sure to check what fonts are available.

Preview

Default resume fields:

  • Role
  • Profile picture
  • Social links
  • About
  • Work Experience
  • Contributions (Opensource/projects)
  • Writing (internal Wagtail pages or external URLs)

You can customize sections, icons and titles of the section to create a section according to your needs. In case the section is too specific just create a new model field.

Image preview:

Resume Preview

As mentioned previously the full resume example is live and accesible here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail-resume-0.0.8.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

wagtail_resume-0.0.8-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page