diff --git a/README.md b/README.md index afab2403..99d7a04a 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,8 @@ _false_ will turn a feature **off**. It is structured as follows: ### Custom JavaScript and CSS You can adapt this theme according to your preferences using your own JS or CSS code. -To do this your can write your code in `static/css/add-on.css` and `static/js/add-on.js`. +To do this your can add your custom scripts to the `cssFiles` and `jsFiles` +parameters in *config.toml*. ### Hugo's Built-In Server diff --git a/static/css/add-on.css b/static/css/add-on.css deleted file mode 100644 index 8796d53e..00000000 --- a/static/css/add-on.css +++ /dev/null @@ -1,6 +0,0 @@ -/* - This css file is for individual users to restyle items for their personal site, - or for the implementation of features specifically for their site. Anything that - is an official part of the theme (ex. Pull Requests) should be included in main.css - and follow the formatting and style given. -*/ diff --git a/static/js/add-on.js b/static/js/add-on.js deleted file mode 100644 index da67d15c..00000000 --- a/static/js/add-on.js +++ /dev/null @@ -1,6 +0,0 @@ -/* - This js file is for individual users to modify the scripts for their personal site, - or for the implementation of features specifically for their site. Anything that - is an official part of the theme (ex. Pull Requests) should be included in main.js - and follow the formatting and style given. -*/