- Vermont (Wikipedia)
Vermont (/vərˈmɒnt/) is a state in the New England region of the Northeastern United States. Vermont is bordered by the states of Massachusetts to the south, New Hampshire to the east, New York to the west, and the Canadian province of Quebec to the north. Admitted to the Union in 1791 as the 14th state, it is the only state in New England not bordered by the Atlantic Ocean. According to the 2020 U.S. census, the state has a population of 643,503, ranking it the second least-populated in the U.S. after Wyoming. It is also the nation’s sixth-smallest state in area. The state’s capital Montpelier is the least-populous state capital in the U.S., while its most-populous city, Burlington, is the least populous to be a state’s largest.
- 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.