Compare commits

...

3 Commits

Author SHA1 Message Date
oriol
7e0710ea31 Changed theme since cannot work around section-index targeting the first md in the folder.
Some checks are pending
ghub-pages / deploy (push) Waiting to run
2024-10-13 02:28:14 +02:00
oriol
1ed8403cee Added URL 2024-10-13 02:02:04 +02:00
oriol
27abb04e4a Added venv 2024-10-13 01:58:09 +02:00
4 changed files with 19 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/.idea/
./venv

View File

@ -3,10 +3,9 @@
"My" Elphelt notes
## URL
https://oriolfilter.github.io/Elphelt/
## (Some) Links of interest

View File

@ -5,15 +5,22 @@ site_url: https://github.com/OriolFilter/Elphelt
repo_url: https://github.com/OriolFilter/Elphelt
theme: readthedocs
theme:
# name: readthedocs
name: material
features:
- navigation.indexes
plugins:
- section-index
# - search
# - section-index
# - literate-nav
- search
markdown_extensions:
- toc:
# permalink: ""
separator: "-"
permalink: ""
# baselevel: 1
# - pymdownx.arithmatex
# - pymdownx.b64

View File

@ -3,5 +3,8 @@ MarkupSafe==3.0.1
mkdocs==1.6.1
mkdocs-get-deps==0.2.0
mkdocs-minify-plugin==0.8.0
mkdocs-section-index==0.3.9
pymdown-extensions==10.11.2
#mkdocs-section-index==0.3.9
pymdown-extensions==10.11.2
#mkdocs-literate-nav==0.6.1
mkdocs-material==9.5.40
mkdocs-material-extensions==1.3.1