0.0
The project is in a healthy, maintained state
Provides CV templates, rendering tags, and packaged CV assets for al-folio sites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 2.0, < 3.0
~> 5.0
~> 13.0

Runtime

>= 3.9, < 5.0
>= 4.0, < 6.0
 Project Readme

al-folio-cv

CV rendering plugin for al-folio v1.x.

What it provides

  • Shared CV rendering templates used by layout: cv
  • CV helper Liquid tag: {% al_folio_cv_render %}
  • Packaged stylesheet at /assets/css/al-folio-cv.css

Usage

Add the gem and plugin:

gem 'al_folio_cv'
plugins:
  - al_folio_cv
al_folio:
  features:
    cv:
      enabled: true

al_folio_core delegates layout: cv rendering to this plugin.