mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat: add Hello World theme
This commit is contained in:
parent
eb76e56841
commit
1d67b495d6
3 changed files with 34 additions and 0 deletions
11
themes/hello-world/assets/scss/template.scss
Normal file
11
themes/hello-world/assets/scss/template.scss
Normal 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;
|
||||
}
|
||||
}
|
18
themes/hello-world/config.yaml
Normal file
18
themes/hello-world/config.yaml
Normal 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
|
5
themes/hello-world/go.mod
Normal file
5
themes/hello-world/go.mod
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue