création

This commit is contained in:
kyodev 2017-05-26 16:32:21 +02:00
parent 6ecddb5665
commit 572c92f2e5
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
```shell ```shell
git config --global user.name "kyodev" git config --global user.name "kyodev"
git config --global user.email "kyodev@monMail.fr" git config --global user.email "kyodev@monMail.fr"
git config --global core.editor geany git config --global core.editor nano
git config --global color.ui true git config --global color.ui true
git config --global format.pretty oneline git config --global format.pretty oneline
``` ```

View File

@ -5,5 +5,3 @@ For full documentation visit [mkdocs.org](http://mkdocs.org).
## live-build TP ## live-build TP
[live-build TP](HOWTO-livebuild-stretch-TP.md) [live-build TP](HOWTO-livebuild-stretch-TP.md)
## kyopages
[home framagit](https://kyodev.frama.io/kyopages/)

View File

@ -1,6 +1,8 @@
site_name: kyopages site_name: kyopages
#site_url: https://kyodev.frama.io/kyopages/ #site_url: https://kyodev.frama.io/kyopages/
#site_url: httpskyopages.frama.io/ #site_url: httpskyopages.frama.io/
repo_url: https://framagit.org/kyodev/kyopages
pages: pages:
- Home: index.md - Home: index.md
- TP: HOWTO-livebuild-stretch-TP.md - TP: HOWTO-livebuild-stretch-TP.md