- The Castle (1997 Australian film) (Wikipedia)
The Castle is a 1997 Australian comedy film directed by Rob Sitch, and written by Sitch, Santo Cilauro, Tom Gleisner and Jane Kennedy of Working Dog Productions, all veteran writers and performers on ABC’s The Late Show and The D-Generation. The film stars Michael Caton, Anne Tenney, Stephen Curry, Anthony Simcoe, Sophie Lee and Wayne Hope as the Kerrigan family, as well as Tiriel Mora, Robyn Nevin, Eric Bana, Costas Kilias and Charles ‘Bud’ Tingwell.
- Static site generator (Wikipedia)
Static site generators (SSGs) are engines that use text input files (such as Markdown, reStructuredText, AsciiDoc and JSON) to generate static web pages. Static sites generated by static site generators do not require a backend after site generation, making them first-class citizens on content delivery networks (CDNs). Some of the most popular static site generators are Jekyll, Hugo, Next.js (JavaScript) and Angular (TypeScript). SSGs are typically for rarely-changing, informative content, such as product pages, news websites, (software) documentation, manuals, and blogs.