Coding my own website, like a DORK (+)
Once I got a handle on the CSS, HTML and JavaScript needed for the Rarebit template, getting everything working properly on my webcomic's website has been surprisingly easy!
Turns out if you know a thing or two about how to code up a website you don't need WordPress and all the bloat that comes with.
Coding my own website, like a DORK (+)
@SkunkyLass Are you using a static site generator or some server-side stack?
re: Coding my own website, like a DORK (+)
@SkunkyLass I see, I see. Once you're comfortable with that, I do recommend looking into static site generators. At the very least they'll save you the hassle of manually updating the "Previous"/"Next" links.
re: Coding my own website, like a DORK (+)
@SkunkyLass Ahhh okay, I see.
re: Coding my own website, like a DORK (+)
@arina_artemis the beauty of Rarebits is that it automatically builds an array out of comics pages, so the only thing I have to update is the variable telling it how many there are. Everything else auto-updates via the JS.