Glossary¶
- plugin¶
A drop-in piece of functionality.
- static site¶
A website that consists solely of prebuilt files that are served to visitors directly as they are. Read more about static web pages on Wikipedia
- static site generator¶
A software application that builds static sites. Read more about static site generators on Wikipedia