Skip to content

Commit 7413689

Browse files
Merge pull request #34 from artem-forks/community-update
New community page
2 parents d0b136f + 8657ce8 commit 7413689

8 files changed

Lines changed: 31 additions & 19 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/contributing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Contributing"
33
date: 2015-04-15 21:00:00
4-
layout: text
54
---
65

76
We are glad you want to contribute to InSpec! This document will help answer common questions you may have during your first contribution. This project is Apache 2 licensed. Every contribution must be under the Apache 2 License, too. For new files we have added a section with [License Headers](/docs/license-headers).

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" . }}
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{{ define "main" }}
2-
<h1>{{ .Title }}</h1>
3-
{{ .Content }}
2+
<section class="contributing content">
3+
<div class="row">
4+
<div class="large-12 medium-12 small-12 small-center columns">
5+
{{ .Content }}
6+
</div>
7+
</div>
8+
</section>
49
{{ end }}
File renamed without changes.

themes/devsec/layouts/page/text.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

themes/devsec/layouts/partials/footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<li><a href="/legal">Legal notice</a></li>
33
<li><a href="/contributing">Contributing</a></li>
44
<li><a href="https://twitter.com/devsecio">Twitter</a></li>
5-
<li><a href="https://gitter.im/dev-sec/general?source=orgpage">Gitter</a></li>
65
<li><a href="https://galaxy.ansible.com/dev-sec/">Ansible Galaxy</a></li>
76
<li><a href="https://supermarket.getchef.com/cookbooks?q=hardening">Chef Community</a></li>
87
<li><a href="https://forge.puppetlabs.com/hardening">Puppet Forge</a></li>

0 commit comments

Comments
 (0)