Init commit

This commit is contained in:
Dryusdan 2019-05-21 12:43:51 +02:00
commit 2671e54fa8
2 changed files with 67 additions and 0 deletions

17
docs/index.md Normal file
View File

@ -0,0 +1,17 @@
# Welcome to MkDocs
For full documentation visit [mkdocs.org](https://mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.

50
mkdocs.yml Normal file
View File

@ -0,0 +1,50 @@
site_name: "Wiki"
repo_url: https://git.drycat.fr/Drycat/wiki/
repo_name: "Drycat/Wiki"
theme:
name: 'material'
palette:
primary: 'red'
accent: 'amber'
feature:
tabs: true
language: fr
font: false
emoji_index: 'emojione'
extra:
search:
language: 'fr, en'
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shorthand: true
user: dryusdan
repo: wiki
plugins:
- search
site_description: "Un wiki où je met tout mes petits trucs utile"
site_author: "DryCat"
copyright: "Creative Commons CC-0"
nav:
- Accueil: index.md