This commit is contained in:
kyodev 2017-06-01 09:18:36 +02:00
parent 8b7cae9bde
commit 1eff3851f7
4 changed files with 25 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
site/
*.bak
theme/mkdocs

View File

@ -1,25 +1,27 @@
site_name: kyopages
site_name: kyoPages
#site_url: https://kyodev.frama.io/kyopages/
#site_url: httpskyopages.frama.io/
repo_url: https://framagit.org/kyodev/kyopages
#repo_url: https://framagit.org/kyodev/kyopages
site_description: les kyopages on mkdocs
site_author: kyodev
copyright: LPRAB/WTFPL
pages:
- Home: index.md
- TP: HOWTO-livebuild-stretch-TP.md
- Docs:
- live-build TP: HOWTO-livebuild-stretch-TP.md
- About:
- About: about.md
- Git: git.md
- License: LICENSE.md
markdown_extensions:
- extra
theme_dir: theme/mkdocs
theme: mkdocs
#theme: material
#theme: readthedocs
#theme: material
#theme: psinder https://github.com/michaeltlombardi/mkdocs-psinder
#theme: Bootstrap https://github.com/mkdocs/mkdocs-bootstrap
#https://github.com/iamale/mkdocs-alabaster

13
mkdocs_serve.desktop.desktop Executable file
View File

@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=mkdocs server
Name[fr]=serveur mkdocs
Comment=test a local mkdocs
Comment[fr]=test un mkdocs local
GenericName=lanceur serveur local mkdocs
GenericName[fr]=lanceur serveur local mkdocs
Exec=x-terminal-emulator -e "bash -c 'mkdocs serve'"
Terminal=yes
StartupNotify=true
Path=/home/kyodev/kyopages

3
serveur.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
x-terminal-emulator -e "bash -c 'mkdocs serve'"