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.toml
with your data. - Run the Zola server:
$ zola serve
- Make sure that
config.toml
contains your website's url - Build static website with Zola:
$ zola build
- Copy the
public
directory 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.