cecil / theme-resume
Cecil Resume theme
Fund package maintenance!
ArnaudLigny
Open Collective
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Twig
Type:cecil-theme
Requires
- cecil/theme-installer: ^1.4
README
The Resume theme for Cecil (WIP).
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.