Deniz Turgut

Results 127 comments of Deniz Turgut

My two cents: the markdown provided in the core should stay as the standard markdown implementation (current one) and any extended syntax is provided via plugins. However, my position is...

For the record, `pelican-import` doesn't use (or need) the settings file. Warnings seem to be a side effect of not using the proper method to access some defaults. They should...

> Give a complete working setup (fodler strucure, file contents) in documentation before going into details of adding extra metadata at https://docs.getpelican.com/en/stable/content.html > > Provide a minimal example site as...

That seems to be the [default for HTML4 writer](https://docutils.sourceforge.io/test/functional/expected/standalone_rst_html4css1.html#svg-images) in `docutils`, and that is the one used in `pelican` right now. HTML5 support in `docutils` was not very good (see...

Two comments: 1) `excludes.txt` is a bit too generic for a name. Something like `rsync_excludes.txt` would be better for understanding what the file is without opening it. 2) Does it...

Yes, you can do that, but it probably requires some familiarity with pelican's code (how to instantiate objects, etc.). Just to give you an idea ``` python >>> from pelican.settings...

I'll go over it in more detail when I have more time but glanced over it briefly and this looks promising, thank you :). I think [`Generators._include_file`](https://github.com/getpelican/pelican/blob/0384c9bc071dd82b9dbe29fb73521587311bfc84/pelican/generators.py#L126-L128) also needs some...

@mcepl Seems like your build uses `Pygments==2.7.4`, but our test output is generated with [`Pygments==2.8.1`](https://github.com/getpelican/pelican/blob/master/requirements/test.pip#L2). I think that's the difference.

Tests are fine but Pygments keeps changing output every single release and I'm starting to get tired of it. As far as I can see, there is a [single file](https://github.com/getpelican/pelican/blob/master/samples/content/unbelievable.rst)...

Lint checker is not [happy](https://github.com/getpelican/pelican/pull/2898/checks?check_run_id=2959515078)