Skip to content

Commit 58458e7

Browse files
tdcoxafrittoli
authored andcommitted
Revised Community layout
Added call to action Updated start instructions Label home link Signed-off-by: Terry Cox <[email protected]>
1 parent 359f424 commit 58458e7

File tree

6 files changed

+71
-12
lines changed

6 files changed

+71
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ package-lock.json
55
.hugo_build.lock
66
# Local Netlify folder
77
.netlify
8+
.DS_Store

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ url_latest_version = "https://cdevents.dev/docs"
131131

132132
[[params.versions]]
133133
version = "v0.1.0"
134-
url = "https://github.com/cdevents/spec/tree/v0.1.0"
134+
url = "https://github.com/cdevents/spec/tree/v0.1.0/spec.md"
135135

136136
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
137137
github_repo = "https://github.com/cdevents/spec"

content/en/community/_index.html

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!--
2+
+++
3+
title = "Community"
4+
type = "docs"
5+
6+
[menu.main]
7+
weight = 30
8+
+++
9+
-->
10+
{{< blocks/lead title="Community" image_anchor="center" height="min" color="primary" >}}
11+
<br><br>
12+
<h1>Join the CDEvents community</h1>
13+
14+
<p>CDEvents is an open source project that anyone in the community can use, improve, and enjoy. As with all Open Source projects, we grow when you help to collaborate in solving a shared problem, and everyone benefits as a result.</p>
15+
<p>We'd love you to join us! Here's a few ways to find out what's happening and get involved.</p>
16+
17+
{{< /blocks/lead >}}
18+
19+
<section class="row td-box td-box--4 td-box--gradient td-box--height-auto linkbox">
20+
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
21+
<h2>Learn and Connect</h2>
22+
<p>Using or want to use CDEvents?</p>
23+
<p>Find out more here:</p>
24+
<ul>
25+
<li title="User mailing list">
26+
<a target="_blank" rel="noopener" href="https://groups.google.com/g/cdevents-dev/"><i class="fa fa-envelope"></i> User mailing list:</a> Discussion and help topics
27+
</li>
28+
<li title="Twitter">
29+
<a target="_blank" rel="noopener" href="https://twitter.com/_cdevents"><i class="fab fa-twitter"></i> Twitter:</a> Follow us on Twitter to get the latest news!
30+
</li>
31+
</ul>
32+
</div>
33+
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
34+
<h2>Develop and Contribute</h2>
35+
<p>Do you want to get more involved by contributing to CDEvents?</p>
36+
<p>Join us here:</p>
37+
<ul>
38+
<li title="GitHub">
39+
<a target="_blank" rel="noopener" href="https://github.com/cdevents/spec"><i class="fab fa-github"></i> GitHub:</a> CDEvents Specification on GitHub
40+
</li>
41+
<li title="Slack">
42+
<a target="_blank" rel="noopener" href="https://cdeliveryfdn.slack.com/archives/C0151BTKEJX"><i class="fab fa-slack"></i> Slack:</a> Chat with us on the CDF Slack
43+
</li>
44+
</ul>
45+
</div>
46+
</section>
47+
{{% cardpane %}}
48+
{{< blocks/feature title="Are you developing a CI/CD tool?" image_anchor="center" width="50%" height="min" color="dark" >}}
49+
<h2 class="text-center">The CDEvents SIG needs you!</h2>
50+
<p class="lead">We need your help to spread the implementation of CDEvents as an international standard. Get in touch and let us help you extend your product to provide new capabilities for your users.</p>
51+
<p class="lead">You can find out how to contribute to CDEvents in our <a href="/community/contribution-guidelines/">Contribution Guidelines</a></p>
52+
{{< /blocks/feature >}}
53+
54+
{{< blocks/feature title="Want to shape the standard?" image_anchor="center" width="50%" height="min" color="dark" icon="fa-sharp fa-solid fa-hand-holding-heart">}}
55+
<h2 class="text-center">You can help to make a difference</h2>
56+
<p class="lead">We would love you to get involved in defining new events and helping to evolve our specification as we grow to meet the demands of Continuous Delivery.</p>
57+
<p class="lead">Come along to a CDEvents SIG meeting <a href="https://github.com/cdfoundation/sig-events">How to get involved</a></p>
58+
{{< /blocks/feature >}}
59+
60+
{{< blocks/feature title="Enjoy writing and mentoring?" image_anchor="center" width="50%" height="min" color="dark" icon="fa-solid fa-book">}}
61+
<h2 class="text-center">Improve our documentation</h2>
62+
<p class="lead">We always need help to shape and polish our website. Maybe you could also support us by helping to connect with and evangelize to new communities using CI/CD.</p>
63+
<p class="lead">Join us on Slack and find out what is on the roadmap <a href="https://cdeliveryfdn.slack.com/archives/C0151BTKEJX">Click this invitation</a></p>
64+
{{< /blocks/feature >}}
65+
{{% /cardpane %}}
66+

content/en/community/_index.md

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

content/en/community/contribution-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Install a copy of [Hugo](https://gohugo.io) in your dev environment. You will ne
7575
From within your local copy of your cdevents.dev fork, start the Hugo server with the following:
7676

7777
```bash
78-
hugo server --printI18nWarnings --bind 0.0.0.0 --baseURL http://your-dev-ip-address:1313
78+
netlify dev
7979
```
8080
<!-- markdownlint-disable-next-line MD001 MD034 -->
81-
This will allow you to browse your copy of the website at http://localhost:1313 and also use a phone or tablet to check mobile rendering by navigating to http://your-dev-ip-address:1313 from the device.
81+
This will allow you to browse your copy of the website at http://localhost:8888
8282

8383
Edits to the local copy of the site should be rendered automatically, but if something seems wrong, you may need to restart the server under some circumstances. Watch out for issues caused by browser caches, as these are common.
8484

layouts/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ $cover := and (.HasShortcode "blocks/cover") (not .Site.Params.ui.navbar_translucent_over_cover_disable) }}
22
<nav class="js-navbar-scroll navbar navbar-expand navbar-dark {{ if $cover}} td-navbar-cover {{ end }}flex-column flex-md-row td-navbar">
3-
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}">
3+
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}" aria-label="Home">
44
<span class="navbar-logo">{{ if .Site.Params.ui.navbar_logo }}{{ with resources.Get "icons/logo.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}{{ end }}</span>{{ if not .Site.Params.ui.navbar_logo }}<span class="font-weight-bold">{{ .Site.Title }}</span>{{ end }}
55
</a>
66
<div class="td-navbar-nav-scroll ml-md-auto" id="main_navbar">

0 commit comments

Comments
 (0)