-
Notifications
You must be signed in to change notification settings - Fork 134
/
.seed-config.yaml
63 lines (52 loc) · 1.71 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
project:
name: 'Syna Theme'
state: 'stable'
image: 'https://raw.githubusercontent.com/okkur/syna/master/exampleSite/static/images/logo.svg?sanitize=true'
website: 'https://syna.okkur.org'
oneLiner: 'Highly customizable open source theme for Hugo based static websites'
description: |
Create your next website with Syna.
version: 'v0.17.4'
vision:
type: 'community'
overview: |
This project thrives to be the goto theme for websites using Hugo.
concept: 'Built a modular theme to be easily extendible with a default library of fragments available.'
aim: "Syna provides a generic solution to easily get up and running, but doesn't consider hugely specialized solutions to be integrated."
supportLinks:
documentation: 'https://syna.okkur.org/docs'
examples: 'https://syna.okkur.org/demo'
contributionLinks:
issueTemplate: '/.github/ISSUE_TEMPLATE.md'
starterIssues: 'https://github.com/okkur/syna/labels/starter%20issue'
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: 'Mahdi Pourismaiel'
nick: 'mpourismaiel'
repo:
link: 'https://syna.okkur.org/code'
type: 'Github'
issueTemplate:
questions:
- 'Hugo version'
badges:
- image: 'https://img.shields.io/badge/state-stable-green.svg'
alt: 'state'
- image: 'https://img.shields.io/github/release/okkur/syna.svg'
link: 'https://syna.okkur.org/releases'
alt: 'release'
- image: 'https://img.shields.io/github/license/okkur/syna.svg'
link: 'LICENSE'
alt: 'license'
reposeed:
configVersion: 'v1'