diff options
Diffstat (limited to 'src/posts/2023-11-03-creation-du-site.md')
-rw-r--r-- | src/posts/2023-11-03-creation-du-site.md | 28 |
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 |