Skip to content

marcelaodev/mk-append-to-head

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mk-append-to-head

Append some string to a MkDocs page's <head>.

Installation

pip install mk-append-to-head

Configuration

In MkDocs configuration file:

plugins:
- mk-append-to-head:
    append_str: <script>console.log(1)</script>
    pages: ['Home'] # optional

Leaving pages empty will append the append_str to all pages.

About

Append some string to a MkDocs page's <head>.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages