Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2018-04-26 06:38:12 +0300
committerparsiya <parsiya@gmail.com>2018-04-26 06:38:12 +0300
commit024f56c4c4d2c89d39eaa9d28134854d505c5abe (patch)
treecd0f6c31e31396b6fac606f77d54c9c3ea257fa1 /sample-config.toml
parent0aef764ebee692a66857e5bec0b2f34dab949f62 (diff)
Add ability to use local fonts instead of Google CDN
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample-config.toml b/sample-config.toml
index fea4caa..02b010c 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -127,6 +127,9 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# Set to true to disable downloading of remote Google fonts
disableGoogleFonts = false
+ # Remove or Set to false to use local fonts
+ remoteFonts = false
+
# Generate taxonomy pages
generateTaxonomyList = true