Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(doc): add documentation for blog #57

Merged
merged 4 commits into from Jun 20, 2017
Merged

feat(doc): add documentation for blog #57

merged 4 commits into from Jun 20, 2017

Conversation

CaptainJojo
Copy link
Contributor

Description

Mise en place de la documentation

------------------------------------------------------------
DEVELOPPER UNE ISSUE
------------------------------

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Un petit passage sur le WIP ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

j'ajoute un petit label :)

README.md Outdated
The MIT License (MIT)
**2 - Installer Jekyll**
```bash
gem install jekyll bundler
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd eleven-labs.github.io && bundle install, ca install les autres dépendances au passge

README.md Outdated
```
**3 - Lancer le blog**
```bash
cd eleven-labs.github.io && bundle exec jekyll serve
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

du coup pas besoin du cdici vu qu'il est fait à l'étape d'avant

title: TITRE
excerpt: DESCRIPTION (VISIBLE SUR LA HOME)
author: LOGIN
permalink: /LANGUE (fr/en)/TITRE SANS ESPACES/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pour les reprises d'articles il faut penser a mettre la même url que sur le blog actuel pour ne pas perdre le référencement

@@ -0,0 +1,7 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pas sur que ce soit une bonne idée de mettre le template ici, ou alors il ne faut pas qu'il ai l'extension .md sinon il va être interprété par jekyll

@@ -0,0 +1,21 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pas sur que ce soit une bonne idée de mettre le template ici, ou alors il ne faut pas qu'il ai l'extension .md sinon il va être interprété par jekyll

@CaptainJojo
Copy link
Contributor Author

@Pouzor et @VEBERArnaud DONE :)

README.md Outdated

**2 - On partage**

L'article est ligne !!! Vous n'avez plus qu'a le partager.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L'article est en ligne

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@CaptainJojo CaptainJojo force-pushed the feat/doc-blog branch 2 times, most recently from acbb6dd to d45acda Compare June 8, 2017 14:23
README.md Outdated
**3 - Ecrivez votre article**

Votre article doit être écrit en [markdown](https://guides.github.com/features/mastering-markdown/) , il existe de nombreuses solution online pour écrire en markdown comme par exemple:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

il existe de nombreuses solutionS

README.md Outdated
**4 - Demandez une la publication**

Une fois votre article terminer il faut déplacer le fichier de l'article du dossier `_drafts`au dossier `_posts`

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

article terminÉ

README.md Outdated
```

Il vous suffit de faire une pull request avec le nom de branche suivante.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

le nom de branche suivant

README.md Outdated
```

N'oubliez le tag `publication`.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

N'oubliez PAS

README.md Outdated
**1 - Validation d'un article**

Tout le monde peut commenter une pull request de `publication`, une fois approuvé elle est mergé dans master.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approuvéE, mergéE

README.md Outdated

**2 - On partage**

L'article est en ligne !!! Vous n'avez plus qu'a le partager.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plus qu'À

Si votre issue permet de mettre en place une nouvelle fonctionnalité , il faut ajouter le label `feat`à votre issue.

Si vous ne pouvez pas remplir la partie spécification technique, il faut ajouter le label `to be specified`.
Une fois le cadrage technique validé l'issue devra être complété, elle est alors validé et envoyé dans dans le projet suivant https://github.com/orgs/eleven-labs/projects/1.
Copy link
Contributor

@ElevenTom ElevenTom Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

complétéE, elle est alors validéE et envoyéE

git checkout -b fix/NUMERO-D-ISSUE-TITRE
```

Ensuite faite votre pull request avec les labels `fix`et `to be validated` .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

faiteS

@CaptainJojo CaptainJojo merged commit 6c5987e into master Jun 20, 2017
@CaptainJojo CaptainJojo deleted the feat/doc-blog branch June 20, 2017 14:12
CaptainJojo added a commit that referenced this pull request Jun 20, 2017
feat(doc): add documentation for blog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants