From 31afcaf8be504f953c6b3994e04a58077e47f28c Mon Sep 17 00:00:00 2001 From: Ryosuke Yamada Date: Mon, 13 May 2024 15:53:33 +0900 Subject: [PATCH] =?UTF-8?q?OGP=E6=9B=B8=E3=81=8F=E3=81=A8=E3=81=93?= =?UTF-8?q?=E3=82=8D=E9=96=93=E9=81=95=E3=81=A3=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tokyo-2024/archetypes/default.md | 2 -- tokyo-2024/config.toml | 53 ++++++++++++++++---------------- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/tokyo-2024/archetypes/default.md b/tokyo-2024/archetypes/default.md index 90448d4..c50d068 100644 --- a/tokyo-2024/archetypes/default.md +++ b/tokyo-2024/archetypes/default.md @@ -2,6 +2,4 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true -images: - - "images/ogp/ogp.png" --- diff --git a/tokyo-2024/config.toml b/tokyo-2024/config.toml index 14e9c22..2165242 100644 --- a/tokyo-2024/config.toml +++ b/tokyo-2024/config.toml @@ -17,11 +17,11 @@ disableLanguages = [] # desable language from here home = ["HTML", "RSS", "JSON"] [markup] - defaultMarkdownHandler = "goldmark" - - [markup.goldmark] - [markup.goldmark.renderer] - unsafe = true +defaultMarkdownHandler = "goldmark" + +[markup.goldmark] +[markup.goldmark.renderer] +unsafe = true ############################# Plugins ############################## # CSS Plugins @@ -48,26 +48,26 @@ link = "plugins/google-map/map.js" ############################## navigation ############################### [menu] - - [[menu.main]] - name = "About" - URL = "about" - weight = 2 - - [[menu.main]] - name = "Speakers" - URL = "speaker" - weight = 3 - - [[menu.main]] - name = "FAQ" - URL = "faq" - weight = 4 - - [[menu.main]] - name = "Contact" - URL = "contact" - weight = 5 + +[[menu.main]] +name = "About" +URL = "about" +weight = 2 + +[[menu.main]] +name = "Speakers" +URL = "speaker" +weight = 3 + +[[menu.main]] +name = "FAQ" +URL = "faq" +weight = 4 + +[[menu.main]] +name = "Contact" +URL = "contact" +weight = 5 #################### default parameters ################################ [params] @@ -82,6 +82,7 @@ email = "gathering@innersource.org" google_analitycs_id = "" # your id # search for blog page search = true +images = ["images/ogp/ogp.png"] # Preloader [params.preloader] @@ -174,4 +175,4 @@ profile = "https://github.com/rashikawat" [[params.organizers.members]] image = "https://pbs.twimg.com/profile_images/1544322378750038016/hZIr8heH_400x400.jpg" -profile = "https://twitter.com/yuhattor" \ No newline at end of file +profile = "https://twitter.com/yuhattor"