Skip to content

Commit

Permalink
panman website
Browse files Browse the repository at this point in the history
  • Loading branch information
swalia authored and swalia committed Dec 26, 2023
1 parent 9c9135d commit 9cb9e77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache

- name: Install dependencies for mkdocs
run: |
pip install mkdocs-material
pip install "mkdocs-material[imaging]"
- run: mkdocs gh-deploy --force
5 changes: 5 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:root {
--md-primary-fg-color: #89A02CFF;
--md-primary-fg-color--light: #89A02CFF;
--md-primary-fg-color--dark: #89A02CFF;
}
8 changes: 3 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
site_name: PanMAN
repo_url: https://github.com/TurakhiaLab/PanMAN
repo_name: TurakhiaLab/pangemome-mat

theme:
name: material
Expand Down Expand Up @@ -38,7 +40,7 @@ plugins:
- search

extra_css:
# - stylesheets/extra.css
- stylesheets/extra.css

extra:
social:
Expand Down Expand Up @@ -68,7 +70,3 @@ markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg

repo_url: https://github.com/TurakhiaLab/pangenome-mat

repo_name: TurakhiaLab/pangemome-mat

0 comments on commit 9cb9e77

Please sign in to comment.