Browse Source

Clarify the linking of custom assets

master
digitalcraftsman 7 years ago
committed by GitHub
parent
commit
fd59f9df82
  1. 3
      exampleSite/config.toml

3
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 = []

Loading…
Cancel
Save