all repos — archive/homestead @ e58d6a1718b3358f91fbda10e2291ea4ec01d1e7

My future indieweb platform

feat: make taxonomies configurable Add "tag" and "category" as defaults

Alan Pearce
commit

e58d6a1718b3358f91fbda10e2291ea4ec01d1e7

parent

2fef943bf1c52e8d2be64521202936ca0f7358e3

1 file changed, 6 insertions(+), 1 deletion(-)

changed files
M config/default.tomlconfig/default.toml
@@ -2,4 +2,9 @@ [server]
port = 3000 [posts] -folder = "../posts"+folder = "../posts" + +[taxonomies] +tag = "tags" +category = "categories" +