@@ -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){
@@ -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
@@ -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