|
You are here |
www.rockyourcode.com | ||
| | | | |
olddeuteronomy.github.io
|
|
| | | | | Blog: Enabling the full-text RSS entry for Elfeed | |
| | | | |
dawranliou.com
|
|
| | | | | I, too, Wrote Myself a Static Site Generator | |
| | | | |
labanskoller.se
|
|
| | | | | Inpired by Hackeriet's blog where Alexander Kjäll use to post CTF write-ups, I've decided to create a personal one for myself. Focus will be on IT security. Hackeriet's blog is powered by Jekyll which is a static site generator written in Ruby. See their post Creating a fast blog for how they set up their blog. I have decided to try another static site generator called Hugo, which is written in Go. | |
| | | | |
codefoodpixels.com
|
|
| | | Modern browsers have the native selector engine document.querySelectorAll which is really useful for easily finding elements. I had assumed that it returned an Array but I've just found out that I was wrong and it returns a NodeList. | ||