Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.13 KB

3_extras.md

File metadata and controls

59 lines (42 loc) · 1.13 KB

Customizations

  • I changed a whee-bit the defaults

Customizations - CSS

  • custom.css has some additional configs (who needs borders around pictures)
  • just remove the content, if it not suits you
  • but keep the file, or the build will fail

Customizations - includes

  • the presentation is split up into multiple documents

  • useful for large presentations

  • an include is defined by

    {{path/to/include.md}}

Customizations - plantuml

  • I really like diagrams
``` puml
A -> B
```

will become

A -> B

Customizations - plantuml

Customizations

  • included scripts are configured in includes.js
  • clear the content, if customizations not needed (but keep the file!)
  • never read the following files:
    • scripts/fileInclude.js
    • scripts/pumlpreprocessor.js
  • I know, they are open-source, but they are also crappy
  • Me not good is in javascript

The End

have fun ;)