Skip to content

Commit c09f045

Browse files
New community page
- Contact ways - Links to other pages Signed-off-by: Artem Sidorenko <artem@posteo.de>
1 parent 5739b2a commit c09f045

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

content/community.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
---
2-
title: "DevSec Community"
3-
layout: community
2+
title: "Community"
43
---
4+
5+
## Get in touch
6+
7+
You can reach us on several ways:
8+
9+
- [@DevSecIO on Twitter](https://twitter.com/devsecio)
10+
- Mailing list for general topics: [devsec@freelists.org](https://www.freelists.org/list/devsec)
11+
- Mailing list with release announcements (no posts are possible here): [devsec-announce@freelists.org](https://www.freelists.org/list/devsec-announce)
12+
13+
## Contribute
14+
15+
Please have a look at our [contribution guide](/contributing).
16+
17+
## People behind dev-sec.io
18+
19+
- [Project founders](../project/#team)
20+
- Core Team
21+
- [Contributors](../contributors/)

content/contributors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Contributors"
3+
layout: contributors
4+
---

themes/devsec/layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- End Nav -->
1818

1919
<!-- Code that all your templates share, like a header -->
20-
{{ if and (and (ne .File.Path "community.md") (ne .Section "baselines")) (ne .File.Path "_index.md") }}
20+
{{ if and (and (ne .File.Path "contributors.md") (ne .Section "baselines")) (ne .File.Path "_index.md") }}
2121
{{ partial "page-header.html" . }}
2222
{{ end }}
2323
{{ block "main" . }}
File renamed without changes.

0 commit comments

Comments
 (0)