7 changed files with 84 additions and 46 deletions
@ -1,27 +1,5 @@
@@ -1,27 +1,5 @@
|
||||
+++ |
||||
title = "June" |
||||
title = "ligilo" |
||||
sort_by = "updated" |
||||
paginate_by = 3 |
||||
+++ |
||||
|
||||
## DNS Witch, le collectif |
||||
### https://dns-witch.eu.org |
||||
|
||||
## DNS Witch, le service |
||||
### https://dns-witch.net.eu.org |
||||
|
||||
## Grimoire |
||||
### https://grimoire.eu.org |
||||
|
||||
## ligilo |
||||
### https://labo.lacoloc.cafe/june/ligilo |
||||
|
||||
## Blog |
||||
### https://june.blog.wehost.lgbt |
||||
|
||||
## Liberapay |
||||
### https://liberapay.com/June_Cafe/ |
||||
|
||||
## Twitter |
||||
### https://twitter.com/The_DNS_Witch |
||||
|
||||
## Fediverse |
||||
### https://social.lacoloc.cafe/june |
@ -0,0 +1,30 @@
@@ -0,0 +1,30 @@
|
||||
+++ |
||||
title = "June" |
||||
+++ |
||||
|
||||
## DNS Witch, le collectif |
||||
### https://dns-witch.eu.org |
||||
|
||||
## DNS Witch, le service |
||||
### https://dns-witch.net.eu.org |
||||
|
||||
## ligilo |
||||
### https://labo.lacoloc.cafe/june/ligilo |
||||
|
||||
## La Coloc’ |
||||
### https://lacoloc.cafe |
||||
|
||||
## Blog |
||||
### https://june.blog.wehost.lgbt |
||||
|
||||
## Liberapay |
||||
### https://liberapay.com/June_Cafe/ |
||||
|
||||
## uTip |
||||
### https://utip.io/june_cafe |
||||
|
||||
## Twitter |
||||
### https://twitter.com/The_DNS_Witch |
||||
|
||||
## Fediverse |
||||
### https://social.lacoloc.cafe/june |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
@ -0,0 +1,44 @@
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<meta charset="UTF-8"> |
||||
<title>{{ page.title }} | {{ config.title }}</title> |
||||
<link rel="icon" href="{{ config.base_url }}/img/pfp/{{ page.extra.avatar }}" type="image/x-icon"> |
||||
<link rel="stylesheet" href="{{ config.base_url }}/{{ page.extra.style }}"> |
||||
<meta property="og:title" content="{{ page.title }} | {{ config.title }}"> |
||||
<meta property="og:type" content="website"> |
||||
<meta property="og:image" content="{{ config.base_url }}/img/pfp/{{ page.extra.avatar }}"> |
||||
<meta property="og:description" content="{{ config.description }}"> |
||||
<meta property="og:site_name" content="{{ config.title }}"> |
||||
</head> |
||||
|
||||
<body> |
||||
|
||||
<img id="userPhoto" src="{{ config.base_url }}/img/pfp/{{ page.extra.avatar }}" alt="User Photo"> |
||||
|
||||
<a href="" id="userName">{{ page.title }}</a> |
||||
{% block toc %} |
||||
{% if page.toc %} |
||||
{% set toc = page.toc %} |
||||
{% elif page.toc %} |
||||
{% set toc = page.toc %} |
||||
{% endif %} |
||||
{% if toc %} |
||||
<div id="links"> |
||||
{% for h2 in toc %} |
||||
{% if h2.children %} |
||||
{% for h3 in h2.children %} |
||||
<a class="link" href="{{h3.title | safe}}" target="_blank">{{ h2.title }}</a> |
||||
{% endfor %} |
||||
{% endif %} |
||||
{% endfor %} |
||||
</div> |
||||
{% endif %} |
||||
{% endblock toc %} |
||||
|
||||
<footer> |
||||
Powered by <a href="https://getzola.org" target="_blank">Zola</a> / <a href="https://github.com/june-coloc/ligilo" target="_blank">ligilo</a> |
||||
</footer> |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue