/* * Put {% cloudinary filename.jpg %} in your post. * Change the username in data-src. * src is an animated svg generated from https://loading.io/ * More info: * https://hexo.io/docs/tag-plugins * https://hexo.io/api/tag * https://cloudinary.com/documentation/responsive_images */ hexo.extend.tag.register('cloudinary', function(args){ var filename = args[0]; return ''; });