Skip to content

Commit

Permalink
Discord Custom Domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku committed Jan 19, 2025
1 parent 3f4deff commit 2726430
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ mastodon = "https://mastodon.example.com/@username"
element = "matrix.example.com"
#buymeacoffee = "your-user-name"
kofi = "your-user-name"
#discord = "your-discord" # Everything after https://discord.com/ eg: invite/my-server *or* servers/my-server-id
#discord = "https://discord.com/invite/my-server" # https://discord.com/invite/my-server *or* https://discord.com/servers/my-server-id
#twitter = "your-user-name"
#facebook = "your-user-name"
#linkedin = "your-user-name"
Expand Down
3 changes: 3 additions & 0 deletions content/overview-markdown-and-style.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ L'élément blockquote représente le contenu qui est cité à partir d'une autr
> Le pouvoir vient en réponse à un besoin, pas à un désir.<br>
> *Goku*
> Adaptez ce qui est utile, rejetez ce qui est inutile et ajoutez ce qui vous est propre.<br>
> *Bruce Lee*
# Les Tables

Les tables ne font pas partie de la spécification principale de Markdown, mais Zola les prend en charge prêtes à l'emploi.
Expand Down
3 changes: 3 additions & 0 deletions content/overview-markdown-and-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ and optionally with in-line changes such as annotations and abbreviations.
> Power comes in response to a need, not a desire.<br>
> *Goku*
> Adapt what is useful, reject what is useless, and add what is specifically your own.<br>
> *Bruce Lee*
# Tables

Tables aren't part of the core Markdown spec, but Zola supports them
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{%- if config.extra.matrix -%}
<a href="https://{{ config.extra.matrix }}/" target="_blank" title="Matrix"><i type="Button" class="svg matrix" title="Matrix"></i></a>{% endif -%}
{%- if config.extra.discord -%}
<a href="https://discord.com/{{ config.extra.discord }}/" target="_blank" title="Discord"><i type="Button" class="svg discord" title="Discord"></i></a>{% endif -%}
<a href="{{ config.extra.discord | safe }}/" target="_blank" title="Discord"><i type="Button" class="svg discord" title="Discord"></i></a>{% endif -%}
{%- if config.extra.twitter -%}
<a href="https://twitter.com/{{ config.extra.twitter }}/" target="_blank" title="Twitter"><i type="Button" class="svg twitter" title="Twitter"></i></a>{% endif -%}
{%- if config.extra.facebook -%}
Expand Down

0 comments on commit 2726430

Please sign in to comment.