Skip to content

Commit

Permalink
Merge pull request #54 from InnerSourceCommons/feature/fix-ogp
Browse files Browse the repository at this point in the history
OGP imageの記述箇所修正
  • Loading branch information
jimmysharp authored May 13, 2024
2 parents 81eed37 + 31afcaf commit ed29017
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
2 changes: 0 additions & 2 deletions tokyo-2024/archetypes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
images:
- "images/ogp/ogp.png"
---
53 changes: 27 additions & 26 deletions tokyo-2024/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand All @@ -82,6 +82,7 @@ email = "[email protected]"
google_analitycs_id = "" # your id
# search for blog page
search = true
images = ["images/ogp/ogp.png"]

# Preloader
[params.preloader]
Expand Down Expand Up @@ -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"
profile = "https://twitter.com/yuhattor"

0 comments on commit ed29017

Please sign in to comment.