From e80ba7f43993318b1b55d970598b39a89bcd2a60 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 26 Jan 2020 18:43:41 -0800 Subject: Redesign of the tooling, and new styling for manual pages. This should get us much much closer to proper conformant CSS, and legal HTML5. It also gets rid of some dodgy styling around the old fonts. Finally, we generate the table of contents for all man pages now. This is a rought draft. --- _includes/nn-footer-manpage.html | 22 ++++++++++++++++++++++ _includes/nn-footer.html | 12 ++++++++++++ _includes/nn-header-manpage.html | 23 +++++++++++++++++++++++ _includes/nn-header.html | 23 +++++++++++++++++++++++ 4 files changed, 80 insertions(+) create mode 100644 _includes/nn-footer-manpage.html create mode 100644 _includes/nn-footer.html create mode 100644 _includes/nn-header-manpage.html create mode 100644 _includes/nn-header.html (limited to '_includes') diff --git a/_includes/nn-footer-manpage.html b/_includes/nn-footer-manpage.html new file mode 100644 index 00000000..833d9ea3 --- /dev/null +++ b/_includes/nn-footer-manpage.html @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/_includes/nn-footer.html b/_includes/nn-footer.html new file mode 100644 index 00000000..d4691bb7 --- /dev/null +++ b/_includes/nn-footer.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/_includes/nn-header-manpage.html b/_includes/nn-header-manpage.html new file mode 100644 index 00000000..dbe5f9fd --- /dev/null +++ b/_includes/nn-header-manpage.html @@ -0,0 +1,23 @@ +
+
+ + + +
+
diff --git a/_includes/nn-header.html b/_includes/nn-header.html new file mode 100644 index 00000000..dbe5f9fd --- /dev/null +++ b/_includes/nn-header.html @@ -0,0 +1,23 @@ +
+
+ + + +
+
-- cgit v1.2.3-70-g09d2