summaryrefslogtreecommitdiff
path: root/src/posts
diff options
context:
space:
mode:
authorRochDLY <roch.delannay@gmail.com>2023-11-08 04:20:36 +0100
committerRochDLY <roch.delannay@gmail.com>2023-11-08 04:20:36 +0100
commitfde48f6bc4b9e53336b5ac084cb0e0bd66a3bde0 (patch)
tree2694ab6a5b3efc980aad1a1bee9808abb3f87f75 /src/posts
parent33f6de8d61e542a85978e6eed6fc1fbd22920a57 (diff)
downloadpandoc-site-fde48f6bc4b9e53336b5ac084cb0e0bd66a3bde0.tar.gz
pandoc-site-fde48f6bc4b9e53336b5ac084cb0e0bd66a3bde0.tar.bz2
pandoc-site-fde48f6bc4b9e53336b5ac084cb0e0bd66a3bde0.zip
correction dans le squelette du site présenté dans le billet 00
Diffstat (limited to 'src/posts')
-rw-r--r--src/posts/2023-11-03-creation-du-site.md28
1 files changed, 15 insertions, 13 deletions
diff --git a/src/posts/2023-11-03-creation-du-site.md b/src/posts/2023-11-03-creation-du-site.md
index cc76581..8c42c42 100644
--- a/src/posts/2023-11-03-creation-du-site.md
+++ b/src/posts/2023-11-03-creation-du-site.md
@@ -102,19 +102,21 @@ pandoc-ssg/
│ ├── posts
│ │ ├── 2023-11-03-creation-du-site.md
│ │ └── etc.
-├── 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