Use camelCase variables on custom_css, custom_js and custom_scss (#434)

* Rename custom_css variable to customCSS

* Rename custom_js variable to customJS

* Change contribuitors.md

* Rename custom_scss to customSCSS

* Add custom SCSS on example config.toml

* Add customSCSS on stackbit.yaml
This commit is contained in:
Lucas de Oliveira
2020-10-13 19:31:49 -03:00
committed by GitHub
parent 561082dbfa
commit 82ccf83b1e
4 changed files with 14 additions and 7 deletions

View File

@@ -52,10 +52,13 @@ disqusShortname = "yourdiscussshortname"
enableTwemoji = true
# Custom CSS
custom_css = []
customCSS = []
# Custom SCSS
customSCSS = []
# Custom JS
custom_js = []
customJS = []
# If you want to use fathom(https://usefathom.com) for analytics, add this section
[params.fathomAnalytics]
@@ -141,6 +144,7 @@ disqusShortname = "yourdiscussshortname"
[languages.pt-br]
languagename = "Português"
languageinitials = "BR"
title = "João Ninguém"
[languages.pt-br.params]