Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Custom HTML, JS, CSS #43

Open
gak opened this issue Dec 23, 2019 · 0 comments
Open

Custom HTML, JS, CSS #43

gak opened this issue Dec 23, 2019 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@gak
Copy link
Collaborator

gak commented Dec 23, 2019

Allow users to specify locations of custom assets that they host themselves. e.g. in config.json:

{
  "extraJS": [
    "customScript.js",
    "googleAnalytics.js"
  ],
  "extraCSS": [
     "https://fonts.googleapis.com/icon?family=Material+Icons"
  ],
  "introHTML": "./intro.html",
  "errorHTML": "./error.html"
}

introHTML would replace the introduction area with your own company specific intro. Similar with errorHTML, showing a custom error when a fetch request fails.

Also needs a documentation update.

@gak gak added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant