M. Umar Shahbaz
M. Umar Shahbaz
Yes I am using ```figure.liquid``` In the ```deploy``` workflow's log, there is a section which tells each image converted. I have multiple images and Imagegick is converting all of them,...
> If you check > > https://github.com/alshedivat/al-folio/blob/de4e89d11b44ca2b1660aeeafde5e88b6415542f/_includes/figure.liquid#L17 > > it creates a `source` to a `.webp` image even though none was generated. I believe we should add a check if...
> > If you check > > > > https://github.com/alshedivat/al-folio/blob/de4e89d11b44ca2b1660aeeafde5e88b6415542f/_includes/figure.liquid#L17 > > > > it creates a `source` to a `.webp` image even though none was generated. I believe we...
I just took a look, the is not a fault in the code. How do you process the .liquid files?
> What do you mean? Liquid files are processed during jekyll build. I am asking if the you have written some code to dictate the processing of liquids or is...
Basically what I mean is that liquid has a feature where it automatically adds closing tags which it thinks are missing. The creators of Liquid must have accidentally set ``````...
> Every file that starts with a [frontmatter](https://jekyllrb.com/docs/front-matter/) > > ``` > --- > > --- > ``` > > is processed by jekyll during build. @george-gca, that's exactly what...
Right now I am working on adding repos to projects. When I am done I will fix the issue with vector images and then send a pull request.
> > You haven't done anything to modify how the processing takes place > > No, I haven't. > > Actually [liquid](https://jekyllrb.com/docs/liquid/) is a template language that jekyll uses. `.liquid`...
> > The ability to schedule posts is a very important tool and I feel like it should also be included in this repository. > > I agree this would...