Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated WWD to redesigned theme #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 2 additions & 56 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,24 +300,6 @@ sites:
site_title: Rolling Stone (LOCAL)
admin_user: pmcdev
admin_password: pmcdev
pmc:
theme_repo: [email protected]:penskemediacorp/pmc-rollingstone-2018.git
theme_slug: ""
parent_theme_slug: pmc-core-v2
theme_dir_uses_vip: true
rollingstone-2022-com:
skip_provisioning: true
description: rollingstone-2022.com
repo: [email protected]:penske-media-corp/pmc-vvv-site-provisioners.git
branch: main
hosts:
- rollingstone-2022-com.test
nginx_upstream: php74
custom:
live_url: https://rollingstone-2022.com
site_title: Rolling Stone (LOCAL)
admin_user: pmcdev
admin_password: pmcdev
pmc:
theme_repo: [email protected]:penskemediacorp/pmc-rollingstone-2022.git
theme_slug: ""
Expand Down Expand Up @@ -416,31 +398,13 @@ sites:
sourcingjournal-com:
skip_provisioning: true
description: sourcingjournal.com
repo: [email protected]:Varying-Vagrant-Vagrants/custom-site-template.git
branch: master
hosts:
- sourcingjournal-com.test
nginx_upstream: php73
custom:
live_url: https://sourcingjournal.com
site_title: Sourcing Journal (LOCAL)
admin_user: pmcdev
admin_password: pmcdev
pmc:
theme_repo: [email protected]:penskemediacorp/pmc-sourcingjournal-2018.git
theme_slug: ""
parent_theme_slug: pmc-core-v2
theme_dir_uses_vip: true
sourcingjournal-2021-com:
skip_provisioning: true
description: sourcingjournal-2021.com
repo: [email protected]:penske-media-corp/pmc-vvv-site-provisioners.git
branch: main
hosts:
- sourcingjournal-2021-com.test
- sourcingjournal-com.test
nginx_upstream: php74
custom:
live_url: https://sourcingjournal-2021.com
live_url: https://sourcingjournal.com
site_title: Sourcing Journal (LOCAL)
admin_user: pmcdev
admin_password: pmcdev
Expand Down Expand Up @@ -570,24 +534,6 @@ sites:
site_title: WWD (LOCAL)
admin_user: pmcdev
admin_password: pmcdev
pmc:
theme_repo: [email protected]:penskemediacorp/pmc-wwd-2016.git
theme_slug: ""
parent_theme_slug: ""
theme_dir_uses_vip: false
wwd-2021-com:
skip_provisioning: true
description: wwd-2021.com
repo: [email protected]:penske-media-corp/pmc-vvv-site-provisioners.git
branch: main
hosts:
- wwd-2021-com.test
nginx_upstream: php74
custom:
live_url: https://wwd-2021.com
site_title: WWD 2021 (LOCAL)
admin_user: pmcdev
admin_password: pmcdev
pmc:
theme_repo: [email protected]:penskemediacorp/pmc-wwd-2021.git
theme_slug: ""
Expand Down
19 changes: 0 additions & 19 deletions sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@
"parent_theme_slug": "pmc-core-v2"
},
"rollingstone.com": {
"site_title_prefix": "Rolling Stone",
"theme_repo": "[email protected]:penskemediacorp/pmc-rollingstone-2018.git",
"parent_theme_slug": "pmc-core-v2",
"theme_dir_uses_vip": true
},
"rollingstone-2022.com": {
"site_title_prefix": "Rolling Stone",
"theme_repo": "[email protected]:penskemediacorp/pmc-rollingstone-2022.git",
"parent_theme_slug": "pmc-core-v2",
Expand Down Expand Up @@ -126,15 +120,6 @@
"theme_dir_uses_vip": true
},
"sourcingjournal.com": {
"site_title_prefix": "Sourcing Journal",
"provisioner_url": "[email protected]:Varying-Vagrant-Vagrants/custom-site-template.git",
"provisioner_branch": "master",
"theme_repo": "[email protected]:penskemediacorp/pmc-sourcingjournal-2018.git",
"parent_theme_slug": "pmc-core-v2",
"theme_dir_uses_vip": true,
"php_version": 7.3
},
"sourcingjournal-2021.com": {
"site_title_prefix": "Sourcing Journal",
"theme_repo": "[email protected]:penskemediacorp/pmc-sourcingjournal-2021.git",
"parent_theme_slug": "pmc-core-v2",
Expand Down Expand Up @@ -171,10 +156,6 @@
},
"wwd.com": {
"site_title_prefix": "WWD",
"theme_repo": "[email protected]:penskemediacorp/pmc-wwd-2016.git"
},
"wwd-2021.com": {
"site_title_prefix": "WWD 2021",
"theme_repo": "[email protected]:penskemediacorp/pmc-wwd-2021.git",
"parent_theme_slug": "pmc-core-v2",
"theme_dir_uses_vip": true
Expand Down