diff --git a/docs/assets/css/4738.css b/docs/assets/css/4738.css new file mode 100644 index 0000000..6c658b5 --- /dev/null +++ b/docs/assets/css/4738.css @@ -0,0 +1,6 @@ +.md-header{ + background-color: #053B6C +} +.md-tabs{ + background-color: #053B6C +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 7fa695b..5dd87b4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,11 +4,51 @@ nav: - About: test.md #Start -site_name: Programming Website +site_name: Team4738 +repo_name: Programming Sub-team Website +repo_url: "https://github.com/Patribots4738/Programming-Website" site_url: https://patribots4738.github.io/ description: A website for the Programming Sub-team of the Patribots, FRC Team 4738 site_author: Jacob Hotz # Theme theme: - name: material + name: 'material' + custom_dir: 'theme' + favicon: assets/images/favicon.ico + icon: + logo: 'material/laptop' + features: + - navigation.tabs + - navigation.instant + palette: + primary: 'blue' + accent: 'light blue' + scheme: slate +extra_css: + # - assets/css/dark_theme.css + # - assets/css/codehilite.css + - assets/css/4738.css +use_directory_urls: false + +# Extensions +markdown_extensions: + - admonition + - pymdownx.superfences + - pymdownx.critic + - pymdownx.details + - pymdownx.betterem + - pymdownx.tasklist + - pymdownx.extra + - pymdownx.inlinehilite + - pymdownx.highlight: + css_class: 'codehilite' + - toc: + permalink: "#" + +# Plugins +plugins: + - search + - minify: + minify_html: true + minify_js: true \ No newline at end of file diff --git a/theme/partials/footer.html b/theme/partials/footer.html new file mode 100644 index 0000000..b96e8a9 --- /dev/null +++ b/theme/partials/footer.html @@ -0,0 +1,66 @@ + + \ No newline at end of file