blue
This commit is contained in:
parent
af2cdd53db
commit
afd9958eea
4 changed files with 3 additions and 28 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
**/serve/
|
**/serve/
|
||||||
|
**/soupault.toml
|
||||||
|
|
|
@ -155,6 +155,8 @@ selector = ["h1"]
|
||||||
[index.fields.abstract]
|
[index.fields.abstract]
|
||||||
selector = ["p"]
|
selector = ["p"]
|
||||||
|
|
||||||
|
# metaman
|
||||||
|
|
||||||
[index.views.writings-index]
|
[index.views.writings-index]
|
||||||
index_selector = "#writings"
|
index_selector = "#writings"
|
||||||
section = "writings"
|
section = "writings"
|
||||||
|
|
|
@ -134,31 +134,3 @@ selector = "blink"
|
||||||
# By default this widget deletes all elements matching the selector,
|
# By default this widget deletes all elements matching the selector,
|
||||||
# but you can set this option to false to delete just the first one
|
# but you can set this option to false to delete just the first one
|
||||||
delete_all = true
|
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 = """
|
|
||||||
<p><a href="{{url}}">{{title}}<a>
|
|
||||||
<br>{{abstract}}</p>
|
|
||||||
"""
|
|
0
ytheleus.org/soupault.toml.fragment
Normal file
0
ytheleus.org/soupault.toml.fragment
Normal file
Loading…
Add table
Add a link
Reference in a new issue