25 lines
427 B
TOML
25 lines
427 B
TOML
[[entries]]
|
|
title = "info"
|
|
|
|
[[entries.entries]]
|
|
title = "github repo"
|
|
url = "https://github.com/taynpg"
|
|
|
|
|
|
[[entries]]
|
|
title = "all posts"
|
|
|
|
[entries.post_list]
|
|
limit = 5
|
|
show_more = true
|
|
show_more_text = "See archive..."
|
|
show_more_url = "posts"
|
|
|
|
[[entries]]
|
|
title = "posts by category"
|
|
|
|
[entries.post_list]
|
|
section = "posts"
|
|
show_more = true
|
|
show_more_text = "See more posts..."
|
|
show_more_url = "posts" |