Jason Day

Results 115 comments of Jason Day

Yes. Verified code at line 151 - https://github.com/google/docsy/blob/main/assets/scss/_nav.scss#L151

Apache logs: ``` [Thu Jul 11 09:45:16.747401 2019] [php7:notice] [pid 26860] [client 10.25.151.143:65527] Running cd /apps/myapps/html/hugo ;hugo -t hugo-book --cleanDestinationDir --config="$ sh: 1: hugo: not found [Thu Jul 11 09:45:16.754209...

Same issue here, but removing `canonifyURLS` did not fix it for me.

The problem is that there's no way to know where to break the table because if you try to introduce a break, the break location will change based on paper...

You can try the CSS property `size`. https://developer.mozilla.org/en-US/docs/Web/CSS/@page/size ``` @page { size: A4 landscape; } ```

I'm not sure this is possible.

@trendschau one thing to note. I think there needs to be a different body class for the site vs the admin, to scope CSS and prevent conflicts. Currently, with CSS...

@trendschau updated to now also include a custom javascript plugin as well.

@trendschau - Because I have a repo to contain all of my Typemill plugin development, I added a readme.md to each plugin directory so that you can use that info...

I'll test it tomorrow and report back. On Sun, Dec 3, 2017 at 7:46 PM, Tyler Collins wrote: > @jasonday I just published v0.5.0 which > implements the usage of...