From 4ba56880f99986958a56e9e3bf30a8d6b6b1b924 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 25 Aug 2021 20:05:41 +0200 Subject: [PATCH] Update hugo config --- config.yml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 746412f..b8921ce 100644 --- a/config.yml +++ b/config.yml @@ -1,13 +1,32 @@ -baseURL: "http://itsdrike.com/" +baseURL: "https://itsdrike.com/" languageCode: "en-us" title: "ItsDrike" staticDir: "static/build" assetDir: "static/build" -buildFuture: true - MetaDataFormat: yaml +markup: + goldmark: + renderer: + unsafe: true + summaryLength: 40 enableEmoji: true + enableRobotsTXT: true +rssLimit: 10000 + +related: + threshold: 1 + includeNewer: true + toLower: true + indices: + - name: tags + weight: 1 + - name: keywords + weight: 1 + - name: title + weight: 1 + - name: subtitle + weight: 1