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 creating a resume easy, fast and fully integrated into your site.

Installation

Install wagtail-resume with pip:

pip install wagtail-resume

Add the application to installed django applications:

DJANGO_APPS = [
    ...
    "wagtail_resume",
    ...
]

Run the migrations.

Getting started

Import and extend the BaseResumePage:

from wagtail_resume.models import BaseResumePage


class ResumePage(BaseResumePage):
    template = "wagtail_resume/resume_page.html"

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) and the font should be available on Google fonts. The fonts are only taken from Google Fonts so make sure to check what fonts are available.

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.5.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

wagtail_resume-0.0.5-py3-none-any.whl (7.2 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