Skip to content

Commit

Permalink
Màj de la doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-out authored Jul 21, 2024
1 parent 81c5167 commit 18be93d
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,15 @@ Mon blog GoHugo.

## Ajouter un article

`hugo new posts/my-first-post.md`
Mettre les fichiers Markdown sous `content`.

## Build le site
## Ajouter des images

`hugo`
Les mettre sous `static/img/`.

## Mettre à jour le site

- build le site `hugo`
- ajouter les nouveaux fichiers `git add .`
- commit & push

```
$ hugo # génère les pages html
$ git add .
$ git commit -m "message de commit"
$ git checkout master
$ git push
$ git checkout gh-pages
$ git pull
$ git add .
$ git commit -m ""
$ git push
```
Rien à faire : grâce au CI/CD tout se fait tout seul une fois les fichiers uploadés !

## Modifier le style

Expand Down

0 comments on commit 18be93d

Please sign in to comment.