Skip to content

Commit

Permalink
Supression de contenu inutile et ajout de la commande pour lister
Browse files Browse the repository at this point in the history
  • Loading branch information
straumat committed Feb 6, 2024
1 parent ee2f776 commit abf91d0
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 507 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ hugo serve
- Why information grows.
- La cité antique.
- How the world really works.
- La théorie des jeux démystifiée.
- La théorie des jeux démystifiée.

# Exporter la liste des titres

```bash
find ./content -type f -name "_index.md" -exec grep '^title:' {} \; | sed -e 's/- [ ] \(.*\)/\1/'
```

6 changes: 0 additions & 6 deletions content/fr/blog/_index.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/fr/contact/index.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/fr/contributors/_index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/fr/contributors/stephane-traumat/_index.md

This file was deleted.

9 changes: 0 additions & 9 deletions content/fr/docs/_index.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/fr/docs/help/_index.md

This file was deleted.

50 changes: 0 additions & 50 deletions content/fr/docs/help/faq.md

This file was deleted.

32 changes: 0 additions & 32 deletions content/fr/docs/help/how-to-update.md

This file was deleted.

30 changes: 0 additions & 30 deletions content/fr/docs/help/troubleshooting.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/fr/docs/lorem/_index.md

This file was deleted.

15 changes: 0 additions & 15 deletions content/fr/docs/lorem/ipsum/_index.md

This file was deleted.

15 changes: 0 additions & 15 deletions content/fr/docs/lorem/ipsum/amet/_index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/fr/docs/lorem/ipsum/amet/consectetur/index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/fr/docs/lorem/ipsum/dolor/index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/fr/docs/lorem/ipsum/sit/index.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/fr/docs/prologue/_index.md

This file was deleted.

112 changes: 0 additions & 112 deletions content/fr/docs/prologue/commands.md

This file was deleted.

Loading

0 comments on commit abf91d0

Please sign in to comment.