This page is dedicated to sharing your favorite JS fuckeries. Stuff you find weird or needs a bit of an explanation, can be shared here.
This page is built on Hugo, a static site generator. If you're already familiar with it, good on you! If not, you won't need much of an introduction
You can contribute in two ways:
- Fork this repo
- Add a file to
content/fuckery
, you can copy one of the existing ones - Change the front matter, the stuff at the top between the three dashes (
---
) - Open a pull request to my repo
- Netlify will generate a preview, have a look at it (I will too)
- Clone this repo
- Make a new post:
hugo new fuckery/<title>.md
- Open your file created in
/content/fuckery
- Change the front matter, the stuff at the top between the three dashes (
---
) - Check how this page looks with
hugo server
- Commit, push, open a pull request to my repo
This is a satirical website. I do not encourage you to write JS like this, and if used correctly, it's actually a nice language 😉