Compare commits

...

2 Commits

Author SHA1 Message Date
48963077f3 Refactor header data. 2025-10-04 08:07:08 -07:00
aa2367961f Change pdfbook2 command to not crop which was messing with margins. 2025-10-04 08:06:59 -07:00
2 changed files with 7 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ pandoc /tmp/ebook.md \
-o $ebook -o $ebook
status=$? status=$?
pdfbook2 $ebook pdfbook2 -n $ebook
echo "Completed with status '$status'." echo "Completed with status '$status'."

View File

@@ -1,11 +1,15 @@
--- ---
# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts)
title-meta: "Hyperling's Health Protocol" title-meta: "Hyperling's Health Protocol"
date-meta: "{REVISION_DATE}" date-meta: "{REVISION_DATE}"
author-meta: 'Chad Michael "HyperVegan" Greenwood' author-meta: 'Chad Michael "HyperVegan" Greenwood'
subject: Hyperling\'s Health Protocol by Chad Michael \"HyperVegan\" Greenwood subject: Hyperling\'s Health Protocol by Chad Michael \"HyperVegan\" Greenwood
title: "Hyperling's Health Protocol"
subtitle: "*Health is a lifestyle, not a diet. Align yourself with Nature to receive its blessings.*"
author: "by `Chad Michael \"HyperVegan\" Greenwood`"
date: "Last Revised {REVISION_DATE}"
# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts)
fontsize: "12pt" fontsize: "12pt"
geometry: "margin=0.5in" geometry: "margin=0.5in"
@@ -50,11 +54,6 @@ keywords:
- veganarchism - veganarchism
- sovereign - sovereign
- sovereignty - sovereignty
title: "Hyperling's Health Protocol"
subtitle: "*Health is a lifestyle, not a diet. Align yourself with Nature to receive its blessings.*"
author: "by `Chad Michael \"HyperVegan\" Greenwood`"
date: "Last Revised {REVISION_DATE}"
--- ---
## Disclaimer ## Disclaimer