Skip to content

mpieczaba/civic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published