CV/resume generator built on top of Zola
- Make sure that you have installed Zola.
- Clone this repository:
$ git clone https://github.com/mpieczaba/civic && cd civic- Fulfill
content/cv.tomlwith your data. - Run the Zola server:
$ zola serve- Make sure that
config.tomlcontains your website's url - Build static website with Zola:
$ zola build- Copy the
publicdirectory to your server.
- Generating CV/resume as a static website
- Printing/saving to PDF
Changing colors/theme
Example cv.toml file is already in content directory for presentation purposes.
Example PDF file can be found there.