zhengzangw / hugo-theme-ztyblog

This Hugo theme provides many functions which can help you build a well-organized personal site.
MIT License
15 stars 3 forks source link

Printer media support with notes(docs) section #4

Closed doowzs closed 4 years ago

doowzs commented 4 years ago

Make notes(docs) pages printer-friendly by using @media(print) in plain SCSS, or d-print in Bootstrap to control the layout of pages when being printed.

Examples are available at https://doowzs.com/docs/.

doowzs commented 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:

Reference: