This code publishes the personal website of Robb Romans at https://robb.sh/
- GitHub software development platform
- Netlify web project automation
- LetsEncrypt certificate authority
- Victor Hugo OG deployment template
- Hugo static site generator
- Congo A powerful, lightweight theme for Hugo built with Tailwind CSS
- GoatCounter open source web analytics platform
- utteranc.es lightweight comments widget
|--site // Hugo builds this folder
| |--archetypes // Defaults for types of new content
| |--content // Pages and collections
| |--data // YAML data files with data for use in examples
| |--layouts // Layout templates
| | |--partials // Includes
| | |--index.html // The index page
| |--resources // Generated assets
| |--static // Files here end up in the site/public folder (?)
| |--themes // Add themes here as Git submodules
For more information, see Hugo's Directory Structure Explained.