diff --git a/.gitignore b/.gitignore index 872d590..ebea711 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ **/serve/ +**/soupault.toml diff --git a/acl.cool/soupault.toml b/acl.cool/soupault.toml index 8faa355..9b166fd 100644 --- a/acl.cool/soupault.toml +++ b/acl.cool/soupault.toml @@ -155,6 +155,8 @@ selector = ["h1"] [index.fields.abstract] selector = ["p"] +# metaman + [index.views.writings-index] index_selector = "#writings" section = "writings" diff --git a/ytheleus.org/soupault.toml b/soupault.toml similarity index 90% rename from ytheleus.org/soupault.toml rename to soupault.toml index 2c664c9..b083f35 100644 --- a/ytheleus.org/soupault.toml +++ b/soupault.toml @@ -134,31 +134,3 @@ selector = "blink" # By default this widget deletes all elements matching the selector, # but you can set this option to false to delete just the first one delete_all = true - -[index] -index = true -# sort_descending = true -# sort_type = "calendar" -# date_formats = ["%F"] -# strict_sort = true - -[index.fields] - -[index.fields.title] -selector = ["h1"] - -# [index.fields.date] -# selector = ["time"] -# extract_attribute = "datetime" -# fallback_to_content = true - -[index.fields.abstract] -selector = ["p"] - -[index.views.writings-index] -index_selector = "#writings" -section = "writings" -index_item_template = """ -
- """ diff --git a/ytheleus.org/soupault.toml.fragment b/ytheleus.org/soupault.toml.fragment new file mode 100644 index 0000000..e69de29