diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 77bc650..efe7905 100644 --- a/_config.yml +++ b/_config.yml @@ -6,12 +6,10 @@ permalink: pretty collections: log: output: true - poc: - output: true feed: collections: - poc: + log: path: "/feed.xml" posts: path: "/posts.xml" |
