From b81ded70fa4a2ef7ee76c77019093bf325041f62 Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Mon, 26 Aug 2019 10:59:14 +0200 Subject: [PATCH] Removed references to add-on.* --- README.md | 3 ++- static/css/add-on.css | 6 ------ static/js/add-on.js | 6 ------ 3 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 static/css/add-on.css delete mode 100644 static/js/add-on.js 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. -*/