add lightbox
This commit is contained in:
parent
1eafdbcc58
commit
c8b0cc60ec
4 changed files with 22 additions and 3 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Appunti di informatica libera
|
||||||
|
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
|
$ pip3 install mkdocs-material mkdocs-pdf-export-plugin mkdocs-git-revision-date-localized-plugin
|
||||||
|
$ mkdocs serve
|
||||||
|
|
||||||
|
```
|
|
@ -6,6 +6,11 @@
|
||||||
max-width:1000px;
|
max-width:1000px;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow: auto !important;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
max-width: 600px !important;
|
max-width: 600px !important;
|
||||||
max-height: 500px !important;
|
max-height: 500px !important;
|
||||||
|
|
1
docs/js/fslightbox.js
Normal file
1
docs/js/fslightbox.js
Normal file
File diff suppressed because one or more lines are too long
10
mkdocs.yml
10
mkdocs.yml
|
@ -1,5 +1,5 @@
|
||||||
site_name: Appunti di informatica libera
|
site_name: Cisti.org
|
||||||
site_url: https://doc.cisti.org
|
site_url: https://cisti.org/doc
|
||||||
site_description: 'Appunti di informatica libera per la sopravvivenza digitale'
|
site_description: 'Appunti di informatica libera per la sopravvivenza digitale'
|
||||||
site_author: 'Underscore Hacklab'
|
site_author: 'Underscore Hacklab'
|
||||||
repo_name: 'Sorgenti'
|
repo_name: 'Sorgenti'
|
||||||
|
@ -30,6 +30,8 @@ markdown_extensions:
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- css/blackout.css
|
- css/blackout.css
|
||||||
|
extra_javascript:
|
||||||
|
- js/fslightbox.js
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
|
@ -39,4 +41,6 @@ plugins:
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Intro: index.md
|
- Intro: index.md
|
||||||
- Farma: mumble.md
|
- Farma:
|
||||||
|
- Intro: mumble/intro.md
|
||||||
|
- Telefono: mumble/telefono.md
|
||||||
|
|
Loading…
Reference in a new issue