diff --git a/guides/introduction/installation.md b/guides/introduction/installation.md index 75a617832..db77d2bd1 100644 --- a/guides/introduction/installation.md +++ b/guides/introduction/installation.md @@ -209,6 +209,15 @@ For more info on site options, check out `Beacon.start_link/1`. 6. Add some seeds in the seeds file `priv/repo/beacon_seeds.exs`: ```elixir + # Replace "<%= site %>" with your site name. + # ## Example using my_site as site value: + # + # Content.create_stylesheet!(%{ + # site: "my_site", + # name: "sample_stylesheet", + # content: "body {cursor: zoom-in;}" + # }) + alias Beacon.Content Content.create_stylesheet!(%{ @@ -222,7 +231,7 @@ For more info on site options, check out `Beacon.start_link/1`. name: "sample_component", body: """
  • - <%%= @val %> + <%= @val %>
  • """ }) @@ -235,7 +244,7 @@ For more info on site options, check out `Beacon.start_link/1`.
    Header
    - <%%= @inner_content %> + <%= @inner_content %>