-
Notifications
You must be signed in to change notification settings - Fork 12
/
.seed-config.yaml
68 lines (57 loc) · 1.91 KB
/
.seed-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
project:
name: "Resumic"
state: "alpha"
image: "https://raw.githubusercontent.com/resumic/schema/master/media/logo.svg?sanitize=true"
website: "https://resumic.org"
oneLiner: "Standardized and generic data schema for your resume/CV"
description: |
Easily share your machine readable data or export your resume/CV to a great looking website or PDF.
version: "v0.1.1"
vision:
type: "community"
overview: |
With resumic the goal is to enable everyone to have an up to date and awesome resume/CV.
items:
- "Generic schema additions only"
concept: "Resumic strives to provide a standardized and generic data schema for resumes/CVs."
aim: "Resumic aims to be a generic data schema with a thin layer of tooling around to enable easily working with your data."
supportLinks:
documentation: "/docs"
contributionLinks:
issueTemplate: "/.github/ISSUE_TEMPLATE.md"
starterIssues: "https://github.com/resumic/schema/labels/starter%20issue" # replace dear-github with your actual url
emails:
commercialSupport: "[email protected]"
security: "[email protected]"
coc: "[email protected]"
copyright:
year: "2017"
cla:
copyrightHolder: "nzt.ventures GmbH"
mail: "[email protected]"
maintainers:
- name: "Michael Grosser"
nick: "stp-ip"
- name: "Arman Mazdaee"
nick: "armanmazdaee"
repo:
link: "https://s.resumic.org/code"
type: "Github"
issueTemplate:
questions:
- "OS"
- "CLI version"
badges:
- image: "https://img.shields.io/badge/state-alpha-blue.svg"
alt: "state"
- image: "https://img.shields.io/github/release/resumic/schema.svg"
link: "https://s.resumic.org/releases"
alt: "release"
- image: "https://img.shields.io/github/license/resumic/schema.svg"
link: "LICENSE"
alt: "license"
- image: "https://travis-ci.org/resumic/schema.svg?branch=master"
alt: "Build Status"
link: "https://travis-ci.org/resumic/schema"
reposeed:
configVersion: "v1"