From 65822a743df108313183c05c2f1bdef9c96f8ff8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 30 Apr 2017 11:08:00 +0100 Subject: [PATCH] Add more config variables --- config.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 69e994f..2b342a1 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,21 @@ -baseURL: http://example.com +baseURL: https://theorangeone.net languageCode: en-gb -title: My New Hugo Site +title: TheOrangeOne + staticDir: "static/build" + +buildDrafts: false +buildFuture: true +buildExpired: true + +enableGitInfo: true +enableRobotsTXT: true + +disableHugoGeneratorInject: true +enableEmoji: true + +pygmentsCodeFencesGuessSyntax: true +rssLimit: 100 + +blackfriday: + hrefTargetBlank: true