Skip to content

Commit

Permalink
Create mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh4 authored Nov 1, 2024
1 parent 89f51d3 commit 5630506
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
site_name: "Jobstats: A job monitoring platform for GPU clusters"
site_url:
repo_url: "https://github.com/PrincetonUniversity/jobstats"
repo_name: PrincetonUniversity/jobstats
nav:
- Home: index.md
- Jobstats: jobstats.md
theme:
name: material
features:
- navigation.footer
palette:
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: orange
accent: deep purple
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: orange
accent: blue
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets

extra:
social:
- icon: simple/youtube
link: www.princeton.edu
generator: false

copyright: "©2024 Princeton University. All rights reserved."

0 comments on commit 5630506

Please sign in to comment.