$font-main: #031F2D;
$background: #F9F4D7;
$accent-light: #EE8F1E;
$accent-dark: #60160D;
- Normalize.css
- Mini.css
.
├── archetypes
├── assets (not default created)
├── config.yaml
├── content
├── data
├── layouts
├── static
└── themes
Defines new content types (hugo new
), so are content templates. (Predefined front matter)
Stores all files which should be processed by Hugo Pipes, will end up in public
All markdown content goes here obviously.
Stores config files to be used by Hugo when generating the site. Can be yaml, toml or json. You can also create data templates. Data will be accessible as .Site.Data.xxx
eg.
{{ range $.Site.Data.jazz.bass }}
{{ partial "artist.html" . }}
{{ end }}
Stores all static content; images, css, javascripts. Everything in static is copied over as-is.
Cached files