cagix / pandoc-lecture

Pandoc Markdown Lecture Template: This project defines a skeleton repo for creating lecture slides and handouts including lecture notes out of Pandoc Markdown (https://pandoc.org/MANUAL.html) using a single source approach.
MIT License
100 stars 18 forks source link

Hugo: use 'default' archetype for chapter #156

Closed cagix closed 1 year ago

cagix commented 1 year ago

remove overriding for 'chapter' archetype.

this is tricky, somehow. the default archetype for 'chapter' will put the weight of the page into the titel section, which was the initial motivation to provide an override.

however, something is off with the 'chapter' archetype: the font in the footline is way too large (regardless using the original or the overridden template). to resolve this we will simply use archetype: default for chapters from now on. thus removing the overriding partial for 'chapter'.