Skip to content

Commit d71549e

Browse files
committed
Use hugo
1 parent 7717143 commit d71549e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+96
-22
lines changed

archetypes/default.md

+6

config.toml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
baseURL = "http://shunkosa.github.io/lightning-flow-recipes-jp/"
2+
languageCode = "ja"
3+
title = "Lightning Flow Recipes"
4+
theme = "cayman-hugo-theme"
5+
6+
[params]
7+
# Header text, can be markdown
8+
project_name = "Lightning Flow Recipes"
9+
project_tagline = "インストールして編集可能な Lightning フローのパッケージです⚡️🛠"
10+
header_background_color = "#005fb2"
11+
header_background_color_secondary = "#1589ee"
12+
section_headings_color = "#54698d"
13+
body_link_color = "#0366d6"
14+
15+
[menu]
16+
[[menu.nav]]
17+
name = "Home"
18+
url = "/"
19+
weight = 1
20+
21+
[markup.goldmark.renderer]
22+
unsafe = true

content/account_create_screen/index.md content/account-create-screen/index.md

+4-2

content/account_opportunuty_create_screen/index.md content/account-opportunity-create-screen/index.md

+6-1

content/contact_search_and_update_screen/index.md content/contact-search-and-update-screen/index.md

+6-1

content/create_contact_update_case_from_web_or_email/index.md content/create-contact-update-case-from-web-or-email/index.md

+5-1

content/index.md

+13-11
File renamed without changes.

content/lead_update_screen/index.md content/lead-update-screen/index.md

+6-1
File renamed without changes.

content/mass_email_to_contacts_screen/index.md content/mass-email-to-contacts-screen/index.md

+6-1

content/opportunity_and_contact_role_create_screen/index.md content/opportunity-and-contact-role-create-screen/index.md

+6-1

content/scheduled_opportunity_chatter_reminder/index.md content/scheduled-opportunity-chatter-reminder/index.md

+5-1

content/sync_account_billing_address_to_shipping_address/index.md content/sync-account-billing-address-to-shipping-address/index.md

+5-1

content/task_with_file_create_screen/index.md content/task-with-file-create-screen/index.md

+6-1

0 commit comments

Comments
 (0)