forked from tychi/css-ceo
Browse Source
One of the biggest pains of creating a new web endeavor is prematurely optimizing. Static site generators are light on the server, but are still a dependency locally. Instead of reaching directly for one of those, I've created hand-crafted an RSS feed and converted into HTML I'll be able to style. I did need to decode the HTML elements of my main content, which would be tedious by hand. Since I'm using vim, I just issued the following two commands. ``` :13,24s/</\</gc :13,24s/>/\>/gc ```main
2 changed files with 53 additions and 0 deletions
Loading…
Reference in new issue