summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRochDLY <roch.delannay@gmail.com>2023-11-08 04:21:18 +0100
committerRochDLY <roch.delannay@gmail.com>2023-11-08 04:21:18 +0100
commitc29b2630def2fd033d86aa6cc9da8c9f3b12219b (patch)
tree11f6aeb8aabc69bde75e59e021fe16439892d0d5
parentfde48f6bc4b9e53336b5ac084cb0e0bd66a3bde0 (diff)
downloadpandoc-site-c29b2630def2fd033d86aa6cc9da8c9f3b12219b.tar.gz
pandoc-site-c29b2630def2fd033d86aa6cc9da8c9f3b12219b.tar.bz2
pandoc-site-c29b2630def2fd033d86aa6cc9da8c9f3b12219b.zip
correction du squelette du site dans le README
-rw-r--r--README.md33
1 files changed, 16 insertions, 17 deletions
diff --git a/README.md b/README.md
index feeb99c..3520c23 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Ce site a été construit avec [GNU Make 4.3](https://www.gnu.org/software/make/
## Organisation des fichiers
-```
+```bash
pandoc-ssg/
├── docs
│ ├── css
@@ -29,25 +29,24 @@ pandoc-ssg/
│ ├── posts
│ │ ├── 2023-11-03-creation-du-site.md
│ │ └── etc.
-│ ├── index.md
-│ └── metadata.yml
-├── static
-│ ├── css
-│ │ └── styles.css
-├── templates
-│ ├── csl
-│ │ └── apa.csl
-│ ├── partials
-│ │ ├── footer.html
-│ │ ├── head.html
-│ │ ├── header.html
-│ │ └── nav.html
-│ ├── index.html
-│ └── post.html
+│ └── static
+│ ├── css
+│ │ └── styles.css
+│ ├── templates
+│ │ ├── csl
+│ │ │ └── apa.csl
+│ │ ├── partials
+│ │ │ ├── footer.html
+│ │ │ ├── head.html
+│ │ │ ├── header.html
+│ │ │ └── nav.html
+│ │ ├── index.html
+│ │ └── post.html
+│ ├── index.md
+│ └── metadata.yml
├── Makefile
├── metadata.yaml
└── README.md
-
```
## Production du site