From fd59f9df823bc103ef0880261cda51f02d27da15 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Wed, 1 Feb 2017 19:31:18 +0100 Subject: [PATCH] Clarify the linking of custom assets --- exampleSite/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d11ec02..829b9fe 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -17,7 +17,8 @@ disqusShortname = "spf13" twitter = "Your Twitter account" enableRSS = true - # Add custom assets with their paths relative to the static folder + # Integrate Javascript files or stylesheets by adding the url to the external assets or by + # linking local files with their path relative to the static folder, e.g. "css/styles.css" customCSS = [] customJS = []