Upgrade to ligilo

This commit is contained in:
June Hardy 2021-04-21 20:08:26 +02:00
parent ab3618b588
commit 7a72aaefb8
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
# linkrepo-zola
# ligilo
A non-standard link directory zola theme
From the esperanto ```a tool to work with links```, ligilo is a zola theme designed to list all your links in a nice web page.
## Beware the dirt
Since I havent figured out how to fetch links in a normal use of markdown, ligilo uses markdown in a non-standard way. To create a link, youll need to write the title ```## like this``` and the address ```### https://like.this/```. This is really dirty and non-standards compliant.

View File

@ -1,8 +1,8 @@
# The URL the site will be built for
base_url = "https://june.lacoloc.cafe"
title = "linkRepo"
description = "A place for my links"
title = "ligilo"
description = "One web page, to link them all"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

View File

@ -38,7 +38,7 @@
{% endblock toc %}
<footer>
Powered by <a href="https://getzola.org" target="_blank">Zola</a> / <a href="https://github.com/june-coloc/linkRepo" target="_blank">linkRepo</a>
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>