mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
update to use configurable resource timestamp formats in webdog
This commit is contained in:
parent
57bf21a144
commit
0eabc0a797
5 changed files with 6 additions and 4 deletions
|
@ -22,6 +22,7 @@ resources:
|
|||
tag_list_title: blog tags
|
||||
resource_name_plural: blog posts
|
||||
resources_per_page: 20
|
||||
timestamp_format: "[weekday], [month repr:long] [day], [year]"
|
||||
images:
|
||||
source_path: images
|
||||
output_path_resources: i
|
||||
|
@ -33,3 +34,4 @@ resources:
|
|||
tag_list_title: image tags
|
||||
resource_name_plural: images
|
||||
resources_per_page: 10
|
||||
timestamp_format: "[weekday], [month repr:long] [day], [year]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue