Skip to content

Commit 32d261c

Browse files
committed
add community and version content
1 parent e0f078d commit 32d261c

File tree

16 files changed

+115
-9
lines changed

16 files changed

+115
-9
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ preloader = "" # use jpg, png, svg or gif format.
9292
[[params.social]]
9393
title = "twitter"
9494
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
95-
link = "https://twitter.com/theartemiscloud"
95+
link = "https://twitter.com/artemiscloudio"
9696

9797
[[params.social]]
9898
title = "github"

content/community/_index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ description: "This is meta description"
66
draft: false
77
---
88

9-
Community info to follow
9+
ArtemisCloud is a community driven project that can only flourish with contributions from people like yourselves. Jump in
10+
and become part of a growing open source cloud driven project.
1011

content/community/bug.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Report Bugs"
3+
subtitle: ""
4+
# meta description
5+
description: "This is meta description"
6+
draft: false
7+
image: "images/bugs.png"
8+
type: "social"
9+
---
10+
11+
If you come across any bugs or have ideas for improvments then you can raise a github issue on the project, for instance [https://github.com/artemiscloud/activemq-artemis-operator/issues](https://github.com/artemiscloud/activemq-artemis-operator/issues)
12+

content/community/github.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Contribute some Code"
3+
subtitle: ""
4+
# meta description
5+
description: "This is meta description"
6+
type: "social"
7+
image: "images/code.png"
8+
draft: false
9+
---
10+
11+
Without the community contributing code we have nothing, take a look at our [github organisation](https://github.com/artemiscloud)
12+
and see if there is a project to contribute to.

content/community/slack.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Join Our Chatroom"
3+
subtitle: ""
4+
# meta description
5+
description: "This is meta description"
6+
draft: false
7+
image: "images/chat.png"
8+
type: "social"
9+
---
10+
11+
The ArtemisCloud community has a Slack chatroom where you can listen in and ask questions. Stop by and say hello, but
12+
keep in mind that basic rules of civility apply. Join us at [artemiscloudio.slack.com](artemiscloudio.slack.com)
13+

content/community/twitter.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Follow us on Twitter"
3+
subtitle: ""
4+
# meta description
5+
description: "This is meta description"
6+
type: "social"
7+
image: "images/twitter.png"
8+
draft: false
9+
---
10+
11+
To keep up to date with all the ArtemisCloud release and any other important news follow us at [https://twitter.com/artemiscloudio](https://twitter.com/artemiscloudio)

content/community/website.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Improve the Website"
3+
subtitle: ""
4+
# meta description
5+
description: "This is meta description"
6+
type: "social"
7+
image: "images/website.png"
8+
draft: false
9+
---
10+
11+
You can contribute to this website by forking the [website](https://github.com/artemiscloud/website) and raising a PR. Feel
12+
free to add a blog post, provide content or documentation.

static/images/bugs.png

6.31 KB
Loading

static/images/chat.png

5.68 KB
Loading

static/images/code.png

5.27 KB
Loading

static/images/logo2.png

5.21 KB
Loading

static/images/twitter.png

3.69 KB
Loading

static/images/website.png

4.35 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{{ define "main" }}
2+
3+
{{ partial "page-header.html" . }}
4+
<div class="container">
5+
<section class="section">
6+
7+
<div class="container">
8+
<div class="row">
9+
<div class="col-lg-10 mx-auto text-center">
10+
{{ .Content }}
11+
</div>
12+
</div>
13+
</div>
14+
</section>
15+
<section class="section">
16+
<div class="container">
17+
<div class="row justify-content-center">
18+
<div class="col-12 text-center">
19+
<h2 class="section-title"></h2>
20+
</div>
21+
{{ range (where .Data.Pages "Type" "social").ByDate }}
22+
{{ if (eq .Type "social") }}
23+
<div class="col-md-4 col-sm-6 mb-4">
24+
<div class="social-card text-center">
25+
<img src={{ .Params.image | absURL }} alt="{{ .Title }}" class="img-fluid w-25 rounded mb-4">
26+
<h4 class="mb-2">{{ .Title | markdownify }}</h4>
27+
<p>{{ .Content | markdownify }}</p>
28+
</div>
29+
</div>
30+
{{ end }}
31+
{{ end }}
32+
</div>
33+
</div>
34+
</section>
35+
</div>
36+
37+
38+
<!-- call to action -->
39+
40+
<!-- /call to action -->
41+
42+
{{ end }}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{{ $_hugo_config := `{ "version": 1 }` }}
2+
3+
<div class="row">
4+
<div class="col-lg-4 mb-4 mb-lg-0">
5+
<p>{{ .Inner | markdownify }}</p>
6+
</div>
7+
</div>
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{{ $_hugo_config := `{ "version": 1 }` }}
2-
3-
<div class="col-md-6 mb-4">
4-
<div class="p-5 shadow rounded-lg">
5-
<h3 class="mb-4 check-mark">{{ .Get 0 | markdownify }}</h3>
6-
<p>{{ .Inner | markdownify }}</p>
7-
</div>
8-
</div>
2+
<a href="https://twitter.com/theartemiscloud"><i class="ti-twitter-alt"></i></a>
3+
<h3>{{ .Get 0 | markdownify }}</h3>
4+
<p>{{ .Inner | markdownify }}</p>

0 commit comments

Comments
 (0)