-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #403 from binford2k/dropdowns
- Loading branch information
Showing
9 changed files
with
220 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
<div id="footer"> | ||
<div class="container"> | ||
<p class="text-muted"> | ||
Get in touch! | ||
<a href="mailto:voxpupuli@groups.io">Mailinglist voxpupuli@groups.io</a> (<a href="https://groups.io/g/voxpupuli/topics">Webinterface</a>) | | ||
<a href="ircs://irc.libera.chat:6697">#voxpupuli on Libera</a> (<a href="https://web.libera.chat/?#voxpupuli">Webinterface</a>) | | ||
<a href="https://matrix.to/#/!xKkvgsGCsiWDhqCMMZ:libera.chat">#voxpupuli on Libera via Matrix</a> | | ||
<a href="https://voxpupuli.slack.com/">Vox Pupuli on Slack</a> | ||
<a href="https://voxpupuli.org/license/">Dual license (CC BY-SA 4.0 + Apache 2.0)</a></p> | ||
<div class="navbar navbar-expand"> | ||
<ul class="navbar-nav ms-auto"> | ||
{% for link in site.footer %} | ||
{% assign active = nil %} | ||
{% if page.url contains link.url %} | ||
{% assign active = 'active' %} | ||
{% endif %} | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link {{ active }}" href="{{ link.url }}" data-proofer-ignore>{% if link.icon %}<i class="fa {{ link.icon }}"></i> {% endif %}{{ link.title }}</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/search?q=org%3Avoxpupuli+fork%3Atrue+archived%3Afalse+topic%3A{{ include.topic}}+&type=repositories |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
# Connect with us! | ||
|
||
You can get involved in the Vox Pupuli community by connecting at events, | ||
getting or giving help in any of our many channels, sharing modules on the | ||
Forge, contributing code, docs, or any of your valuable insights--and many other | ||
ways, too! However you decide to jump in, we know you’ll learn a lot and help | ||
advance our ecosystem. | ||
|
||
* The [`voxpupuli@groups.io` mailing list](https://groups.io/g/voxpupuli/topics) | ||
is where you'll see announcements, blog notifications, official decision threads, | ||
and others posted. | ||
* Join by sending an [empty email](mailto:voxpupuli+subscribe@groups.io) | ||
* Post via [voxpupuli@groups.io](mailto:voxpupuli@groups.io) | ||
* Browse [on the web](https://groups.io/g/voxpupuli/topics) | ||
* Many of our chat spaces are bridged together, so you can choose your favorite protocol. | ||
* [IRC](ircs://irc.libera.chat:6697) by joining `#voxpupuli` on `irc.libera.chat` or via the [web interface](https://web.libera.chat/?#voxpupuli) | ||
* [#voxpupuli](https://matrix.to/#/!xKkvgsGCsiWDhqCMMZ:libera.chat) on Matrix | ||
* The `#voxpupuli` channel on [Puppet's Community Slack](https://puppetcommunity.slack.com) | ||
* *Note that Puppet's slack signups are broken, you'll need someone to invite you to join this space.* | ||
* Vox Pupuli has our own [Slack space](https://voxpupuli.slack.com) now with | ||
channels for various interests. | ||
* [Join the Vox Pupuli Slack](https://short.voxpupu.li/puppetcommunity_slack_signup) | ||
|
||
🔔 Note that our [Code of Conduct](/coc) applies in all community spaces and social | ||
interactions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
# Projects Overview | ||
|
||
Vox Pupuli hosts many projects in the Puppet ecosystem. You're probably already | ||
using several of our modules and our testing pipeline tooling. This page will help | ||
you navigate our GitHub namespace and find just the repository you're looking for. | ||
|
||
We'd love to have your help, but please remember to check the [contribution guide](/contributing) | ||
before jumping in! | ||
|
||
## Puppet modules | ||
|
||
Most of the repositories in our namespace are [Puppet modules]({% include github-repo-search.html topic="puppet" %}). | ||
Most of our modules are also published on the Forge, and these are often the | ||
easiest projects to get involved with. | ||
|
||
### Platform Support | ||
|
||
* [Linux]({% include github-repo-search.html topic="linux-puppet-module" %}) | ||
* [Amazon Linux]({% include github-repo-search.html topic="amazon-puppet-module" %}) | ||
* [ArchLinux]({% include github-repo-search.html topic="archlinux-puppet-module" %}) | ||
* [CentOS]({% include github-repo-search.html topic="centos-puppet-module" %}) | ||
* [Debian]({% include github-repo-search.html topic="debian-puppet-module" %}) | ||
* [Gentoo]({% include github-repo-search.html topic="gentoo-puppet-module" %}) | ||
* [Oracle Linux]({% include github-repo-search.html topic="oraclelinux-puppet-module" %}) | ||
* [RedHat]({% include github-repo-search.html topic="redhat-puppet-module" %}) | ||
* [Scientific Linux]({% include github-repo-search.html topic="scientific-puppet-module" %}) | ||
* [SLES]({% include github-repo-search.html topic="sles-puppet-module" %}) | ||
* [Ubuntu]({% include github-repo-search.html topic="ubuntu-puppet-module" %}) | ||
* [BSD]({% include github-repo-search.html topic="bsd-puppet-module" %}) | ||
* [FreeBSD]({% include github-repo-search.html topic="freebsd-puppet-module" %}) | ||
* [OpenBSD]({% include github-repo-search.html topic="openbsd-puppet-module" %}) | ||
* [Windows]({% include github-repo-search.html topic="windows-puppet-module" %}) | ||
|
||
|
||
## Infrastructure tools | ||
|
||
We host other projects you may wish to run in your infrastructure as well. | ||
|
||
* [Dashboards]({% include github-repo-search.html topic="dashboards" %}) | ||
* [Monitoring]({% include github-repo-search.html topic="monitoring" %}) | ||
* [Reporting tools]({% include github-repo-search.html topic="reporting" %}) | ||
|
||
|
||
## Development tools | ||
|
||
Many of our projects are built to help developers and to run in testing pipelines. | ||
|
||
* [Puppet lint plugins]({% include github-repo-search.html topic="puppet-lint" %}) | ||
* [Ruby Gems]({% include github-repo-search.html topic="ruby-gems" %}) | ||
|
||
|
||
## Hacktoberfest | ||
|
||
During the month of October, we often participate in [Hacktoberfest](https://hacktoberfest.com). | ||
Remember that we have a great number of repositories and so you might have to nudge | ||
developers for a review. Take a look at the [Connect page](/connect) to see all | ||
the ways you can engage with us and work through your contributions. Read more about | ||
the [Hacktoberfest](https://hacktoberfest.com) project to see how it works. | ||
|
||
* [See all projects participating in Hacktoberfest]({% include github-repo-search.html topic="hacktoberfest" %}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters