pugson

Results 17 issues of pugson

No meta tags at all. This is so annoying. # Todo - [ ] Show track info in preview - [ ] Show small artwork in preview - [ ]...

enhancement

When you’re using Telegram on mobile clicking on a `vxtwitter` link does not deeplink into the Twitter app. Expanded message can include another *Open in Twitter* deeplink to make it...

enhancement

``` // postcss.config.js const purgecss = require("@fullhuman/postcss-purgecss"); module.exports = { plugins: [ purgecss({ content: ["./src/*.html"] }), require("autoprefixer") ] }; ```

enhancement

``` $ NODE_ENV=production node ./tools/image-optimizer.js && node ./tools/webp-converter.js && parcel build ./src/*.html --no-source-maps --public-url ./ 🚨 /Users/pugson/Sites/thinko-animation-studio-web/src/about.html: tree.forEach is not a function at collapseWhitespace (/Users/pugson/Sites/thinko-animation-studio-web/node_modules/htmlnano/lib/modules/collapseWhitespace.js:24:10) at /Users/pugson/Sites/thinko-animation-studio-web/node_modules/htmlnano/lib/modules/collapseWhitespace.js:32:28 at Array.forEach ()...

bug

The `.posthtmlrc` plugin order is possibly incorrect. `posthtml-webp` might need to be last.

bug

When running `yarn start` assets that were added before the server was started are not being converted to WEBP.

bug

I'm sorry but using _Raleway_ on the web in this size, color, and weight is extremely hard to read. Please change the font to something that's legible. ![illegible](http://d.pr/i/19DZD+)

enhancement
help wanted