diff --git a/_config.yml b/_config.yml index 9b955a5..0e62b80 100644 --- a/_config.yml +++ b/_config.yml @@ -74,5 +74,7 @@ plugins: - jekyll-seo-tag - jekyll-sitemap +markdown: GFM + include: - .well-known diff --git a/_includes/modetable.md b/_includes/modetable.md index d2e9cf3..be18c0a 100644 --- a/_includes/modetable.md +++ b/_includes/modetable.md @@ -1,33 +1,29 @@ - -{::nomarkdown}
{:/} + +
- - - {% if include.modes[0].type %} - - {% else %} - - {% endif %} - - - - - {% for mode in include.modes %} - - - - - {% endfor %} - + + +{% if include.modes[0].type %} + +{% else %} + +{% endif %} + + + + +{% for mode in include.modes %} + + + + +{% endfor %} +
Type (name)Mode (name)Description
- {% if mode.type %} - {{ mode.type }} - {% else %} - {{ mode.mode }} - {% endif %} -
- {{ mode.name }} -
{{ mode.description | markdownify }}
Type (name)Mode (name)Description
+{% if mode.type %}{{ mode.type }}{% else %}{{ mode.mode }}{% endif %} +
+{{ mode.name }} +
{{ mode.description | markdownify }}
-{::nomarkdown}
{:/} +
diff --git a/chanreg.md b/chanreg.md index a0c9a60..0a1fa65 100644 --- a/chanreg.md +++ b/chanreg.md @@ -105,7 +105,7 @@ blessing of someone who is able to speak for the project. This could be: ### How to register as a project We recommend you contact us as per the -[Projects & Community team](#the-projects--community-team) section +[Projects & Community team](#the-projects-amp-community-team) section before registering, so we can already check whether your project is likely to be considered eligible to a registration. Once done, we will need the following information from you: @@ -168,7 +168,7 @@ eligible for a project registration but do not have an official representation ### How to register as a community We recommend you contact us as per the -[Projects & Community team](#the-projects--community-team) section +[Projects & Community team](#the-projects-amp-community-team) section before registering, so we can already check whether your community is likely to be considered eligible to a registration. Once done, we will need the following information from you: diff --git a/content/_guides/connect.md b/content/_guides/connect.md index bbf36da..d33b6a6 100644 --- a/content/_guides/connect.md +++ b/content/_guides/connect.md @@ -11,6 +11,7 @@ Connect to Libera.Chat with TLS at `irc.libera.chat` on port `6697`. Additional regional and address-specific hostnames are available: +| | | | ------------------------- | ---------------------- | | Default | `irc.libera.chat` | | Europe | `irc.eu.libera.chat` | @@ -22,6 +23,7 @@ Additional regional and address-specific hostnames are available: Additional ports are available: +| | | | ---------- | -------------------- | | Plain-text | 6665-6667, 8000-8002 | | TLS | 6697, 7000, 7070 | diff --git a/content/_guides/creatingchannels.md b/content/_guides/creatingchannels.md index 5f6ad16..2b5cae0 100644 --- a/content/_guides/creatingchannels.md +++ b/content/_guides/creatingchannels.md @@ -114,7 +114,7 @@ If you are unsure of any of the above, talk with Libera.Chat staff. You can find staff either in `#libera` or on `/stats p`. Once you have resolved the conflict, you can resume -[the registration process](#registering-with-chanserv). +[the registration process](#registering-with-codechanservcode). ### Special Instructions for Group Contacts @@ -137,17 +137,17 @@ already taken. ```irc 09:23 -- ChanServ: ***** ChanServ Help ***** -09:23 -- ChanServ: +09:23 -- ChanServ: 09:23 -- ChanServ: Help for CLAIM: -09:23 -- ChanServ: +09:23 -- ChanServ: 09:23 -- ChanServ: The CLAIM command allows you to take control of a channel 09:23 -- ChanServ: belonging to a project you are authorized to represent. -09:23 -- ChanServ: -09:23 -- ChanServ: Syntax: CLAIM <#channel> -09:23 -- ChanServ: +09:23 -- ChanServ: +09:23 -- ChanServ: Syntax: CLAIM <#channel> +09:23 -- ChanServ: 09:23 -- ChanServ: Examples: -09:23 -- ChanServ: /msg ChanServ CLAIM #coolproject-dev -09:23 -- ChanServ: +09:23 -- ChanServ: /msg ChanServ CLAIM #coolproject-dev +09:23 -- ChanServ: 09:23 -- ChanServ: ***** End of Help ***** ``` @@ -222,7 +222,7 @@ will not be able to get the channel back without their cooperation or by We also recommend against using `+O` or `+V` as these flags mean people will be given Operator or Voiced status on joining a channel. See -[the catalyst guide](/guides/catalyst#only-be-opped-up-when-necessary) +[the catalyst guide](/guides/catalyst#only-be-quotopped-upquot-when-necessary) for the philosophy behind this. ## Other channel settings diff --git a/sponsors.md b/sponsors.md index 10d46e7..ff55601 100644 --- a/sponsors.md +++ b/sponsors.md @@ -6,37 +6,30 @@ Libera Chat is run thanks to a number of people, projects, and organisations who provide both time and resources to Libera Chat. Without them none of this would be possible -{::nomarkdown}
- {% assign current_sponsors = site.data.sponsors | where: 'current', true %} - {% for sponsor in current_sponsors %} - - {% if sponsor.image %} - {% if sponsor.sources %} - - {% for source in sponsor.sources %} - - {% endfor %} - {% endif %} - {{ sponsor.name }} - {% if sponsor.sources %} - - {% endif %} - {% else %} - {{ sponsor.name }} - {% endif %} - - {% endfor %} +{% assign current_sponsors = site.data.sponsors | where: 'current', true %} +{% for sponsor in current_sponsors %} + +{% if sponsor.image %} +{% if sponsor.sources %} + +{% for source in sponsor.sources %} + +{% endfor %} +{% endif %} +{{ sponsor.name }} +{% if sponsor.sources %} + +{% endif %} +{% else %} +{{ sponsor.name }} +{% endif %} + +{% endfor %}
-{:/} - {% assign past_sponsors = site.data.sponsors | where: 'current', false %} {% if past_sponsors.size > 0 %}