Skip to content

robb-romans/robb-sh-hugo

Repository files navigation

README

Netlify Status License: CC BY-NC-SA 4.0 Accessibility PageSpeed Twitter Open in Visual Studio Code

This code publishes the personal website of Robb Romans at https://robb.sh/

Thank you to the following projects for the tools used to build this site

File structure

|--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.