Skip to content

Commit 44e4d7e

Browse files
Add blog page to left navbar on "book" pages (ProjectPythia#443)
* Try removing secondary_sidebar_items * clean up * Add blog page to left navbar * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e1c7b54 commit 44e4d7e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

portal/blog.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Blog
2+
3+
This will be replaced by `ablog` so there's nothing here.

portal/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
'index': 'page-banner.html',
119119
'resource-gallery': 'page-standalone.html',
120120
},
121-
'secondary_sidebar_items': [],
122121
'footer_logos': {
123122
'NCAR': '_static/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.png',
124123
'Unidata': '_static/images/logos/Unidata_logo_horizontal_1200x300.svg',

portal/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@ contributing.md
227227
cookbook-guide.md
228228
code_of_conduct.md
229229
resource-gallery.md
230+
blog.md
230231
metrics.md
231232
```

0 commit comments

Comments
 (0)