madodig / wikijs-customization

Wiki.js Customization Injection Code
GNU Affero General Public License v3.0
82 stars 17 forks source link

install confusion. #7

Closed mindcloud69 closed 2 years ago

mindcloud69 commented 2 years ago

Look at the simple install locally hosted code. where exactly do you put the files you are referencing.
like

<style>
    code/mad-wikijs-customization.css contents
</style>

where is the mad-wikijs-customization.css file stored?

madodig commented 2 years ago

As stated in the readme: "Wrap the contents of code/mad-wikijs-customization.css file with HTML " to the end:

The contents of the CSS Override field should then look something like this:

<style>
    /* https://github.com/madodig/wikijs-customization */
.contents summary{border:0.....
</style>

Do the same for the Head HTML Injection and apply the changes.