cecil/theme-resume

Cecil Resume theme

Fund package maintenance!
ArnaudLigny
Open Collective

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:cecil-theme

1.1.0 2023-11-21 13:45 UTC

This package is auto-updated.

Last update: 2024-04-21 14:37:54 UTC


README

The Resume theme for Cecil (WIP).

Demo screenshot

Installation

composer require cecil/theme-resume

Or download the latest archive and uncompress its content in themes/resume.

Usage

Add resume in the theme section of your config.yml:

theme:
  - resume

Configuration:

title: John Doe
baseline: Programmer
description: John Doe, Full Stack Developer Ninja Expert.
resume:
  contact:
    email: john@doe.tld
    phone: +33 0 00 00 00 00
    website: https://johndoe.tld
  profiles:
    - network: Github
      username: JohnDoe
      url: https://github.com/JohnDoe

Creates work experiences pages in pages/works:

---
company: Company
position: "Job #1"
url: https://company.tld
start: 2015-01-01
---
Job description.

Internationalization

This theme support localization, and provides french (fr_FR) translation (see translations/messages.fr_FR.po).

Configuration:

languages:
  - code: fr
    locale: fr_FR

License

Resume is a free software distributed under the terms of the MIT license.

© Arnaud Ligny