Articles tagged with html

  1. Minifying static HTML and CSS with sed

    This site runs on Pelican, a static site generator. That means the site is already very small, but why stop there? If something's worth doing it's worth overdoing. Using sed has the advantage of not having to install anything, because it's already available on all sane operating systems.

    Minifying CSS …