cmahnke
cmahnke
I understand, but some pages (those not added by a content adapter) exist beforehand. So my proposal wasn't clear. I was thinking of some kind of (implicit) `--renderSegments` that would...
Thanks for providing this example! Yes, I know that handling the multiple tag combinations by JavaScript is considered to be the better option, but using it this way has the...
That's actually a great use case for content based on existing content, in the end I think longer durations due to API calls are the responsibility of the site owner....
@n1xx1 : Thanks - I need to think about it a bit. I use a similar setup in my [blog archive](https://projektemacher.org/en/archive/), this is just all `content` folders from my blogs...
This also happens with a single job (that is without `-j 2`)
Strange this isn't implemented, most recent JS tools work that way - it's a very basic requirement...
I just came here from https://github.com/vivliostyle/vivliostyle-cli/discussions/653#discussioncomment-14923123: This should be implemented in the long run since it's part of the specification examples: https://www.w3.org/TR/css-gcpm-3/#footnote-marker
Just to give you an idea: ``` $ find content -type f |wc -l 32454 ``` and ``` $ hugo version hugo v0.108.0+extended darwin/arm64 BuildDate=unknown ```
Actually I don't have a valid clue. But as you might remember I was quite busy developing Hugo sites beginning 2021 and back then there have been such problems quite...
Thanks, the first ( which is `hugo server --watch=false`) already did it (well, at least starting `hugo`): ``` | DE -------------------+-------- Pages | 782 Paginator pages | 2 Non-page files...