Skip to content

Commit

Permalink
Tweaking some formatting and layout inconsistencies and fixing a few …
Browse files Browse the repository at this point in the history
…typos in the custom settings.
  • Loading branch information
taoteg committed Sep 21, 2021
1 parent 002487f commit ca0cf94
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 35 deletions.
1 change: 0 additions & 1 deletion example-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
('example-cms/templates/fullwidth.html', 'Fullwidth'),
# Support standard template for demo purposes
('fullwidth.html', 'Standard Fullwidth'),

# Support Portal pages for demo purposes
('home_portal.html', 'Standard Portal Homepage'),
('guide.html', 'Guide'),
Expand Down
8 changes: 2 additions & 6 deletions frontera-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,17 @@
CMS_TEMPLATES = (
('frontera-cms/templates/fullwidth.html', 'Fullwidth'),
('fullwidth.html', 'DEPRECATED Fullwidth'),

('frontera-cms/templates/home.html', 'Homepage'),

('guide.html', 'Guide'),
('guides/getting_started.html', 'Guide: Getting Started'),
('guides/data_transfer.html', 'Guide: Data Transfer'),
('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'),
('guides/portal_technology.html', 'Guide: Portal Technology Stack')
)

########################
# BRANDING & LOGOS
########################

########################
# BRANDING
########################

_NSF_BRANDING = [
"nsf",
Expand Down Expand Up @@ -66,6 +61,7 @@

########################
# LOGOS
########################

LOGO = [
"frontera",
Expand Down
14 changes: 13 additions & 1 deletion lccf-tacc/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,22 @@
# because current infrastructure lacks ability to reference default values

########################
# BRANDING & LOGOS
# DJANGO CMS SETTINGS
########################

# CMS_TEMPLATES = (
# ('lccf-tacc/templates/standard.html', 'Standard'),
# ('lccf-tacc/templates/fullwidth.html', 'Full Width'),
# ('guide.html', 'Guide'),
# ('guides/getting_started.html', 'Guide: Getting Started'),
# ('guides/data_transfer.html', 'Guide: Data Transfer'),
# ('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'),
# ('guides/portal_technology.html', 'Guide: Portal Technology Stack')
# )

########################
# BRANDING
########################

_NSF_BRANDING = [
"nsf",
Expand Down Expand Up @@ -49,6 +60,7 @@

########################
# LOGOS
########################

LOGO = [
"lccf",
Expand Down
7 changes: 3 additions & 4 deletions neuronex-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
('guides/portal_technology.html', 'Guide: Portal Technology Stack')
)

########################
# BRANDING & LOGOS
########################

########################
# BRANDING
########################

_NSF_BRANDING = [
"nsf",
Expand Down Expand Up @@ -63,6 +60,7 @@

########################
# LOGOS
########################

LOGO = [
"portal",
Expand All @@ -77,6 +75,7 @@

########################
# FAVICON
########################

FAVICON = {
"img_file_src": "neuronex-cms/img/org_logos/favicon.ico"
Expand Down
6 changes: 2 additions & 4 deletions protx-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
('guides/portal_technology.html', 'Guide: Portal Technology Stack')
)

########################
# BRANDING & LOGOS
########################

########################
# BRANDING
########################

COOKS_BRANDING = [
"cooks",
Expand Down Expand Up @@ -63,6 +60,7 @@

########################
# LOGOS
########################

LOGO = [
"protx",
Expand Down
3 changes: 2 additions & 1 deletion sciviscolor-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
# SCIVISCOLOR.ORG

########################
# BRANDING & LOGOS
# BRANDING
########################

########################
# LOGOS.
########################

LOGO = [
"sciviscolor",
Expand Down
29 changes: 18 additions & 11 deletions tapis-project-org/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
# because current infrastructure lacks ability to reference default values

########################
# GOOGLE ANALYTICS
# DJANGO CMS SETTINGS
########################

GOOGLE_ANALYTICS_PROPERTY_ID = "UA-125525035-17"
GOOGLE_ANALYTICS_PRELOAD = True

########################
# BRANDING & LOGOS
########################

# …
# CMS_TEMPLATES = (
# ('tapis-project-org/templates/standard.html', 'Standard'),
# ('tapis-project-org/templates/fullwidth.html', 'Full Width'),
# ('guide.html', 'Guide'),
# ('guides/getting_started.html', 'Guide: Getting Started'),
# ('guides/data_transfer.html', 'Guide: Data Transfer'),
# ('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'),
# ('guides/portal_technology.html', 'Guide: Portal Technology Stack')
# )

########################
# BRANDING

# …
########################

UHAWAII_BRANDING = [
"uhawaii",
Expand Down Expand Up @@ -71,6 +71,7 @@

########################
# LOGOS
########################

LOGO = [
"tapis",
Expand All @@ -88,3 +89,9 @@
########################

INCLUDES_CORE_PORTAL = False

########################
# GOOGLE ANALYTICS
########################

GOOGLE_ANALYTICS_PROPERTY_ID = "UA-125525035-17"
3 changes: 2 additions & 1 deletion texascale-org/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
)

########################
# BRANDING & LOGOS
# BRANDING
########################

########################
# LOGOS
########################

LOGO = [
"texascale",
Expand Down
3 changes: 2 additions & 1 deletion tup-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
)

########################
# BRANDING & LOGOS
# BRANDING
########################

########################
# LOGOS
########################

LOGO = [
"tup",
Expand Down
9 changes: 4 additions & 5 deletions utrc-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
('guides/portal_technology.html', 'Guide: Portal Technology Stack')
)

########################
# BRANDING & LOGOS
########################

########################
# BRANDING
########################

_UTEXAS_BRANDING = [
"utexas",
Expand All @@ -41,6 +38,7 @@

########################
# LOGOS
########################

LOGO = [
"portal",
Expand All @@ -55,7 +53,8 @@

########################
# FAVICON
########################

_FAVICON = {
FAVICON = {
"img_file_src": "utrc-cms/img/org_logos/favicon.ico"
}

0 comments on commit ca0cf94

Please sign in to comment.