https://github.com/cecilapp/theme-resume
The Resume theme for Cecil.
https://github.com/cecilapp/theme-resume
cecil cecil-theme theme
Last synced: 4 months ago
JSON representation
The Resume theme for Cecil.
- Host: GitHub
- URL: https://github.com/cecilapp/theme-resume
- Owner: Cecilapp
- License: mit
- Created: 2023-10-17T22:27:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T13:46:22.000Z (over 2 years ago)
- Last Synced: 2025-07-30T06:41:43.395Z (11 months ago)
- Topics: cecil, cecil-theme, theme
- Language: Twig
- Homepage: https://cecilapp.github.io/resume-demo/
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume theme
The _Resume_ theme for [Cecil](https://cecil.app) (***WIP***).

## Installation
```bash
composer require cecil/theme-resume
```
> Or [download the latest archive](https://github.com/Cecilapp/theme-resume/releases/latest/) and uncompress its content in `themes/resume`.
## Usage
Add `resume` in the `theme` section of your `config.yml`:
```yaml
theme:
- resume
```
Configuration:
```yaml
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`:
```yaml
---
company: Company
position: "Job #1"
url: https://company.tld
start: 2015-01-01
---
Job description.
```
### Internationalization
This theme support [localization](https://cecil.app/documentation/templates/#localization), and provides french (`fr_FR`) translation (see `translations/messages.fr_FR.po`).
Configuration:
```yaml
languages:
- code: fr
locale: fr_FR
```
## License
_Resume_ is a free software distributed under the terms of the MIT license.
© [Arnaud Ligny](https://arnaudligny.fr)