Skip to content

Commit 8f11616

Browse files
virginiascarlettpre-commit-ci[bot]LauraLangdon
authored
move site configuration from myst.yml to a separate site.yml file (#312)
* move site configuration from myst.yml to a separate site.yml file * [pre-commit.ci 🤖] Apply code format tools to PR --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Laura Langdon <48335772+LauraLangdon@users.noreply.github.com>
1 parent e117eae commit 8f11616

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

myst.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
version: 1
2+
extends:
3+
- site.yml
24
project:
35
title: UC OSPO Network
46
description: UC OSPO Network Website
@@ -68,15 +70,3 @@ project:
6870
- file: oss-resources/survey/index.md
6971
- title: Educational resources
7072
url: https://ucospo.net/education
71-
site:
72-
options:
73-
lang: en
74-
logo: static/images/logo.svg
75-
favicon: static/images/favicon.ico
76-
folders: true
77-
style: static/css/custom.css
78-
logo_text: "UC OSPO Network"
79-
hide_footer_links: true
80-
template: book-theme
81-
parts:
82-
footer: footer.md

site.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 1
2+
site:
3+
options:
4+
lang: en
5+
logo: static/images/logo.svg
6+
favicon: static/images/favicon.ico
7+
folders: true
8+
style: static/css/custom.css
9+
logo_text: "UC OSPO Network"
10+
hide_footer_links: true
11+
template: book-theme
12+
parts:
13+
footer: footer.md

0 commit comments

Comments
 (0)