From 5288dee6b31d08f57f66359b099dc78cf5cd398b Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Tue, 16 Sep 2025 14:17:45 -0600 Subject: [PATCH] update config, add hcard settings --- config.toml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 53ba11e..a6ffc4c 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ generate_feeds = false feed_filenames = ["atom.xml"] author = "Fabian Montero" build_search_index = true -generate_sitemap = false +generate_sitemap = true [markdown] @@ -22,6 +22,14 @@ definition_list = true insert_anchor_links = "heading" +[search] +index_format = "elasticlunr_json" +include_title = true +include_description = true +include_path = true +include_content = true + + [extra] date_formats = [ { lang = "en", long = "%Y-%m-%d", short = "%Y-%m-%d", archive = "%Y-%m-%d" }, @@ -52,6 +60,7 @@ copyright = "© $CURRENT_YEAR Fabian Montero $SEPARATOR Unless otherwise noted, favicon = "/favicon.png" favicon_mimetype = "image/png" +feed_icon = true menu = [ {name = "lib", url = "lib"}, @@ -69,9 +78,11 @@ footer_menu = [ {name = "photos", url = "https://photos.posixlycorrect.com"}, ] -[search] -index_format = "elasticlunr_json" # Or the less efficient "elasticlunr_javascript". -include_title = true -include_description = true -include_path = true -include_content = true + +[extra.hcard] +enable = true +homepage = "https://posixlycorrect.com" +full_name = "Fabian Montero" +p_nickname = "fabian" +p_email = "fabian@posixlycorrect.com" +u_key = "A898 1D34 6F8F 4130 CA16 A777 5517 E687 FCCE 0BB9"