From ec3ff11f4002257f42daba7bb8a8f5d268245808 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Wed, 10 Feb 2021 17:13:12 +0000
Subject: [PATCH] update file
---
exampleSite/content/_index.md | 13 ++++++-------
exampleSite/content/docs/compose/graphs-charts-tables.md | 5 +----
exampleSite/go.mod | 2 +-
exampleSite/content/docs/clarity/customize.md | 8 ++++++--
exampleSite/go.sum | 2 ++
5 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 25fa26b..39a3c74 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -28,11 +28,10 @@

{{< /column >}}
{{< /block >}}
-{{< column "mt-2" >}}
-### You can generate graphs, charts and tables from a csv, ~~or a json~~ dataset
-{{< /column >}}
-{{< grid "3" >}}
- {{< chart "data" "pie, bar, doughnut" >}}
-{{< /grid >}}
-{{< button "docs/compose/graphs-charts-tables/" "Learn more" "mt-2" >}}
+
+{{< column "mt-2" >}}
+### You can generate graphs, charts and tables from a csv, ~~or a json~~ dataset
+
+{{< button "docs/compose/graphs-charts-tables/#show-a-pie-doughnut--bar-chart-at-once" "Learn more" >}}
+{{< /column >}}
\ No newline at end of file
diff --git a/exampleSite/content/docs/clarity/customize.md b/exampleSite/content/docs/clarity/customize.md
index 16402da..3f554a9 100644
--- a/exampleSite/content/docs/clarity/customize.md
+++ b/exampleSite/content/docs/clarity/customize.md
@@ -94,7 +94,9 @@
Please note that you cannot enforce both modes at the same time. It wouldn't make sense, would it?
-> ⚠️ Please also note that the mode toggle UI will remain in place. That way, if a user prefers dark mode, they can have their way. The best of both worlds.
+{{< tip "warning" >}}
+> Please also note that the mode toggle UI will remain in place. That way, if a user prefers dark mode, they can have their way. The best of both worlds.
+{{< /tip >}}
### I18N
@@ -124,6 +126,8 @@
Clarity supports Hugo built-in Disqus partial, you can enable Disqus simply by setting [`disqusShortname`](https://gohugo.io/templates/internal/#configure-disqus) in your configuration file.
-> ⚠️ `disqusShortname` should be placed in root level of configuration.
+{{< tip >}}
+> `disqusShortname` should be placed in root level of configuration.
+{{< /tip >}}
You can also create a file named `layouts/partials/comments.html` for customizing the comments, checkout [Comments Alternatives](https://gohugo.io/content-management/comments/#comments-alternatives) for details.
diff --git a/exampleSite/content/docs/compose/graphs-charts-tables.md b/exampleSite/content/docs/compose/graphs-charts-tables.md
index f200298..9f3b08a 100644
--- a/exampleSite/content/docs/compose/graphs-charts-tables.md
+++ b/exampleSite/content/docs/compose/graphs-charts-tables.md
@@ -26,7 +26,7 @@
Firstly define the data you want to display from the front matter:
-```toml
+```markdown
# from front matter
...
[dataset1] # this key will in the chart shortcode
@@ -40,10 +40,7 @@
bargraph = true
title = "Projects"
table = true # show table listing the chart data
-...
-```
-```markdown
// from page content
...
{{</* grid " mt-2" */>}}
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 051c120..a9a0a01 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@
go 1.15
-require github.com/onweru/compose v0.0.0-20210209175519-8ce9375a3199 // indirect
+require github.com/onweru/compose v0.0.0-20210210164857-d73ed631861a // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index fd02e62..3b7bc2f 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -126,3 +126,5 @@
github.com/onweru/compose v0.0.0-20210204161300-a2d306fc5f5d/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20210209175519-8ce9375a3199 h1:AJDB9LlnRWD0Rx0nJeSpA7348igKzfAzOtXz5Cos80M=
github.com/onweru/compose v0.0.0-20210209175519-8ce9375a3199/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20210210164857-d73ed631861a h1:9kP8FJIwkC1NYkZ3hpU5i4wId6KAk0Ovc1JcyDl6vEs=
+github.com/onweru/compose v0.0.0-20210210164857-d73ed631861a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
--
Gitblit v1.10.0