|
85 | 85 |
|
86 | 86 | # HTML Theme-specific Options |
87 | 87 | html_theme_options = { |
| 88 | + 'google_analytics_id': 'G-T9KGMX7VHZ', |
88 | 89 | 'github_url': 'https://github.com/ProjectPythia', |
89 | 90 | 'twitter_url': 'https://twitter.com/project_pythia', |
90 | | - 'google_analytics_id': 'G-T9KGMX7VHZ', |
91 | | - 'logo_only': True, |
92 | 91 | 'logo_link': 'https://projectpythia.org', |
93 | 92 | 'navbar_links': [ |
94 | | - {'name': 'Home', 'url': '/'}, |
| 93 | + {'name': 'Home', 'url': 'https://projectpythia.org'}, |
95 | 94 | {'name': 'Foundations', 'url': 'https://foundations.projectpythia.org'}, |
96 | 95 | {'name': 'Gallery', 'url': 'https://projectpythia.org/gallery.html'}, |
97 | | - {'name': 'Community', 'url': 'https://projectpythia.org/index.html#join-us'}, |
| 96 | + {'name': 'Community', 'url': 'https://projectpythia.org/#join-us'}, |
98 | 97 | ], |
99 | | - 'navbar_align': 'left', |
100 | 98 | 'page_layouts': {'index': 'page-banner.html', 'gallery': 'page-standalone.html'}, |
101 | | - 'footer_menu': [ |
102 | | - { |
103 | | - 'title': 'Column A', |
104 | | - 'class': 'col-8 col-sm-4 col-md-3 col-lg-2', |
105 | | - 'items': [ |
106 | | - { |
107 | | - 'name': 'Link 1', |
108 | | - 'url': 'https://google.com', |
109 | | - }, |
110 | | - { |
111 | | - 'name': 'Link 2', |
112 | | - 'url': 'https://google.com', |
113 | | - }, |
114 | | - { |
115 | | - 'name': 'Link 3', |
116 | | - 'url': 'https://google.com', |
117 | | - }, |
118 | | - { |
119 | | - 'name': 'Link 4', |
120 | | - 'url': 'https://google.com', |
121 | | - }, |
122 | | - ], |
123 | | - }, |
124 | | - { |
125 | | - 'title': 'Column B', |
126 | | - 'class': 'col-8 col-sm-4 col-md-3 col-lg-2', |
127 | | - 'items': [ |
128 | | - { |
129 | | - 'name': 'Link 1', |
130 | | - 'url': 'https://google.com', |
131 | | - }, |
132 | | - { |
133 | | - 'name': 'Link 2', |
134 | | - 'url': 'https://google.com', |
135 | | - }, |
136 | | - { |
137 | | - 'name': 'Link 3', |
138 | | - 'url': 'https://google.com', |
139 | | - }, |
140 | | - { |
141 | | - 'name': 'Link 4', |
142 | | - 'url': 'https://google.com', |
143 | | - }, |
144 | | - ], |
145 | | - }, |
146 | | - { |
147 | | - 'title': 'Column C', |
148 | | - 'class': 'col-8 col-sm-4 col-md-3 col-lg-2', |
149 | | - 'items': [ |
150 | | - {'name': 'Just some text!'}, |
151 | | - { |
152 | | - 'name': ( |
153 | | - 'Another paragraph of text. This has ' |
154 | | - 'a lot more information in it than ' |
155 | | - 'the previous paragraph.' |
156 | | - ) |
157 | | - }, |
158 | | - { |
159 | | - 'name': 'And finally a link', |
160 | | - 'url': 'https://google.com', |
161 | | - }, |
162 | | - ], |
163 | | - }, |
164 | | - ], |
165 | 99 | 'footer_logos': { |
166 | 100 | 'NCAR': '_static/images/logos/NCAR-contemp-logo-blue.svg', |
167 | 101 | 'Unidata': '_static/images/logos/Unidata_logo_horizontal_1200x300.svg', |
168 | 102 | 'UAlbany': '_static/images/logos/UAlbany-A2-logo-purple-gold.svg', |
169 | 103 | }, |
170 | | - 'footer_items': [ |
171 | | - 'footer-logos.html', |
172 | | - 'footer-menu.html', |
173 | | - 'footer-info.html', |
174 | | - 'footer-nsf.html', |
175 | | - ], |
176 | 104 | 'extra_navbar': ('Theme by <a href="https://projectpythia.org">Project Pythia</a>'), |
177 | 105 | } |
178 | 106 |
|
|
0 commit comments