Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2021-04-18 17:37:19 +0300
committerForestry.io <support@forestry.io>2021-04-18 17:37:19 +0300
commit9a50313e05f9d08c47c197e86ec0cfab2afea69f (patch)
tree409401ddf610b7ef26923aee141f463d4dab5bce
parentf09e8a89cf70dc521a8f3ef75107d3bea4e2c216 (diff)
Update from Forestry.io
weru updated exampleSite/content/_index.md
-rw-r--r--exampleSite/content/_index.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index ce0668f..bc5cc9e 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,28 +1,28 @@
+++
title = "Compose"
-# define chart data here
[data]
- fileLink = "content/projects.csv" # path to where csv is stored
- colors = ["#627c62", "#11819b", "#ef7f1a", "#4e1154"] # chart colors
- columnTitles = ["Section", "Status", "Author"] # optional if no table will be displayed from dataset
- baseChartOn = 3 # number of column the chart(s) and graph should be drawn from # can be overridden directly via shortcode parameter # it's therefore optional
- title = "Projects"
-+++
+baseChartOn = 3
+colors = ["#627c62", "#11819b", "#ef7f1a", "#4e1154"]
+columnTitles = ["Section", "Status", "Author"]
+fileLink = "content/projects.csv"
+title = "Projects"
++++
{{< block "grid-2" >}}
{{< column >}}
-# Compose your Docs with __Ease__.
-Compose is a lean `Hugo` domentation theme, inspired by [forestry.io](https://forestry.io).
+# Compose your Docs with **Ease**.
+
+Compose is a lean `Hugo` domentation theme, inspired by [forestry.io](https://forestry.io).
{{< tip "warning" >}}
Feel free to open a [PR](https://github.com/onweru/compose/pulls), raise an issue(s) or request new feature(s).
{{< /tip >}}
-{{< tip >}}
+{{< tip >}}
You can generate diagrams, flowcharts, and piecharts from text in a similar manner as markdown using [mermaid](./docs/compose/mermaid/).
-Or, [generate graphs, charts]("./docs/compose/graphs-charts-tables/#show-a-pie-doughnut--bar-chart-at-once") and tables from a csv, ~~or a json~~ file.
+Or, [generate graphs, charts](docs/compose/graphs-charts-tables/#show-a-pie-doughnut--bar-chart-at-once) and tables from a csv, ~~or a json~~ file.
{{< /tip >}}
{{< button "docs/compose/" "Read the Docs" >}}{{< button "https://github.com/onweru/compose" "Download Theme" >}}
@@ -31,4 +31,4 @@ Or, [generate graphs, charts]("./docs/compose/graphs-charts-tables/#show-a-pie-d
{{< column >}}
![diy](/images/scribble.jpg)
{{< /column >}}
-{{< /block >}}
+{{< /block >}} \ No newline at end of file