update config, add hcard settings

This commit is contained in:
Fabian Montero 2025-09-16 14:17:45 -06:00
parent 0203d3ac8b
commit 5288dee6b3
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -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"