Abhijith Vijayan

Results 126 comments of Abhijith Vijayan

@glimow I did similar approach on https://stanlywilson.me/work It doesn't need any hard coding. Assigned a tag property to each image and a priority number to each image and sorted it...

@glimow oh sorry, I didn't notice the CloudinaryImage(s) field, rather I used like you said a list of CloudinaryImage fields. but the gallery view seems way better than my approach....

Did someone make a PR for this?

migrated dependency libraries to support both webpack 4 and webpack 5 ``` wext-manifest-webpack-plugin@^1.4.0 wext-manifest-loader@^2.4.1 ``` i will get the template to support webpack 5 too. hopefully all the depedencies support...

Yeah, I have migrated my projects from GitHub pages to Netlify some time ago. Never looked back. The whole aim of the project is to deploy the dynamic blog as...

With netlify I see this error `Deployed filenames cannot contain # or ? characters` for the `'assets/built/custom.css?v=536fdc0854.css'` entry @pavlenex Did you have any issues while building with Netlify?

Never mind. It's the netlify that stopping the build process. `?version` query param is added for cache busting. Probably have to figure out another way to make it work with...