yakivmospan / github-wikito-converter

Generate HTML & PDF documentation from Github wiki or any other markdown-based wiki.
Other
296 stars 52 forks source link

Extra data in <head> #38

Closed kisvegabor closed 5 years ago

kisvegabor commented 5 years ago

Hi,

Can I insert data into the <head> section of the html file? I'd like to add Google analytics ID, meta tags and other SEO related things.

Thank you in advance!

kisvegabor commented 5 years ago

Finally, I solved it by creating a shell script:

gwtc --format html --title "My title" --output . --file-name index .
sed -i  "/<head>/a  <meta ...>" index.html