Skip to content

Commit

Permalink
Config example.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaamendes committed Aug 18, 2024
1 parent 5b5d478 commit 01b2a34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manopod2html.rc.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Configuration for manopod2html
# vim: se ft=perl:

{
# Include style sheets in the <head>.
# If -f is used the content will be put inside <style>.
css_files => [
],
# Include .js files before </body> in order.
# If -f is used content will be put inside <script>.
javascript_files => [
]
}

0 comments on commit 01b2a34

Please sign in to comment.