Skip to content

Commit 4b85b34

Browse files
committed
customize for netobserv
1 parent e8b0a53 commit 4b85b34

File tree

3 files changed

+60
-10
lines changed

3 files changed

+60
-10
lines changed

content/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Hello, world! I'm Roq
3-
description: A Static Site Generator to easily create a static website or blog using Quarkus super-powers.
4-
name: I am ROQ
5-
simple-name: ROQ
6-
image: iamroq.png
7-
social-twitter: quarkusio
2+
title: NetObserv: network observability on Kubernetes / OpenShift
3+
description: Components for Network Observability, unleashing eBPF super-power.
4+
name: NetObserv
5+
simple-name: NetObserv
6+
image: netobserv.svg
7+
social-twitter:
88
social-facebook:
9-
social-github: quarkiverse/quarkus-roq
10-
social-linkedin: quarkusio
9+
social-github: netobserv/network-observability-operator
10+
social-linkedin:
1111
layout: :theme/index
1212
paginate:
1313
collection: posts

static/assets/images/netobserv.svg

Lines changed: 51 additions & 0 deletions
Loading

templates/layouts/roq-default/main.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
{#description}
88
<p>{site.description}</p>
9-
<p>I crafted this blog myself and <a href="https://github.com/quarkiverse/quarkus-roq/actions/workflows/deploy-blog.yml" target="_blank">published it</a> on GitHub Pages. The sources of this example website are located <a href="https://github.com/quarkiverse/quarkus-roq/tree/main/blog" target="_blank">there</a>.</p>
109
{/}
1110

1211
{#footer}
@@ -15,7 +14,7 @@
1514
<section class="support">
1615
<p><b>To support me, give me some stars:</b></p>
1716
<!-- Place this tag where you want the button to render. -->
18-
<a class="github-button" href="https://github.com/quarkiverse/quarkus-roq" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star quarkiverse/quarkus-roq on GitHub">Star</a>
17+
<a class="github-button" href="https://github.com/netobserv/network-observability-operator" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star NetObserv on GitHub">Star</a>
1918
</section>
2019
{#include partials/roq-default/sidebar-copyright /}
2120
</footer>

0 commit comments

Comments
 (0)