noxt / cvgen

Build your CV site from YAML

Home Page:http://noxt.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cvgen

Build Status Go Report Card license

Build CV sites from YAML files!

Configuration

# config.yml

template:
  repo_url: https://github.com/noxt/cvgen-templates
  path: orbit/
  files: [index.html]
output_dir: output

Usage

cvgen *command*

Commands List

Name Description
init Setup config file
template install Install templates from config file
build Compile template

About

Build your CV site from YAML

http://noxt.me/

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%