diff --git a/README.md b/README.md index c5da284..a8a53ff 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -# linkrepo-zola +# ligilo -A non-standard link directory zola theme \ No newline at end of file +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 haven’t figured out how to fetch links in a normal use of markdown, ligilo uses markdown in a non-standard way. To create a link, you’ll need to write the title ```## like this``` and the address ```### https://like.this/```. This is really dirty and non-standards compliant. \ No newline at end of file diff --git a/config.toml b/config.toml index 3a7fd0e..857d794 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/templates/index.html b/templates/index.html index 497a542..7436104 100644 --- a/templates/index.html +++ b/templates/index.html @@ -38,7 +38,7 @@ {% endblock toc %}