-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rework jekyll structure for modern jekyll, switch to jekyll-polyglot
- Loading branch information
Stephan Jauernick
committed
Jul 31, 2024
1 parent
2165cb1
commit 3cdfda5
Showing
27 changed files
with
496 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ _drafts | |
.sass-cache | ||
.jekyll-metadata | ||
Gemfile.lock | ||
vendor/ | ||
.bundle | ||
*.sw* |
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 |
---|---|---|
|
@@ -39,4 +39,4 @@ highlighter: rouge | |
gems: | ||
- jekyll-feed | ||
- jekyll-paginate | ||
- jekyll-multiple-languages-plugin | ||
- jekyll-polyglot |
File renamed without changes.
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,52 @@ | ||
--- | ||
lang: en | ||
layout: page | ||
title: title.announcements | ||
|
||
namespace: announcements | ||
|
||
permalink: /announcements/ | ||
sitemap: | ||
priority: 0.8 | ||
changefreq: 'daily' | ||
--- | ||
|
||
<div class="row"> | ||
<div class="col s12 m6"> | ||
<h5>OpenNIC Press Releases</h5> | ||
{% for post in site.posts %} | ||
{% capture post_year %}{{ post.date | date: "%Y" }}{% endcapture %} | ||
{% capture post_author %}{{ post.author }}{% endcapture %} | ||
{% capture post_category %}{{ post.category[0] }}{% endcapture %} | ||
{% if post_category != "Server Announcement" %} | ||
{% if post_year != current_year %} | ||
<p><strong>{{ post_year }}</strong></p> | ||
{% capture current_year %}{{ post_year }}{% endcapture %} | ||
{% endif %} | ||
<div> | ||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> <div class="chip">{{ post.date | date: "%b %-d, %Y" }}</div> | ||
</div> | ||
{% endif %} | ||
{% endfor %} | ||
</div> | ||
<div class="col s12 m6"> | ||
<h5>Server Announcements</h5> | ||
{% for post in site.posts %} | ||
{% capture post_year %}{{ post.date | date: "%Y" }}{% endcapture %} | ||
{% capture post_author %}{{ post.author }}{% endcapture %} | ||
{% capture post_category %}{{ post.category[0] }}{% endcapture %} | ||
{% if post_category == "Server Announcement" %} | ||
{% if post_year != current_year %} | ||
<p><strong>{{ post_year }}</strong></p> | ||
{% capture current_year %}{{ post_year }}{% endcapture %} | ||
{% endif %} | ||
<div> | ||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> <div class="chip">{{ post.date | date: "%b %-d, %Y" }}</div> | ||
</div> | ||
{% endif %} | ||
{% endfor %} | ||
<div> | ||
<p><a class="waves-effect waves-light z-depth-0 blue btn" href="{{ "/2018/06/29/Announcements-Page.html#posting" | prepend: site.baseurl }}"><i class="material-icons left">create</i>New Post</a></p> | ||
</div> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
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,48 @@ | ||
--- | ||
lang: en | ||
layout: page | ||
title: title.contact | ||
|
||
namespace: contact | ||
|
||
permalink: /contact/ | ||
sitemap: | ||
priority: 0.8 | ||
changefreq: 'weekly' | ||
--- | ||
|
||
Currently, our only modes of official communication are IRC and the [mailing list](https://wiki.opennic.org/opennic/mailinglist). With an IRC client installed, you can connect with us using the following information: | ||
|
||
- Server: irc.libera.chat:6697 (use SSL) | ||
- Channel: #opennic | ||
|
||
--- | ||
|
||
Need an IRC client? Here's some suggestions for various platforms: | ||
|
||
- Windows: [HexChat](https://hexchat.github.io/), [mIRC](http://www.mirc.com/) | ||
- Linux GUI: [XChat](http://www.xchat.org/), [Konversation](https://konversation.kde.org/) | ||
- macOS: [Snak](http://www.snak.com/), [Colloquy](http://colloquy.info/), [Textual](https://www.codeux.com/textual/) | ||
- Command Line: [irssi](https://www.irssi.org/), [WeeChat](https://weechat.org/) | ||
|
||
Using a web based system (like ChromeOS)? Check out [KiwiIRC](https://kiwiirc.com/). Want a simple, hosted online solution? Check out [IRCCloud](https://www.irccloud.com/). Want to stay always connected with distributed clients? Check out [Quassel](https://quassel-irc.org/). | ||
|
||
We can not support you with your IRC client, contact the developers of the client you're using if you have any issues. The links above are only suggestions and we can't be held responsible for any damage or issues they may cause. | ||
|
||
--- | ||
|
||
Members of our community have also formed unofficial discussion centers where you may be able to find support. | ||
|
||
<div class="row"> | ||
<div class="col s12 m6"> | ||
<div class="card" style="background-color: #7289da;"> | ||
<div class="card-content white-text"> | ||
<span class="card-title">OpenNIC on Discord</span> | ||
<p>We have an unofficial Discord server operated by Jonah (ns11.opennic.glue) for support and discussion.</p> | ||
</div> | ||
<div class="card-action"> | ||
<a class="purple-text text-lighten-5" href="https://discord.gg/6qTNcEE">Join us on Discord</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.