Fix dead links, set default pagination

This commit is contained in:
timvisee 2019-07-01 20:46:03 +02:00
parent cc1b7d22cb
commit b16c6b4180
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 4 additions and 4 deletions

View File

@ -11,11 +11,11 @@ highlight_code = true
highlight_theme = "1337" # or: boron
generate_rss = true
build_search_index = true
# check_external_links = true
check_external_links = true
taxonomies = [
{name = "categories", rss = true},
{name = "tags", rss = true},
{name = "categories", paginate_by = 5, rss = true},
{name = "tags", paginate_by = 5, rss = true},
]
[extra]

View File

@ -5,4 +5,4 @@ description = "Projects index"
This page lists some of the projects I've developed over time.
- [Bukkit projects](/projects/bukkit): _CraftBukkit plugins_
- [Bukkit projects](@/projects/bukkit.md): _CraftBukkit plugins_