From 815c364b9e7ec2f684a005887c0a7326cc52f67c Mon Sep 17 00:00:00 2001 From: Tim Cartwright Date: Thu, 22 Feb 2024 16:55:27 -0600 Subject: [PATCH] Tweaks before initial publication --- README.md | 11 +++++------ docs/index.md | 2 +- mkdocs.yml | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0bc2454..670a19f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -# OSG School 2023 +# OSG School 2024 -The source files for the OSG School 2023 website. +The source files for the OSG School 2024 website. To serve the website locally, download Docker and use the command in the root directory: - ```console docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material ``` @@ -26,9 +25,9 @@ When you add new documentation you should name the file like so: ```part-ex](/part1-ex2-.md) ``` -#### [/mkdocs.yml](https://github.com/osg-htc/user-school-2023/blob/main/mkdocs.yml) +#### [/mkdocs.yml](https://github.com/osg-htc/school-2024/blob/main/mkdocs.yml) This files generates the website navigation. You should not include the category files in this navigation. diff --git a/docs/index.md b/docs/index.md index a81da07..1814b23 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,7 +45,7 @@ please visit that site to learn about other OSG Outreach activities. If you have any questions about the event, feel free to email us: - + Facebook logo Twitter logo OSGUserSchool diff --git a/mkdocs.yml b/mkdocs.yml index 07e0696..8fa9755 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: OSG School 2024 -site_url: https://osg-htc.org/user-school-2023/ +site_url: https://osg-htc.org/school-2024/ repo_name: null theme: name: material @@ -30,4 +30,4 @@ extra: name: OSG School on Facebook nav: - - Home: index.md \ No newline at end of file + - Home: index.md