Oxygen DITA publishing pipeline
I built this repo as a job-search writing sample to demonstrate structured authoring and publishing-pipeline skills end to end. It includes:
- DITA content design: I structured a single project to support content creation using common files such as variables set up as
keydefswith ditamaps in amapsfolder and topics grouped by subjects in a separatetopicsfolder. - Custom CSS-based PDF styling: I built two PDF layouts, one standard and one with a three-column layout. Both use the same footer approach with
titlenamein the left, centered numbering, and the company's trademarked logo on the right. - A CI/CD workflow: I built a DITA publishing pipeline for a Lightmatter application, producing PDF output through Oxygen's DCPP (Document Conversion and Publishing Platform) and headless Oxygen Publishing Engine, automated through GitHub Actions CI/CD.