Closed doowzs closed 4 years ago
We can print a single page in a pretty layout now.
However, more has to be done in order to print all pages in one section into one file. Since there is no way to use two different output layouts of same file type for a page, methods considered are:
text/html
(Hugo lacks per-type layouts support so this would affect other types, or extra work is required for each section);Reference:
Make notes(docs) pages printer-friendly by using
@media(print)
in plain SCSS, ord-print
in Bootstrap to control the layout of pages when being printed.Examples are available at https://doowzs.com/docs/.