Hugo Shortcodes are a way to use short snippets in your Hugo site that embed custom parameterized objects. Some built-in shortcodes can embed GitHub Gist code snippets, YouTube videos or Twitter posts.
I’ve been trying to replace the old World of Zero website for a while now. A beta of the new version is finally in a working state and I’d love for you all to check it out!
Electron is a tool that allows you to convert webpages into full applications that can run outside of a browser and interact more closely with your operating system.
Have you ever wanted to be able to use code to help build your webpages? Maybe loop over a list and create a table or inject user data onto the page without javascript or anything else?
I found a really neat visual programming tool called Google Blockly. It lets you visually create code by snapping different types of blocks together to create code.