You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@training.apache.org by Justin Mclean <ju...@classsoftware.com> on 2020/01/24 23:57:40 UTC

new pom and CSS

Hi,

How to you add you own styles using the new minimal pom? I have a src/main/theme/apache.css but it’s not being copies into the generates slides.

Thanks,
Justin

Re: new pom and CSS

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

I worked out one tacky way to do this, but it seems not optional. You can:
- move your css to /reseources/css
- add a pass through block linking to your style sheet
++++
<link rel="stylesheet" href="css/apache.css">
++++

It would be nice if all css files in reources/css just got linked.

Thanks,
Justin