feat: add Hello World theme

This commit is contained in:
George Cushen 2020-11-07 23:30:58 +00:00
commit 1d67b495d6
3 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,11 @@
// Narrower container for Hello World sections (primarily Blank widget content).
@media (min-width: 1200px) {
.home-section .container {
max-width: 880px;
}
}
@media (min-width: 992px){
.home-section .container {
max-width: 880px;
}
}

View file

@ -0,0 +1,18 @@
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy
mounts:
- source: content
target: content
- source: static
target: static
- source: layouts
target: layouts
- source: data
target: data
- source: assets
target: assets
- source: i18n
target: i18n
- source: archetypes
target: archetypes

View file

@ -0,0 +1,5 @@
module github.com/wowchemy/wowchemy-hugo-modules/themes/hello-world
go 1.15
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy master