Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.09 KB

Civic

civic 🚙

CV/resume generator built on top of Zola

🚀 Running the preview

  1. Make sure that you have installed Zola.
  2. Clone this repository:
$ git clone https://github.com/mpieczaba/civic && cd civic
  1. Fulfill content/cv.toml with your data.
  2. Run the Zola server:
$ zola serve

🤖 Deploying your CV/resume as a static website

  1. Make sure that config.toml contains your website's url
  2. Build static website with Zola:
$ zola build
  1. Copy the public directory to your server.

🔥 Features

  • Generating CV/resume as a static website
  • Printing/saving to PDF
  • Changing colors/theme

👽 Examples

Example cv.toml file is already in content directory for presentation purposes.

Example PDF file can be found there.