Skip to content

Commit

Permalink
Merge pull request #5 from mhazley/add-shop-page
Browse files Browse the repository at this point in the history
Adding ECWID Shop
  • Loading branch information
mhazley authored Oct 16, 2024
2 parents 4c0106b + efbfc89 commit 7f10e0b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ pygmentsCodefencesGuessSyntax = true
url = "page/about/"
weight = 3

[[menu.main]]
name = "Shop"
url = "page/shop/"
weight = 3

[[menu.main]]
name = "Tags"
url = "tags"
Expand Down
11 changes: 11 additions & 0 deletions content/page/shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: SHOP
subtitle: Homebrew Collab Merch
comments: false
---
{{< rawhtml >}}
<div id="my-store-90734744"></div>
<div>
<script data-cfasync="false" type="text/javascript" src="https://app.ecwid.com/script.js?90734744&data_platform=code&data_date=2023-08-12" charset="utf-8"></script><script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(20,3) list(60) table(60)","categoryView=grid","searchView=list","id=my-store-90734744");</script>
</div>
{{< /rawhtml >}}
2 changes: 2 additions & 0 deletions layouts/shortcodes/rawhtml.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}

0 comments on commit 7f10e0b

Please sign in to comment.