diff --git a/config.toml b/config.toml index c576638..d732580 100644 --- a/config.toml +++ b/config.toml @@ -63,19 +63,6 @@ pygmentCodeFences = true ##### MENU ##### -# sous menu POSTS -[[menu.main]] - parent = "Posts" - name = "Post1" - url = "post/2021-05-02-third-post" - weight = 1 - -[[menu.main]] - parent = "Posts" - name = "Post2" - url = "post/2021-05-01-second-post" - weight = 1 - # sous menu PROJETS [[menu.main]] parent = "Projets" @@ -95,6 +82,12 @@ pygmentCodeFences = true url = "page/projet3" weight = 3 + +[[menu.main]] + name = "Post" + url = "post/" + weight = 1 + # About [[menu.main]] name = "A propos" diff --git a/content/post/2021-05-01-first-post.md b/content/post/2021-05-01-first-post.md index f0cd195..b4c625a 100644 --- a/content/post/2021-05-01-first-post.md +++ b/content/post/2021-05-01-first-post.md @@ -1,6 +1,6 @@ --- -title: Bonjour Hugo! -date: 2021-04-30 +title: streets of rage ! +date: 2021-05-02 tags: ["Street of rage", "hugo"] --- diff --git a/content/post/2021-05-01-fourth-post.md b/content/post/2021-05-01-fourth-post.md new file mode 100644 index 0000000..5f64ac0 --- /dev/null +++ b/content/post/2021-05-01-fourth-post.md @@ -0,0 +1,18 @@ +--- +title: test pleins de photos ! +date: 2021-05-02 +tags: ["photos", "test"] +--- + +légende 1 +![](/images/test/1.png) +commentaire ... + +légende 2 +![](/images/test/2.jpg) + +légende 3 +![](/images/test/2.jpg) + +l"gende 4 +![](/images/test/1.png) \ No newline at end of file diff --git a/static/images/test/1.png b/static/images/test/1.png new file mode 100644 index 0000000..63fc29d Binary files /dev/null and b/static/images/test/1.png differ diff --git a/static/images/test/2.jpg b/static/images/test/2.jpg new file mode 100644 index 0000000..b842f41 Binary files /dev/null and b/static/images/test/2.jpg differ