From d4948463c1f4202f2b4262f644a62397e1d0c92b Mon Sep 17 00:00:00 2001 From: June Hardy Date: Mon, 26 Apr 2021 10:26:11 +0200 Subject: [PATCH] Multi-user --- config.toml | 2 +- content/_index.md | 28 +++------------------- content/june.md | 30 +++++++++++++++++++++++ static/img/noun_link.svg | 1 + static/img/{ => pfp}/june.png | Bin templates/index.html | 25 ++++--------------- templates/page.html | 44 ++++++++++++++++++++++++++++++++++ 7 files changed, 84 insertions(+), 46 deletions(-) create mode 100644 content/june.md create mode 100644 static/img/noun_link.svg rename static/img/{ => pfp}/june.png (100%) create mode 100644 templates/page.html diff --git a/config.toml b/config.toml index 857d794..5c2b950 100644 --- a/config.toml +++ b/config.toml @@ -17,5 +17,5 @@ highlight_code = false [extra] # Put all your custom variables here +icon = "noun_link.svg" style = "dracula.css" -avatar = "june.png" \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index aebbe35..62a96ea 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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 \ No newline at end of file diff --git a/content/june.md b/content/june.md new file mode 100644 index 0000000..b4c1cc2 --- /dev/null +++ b/content/june.md @@ -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 diff --git a/static/img/noun_link.svg b/static/img/noun_link.svg new file mode 100644 index 0000000..33b8753 --- /dev/null +++ b/static/img/noun_link.svg @@ -0,0 +1 @@ +Created by Milton Raposo C. Rêgo Jr.from the Noun Project \ No newline at end of file diff --git a/static/img/june.png b/static/img/pfp/june.png similarity index 100% rename from static/img/june.png rename to static/img/pfp/june.png diff --git a/templates/index.html b/templates/index.html index 879826c..628e897 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,41 +4,26 @@ {{ section.title }} | {{ config.title }} - + - + - User Photo + ligilo icon - {{ section.title }} - {% block toc %} - {% if section.toc %} - {% set toc = section.toc %} - {% elif page.toc %} - {% set toc = page.toc %} - {% endif %} - {% if toc %} - {% endif %} - {% endblock toc %} diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..64f35e4 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,44 @@ + + + + + + {{ page.title }} | {{ config.title }} + + + + + + + + + + + + User Photo + + {{ page.title }} + {% block toc %} + {% if page.toc %} + {% set toc = page.toc %} + {% elif page.toc %} + {% set toc = page.toc %} + {% endif %} + {% if toc %} + + {% endif %} + {% endblock toc %} + + + +