mirror of https://github.com/onweru/compose.git

weru
28.45.2020 05fcf104ea2b00020d9915f5e09b1b2f8e189d9b
update
5 files modified
11 ■■■■ changed files
README.md 3 ●●●● patch | view | raw | blame | history
exampleSite/content/_index.md 4 ●●●● patch | view | raw | blame | history
images/screenshot.png patch | view | raw | blame | history
images/tn.png patch | view | raw | blame | history
theme.toml 4 ●●●● patch | view | raw | blame | history
README.md
@@ -6,12 +6,13 @@
## Features
1. Docs
1. Documentation
2. Gallery Support (via shortcode)
3. Native lazy loading of images
4. Live search
5. Pie, doughnut & bar charts support
6. Searchable & Sortable tables
7. Syntax highlighting
## Run your site with compose theme
exampleSite/content/_index.md
@@ -26,10 +26,10 @@
![diy](/images/scribble.jpg)
{{< /column >}}
{{< /block >}}
{{< column "mt-3" >}}
{{< column "mt-2" >}}
### You can generate graphs, charts and tables from a csv, ~~or a json~~ dataset 
{{< /column >}}
{{< grid "3 mt-1" >}}
{{< grid "3" >}}
  {{< chart "data" "pie, bar, doughnut" >}}
{{< /grid >}}
images/screenshot.png

images/tn.png

theme.toml
@@ -3,8 +3,8 @@
licenselink = "https://github.com/onweru/compose/blob/master/LICENSE"
description = "A hugo theme for documentation sites. It's inspired by forestry.io's docs page"
homepage = "https://docs.neuralvibes.com"
tags = ["responsive", "docs", "dark", "customizable", "search", "documentation"]
features = ["responsive", "docs", "dark", "customizable", "search", "documentation"]
tags = ["technical", "docs", "dark", "customizable", "search", "documentation"]
features = ["technical", "docs", "dark", "customizable", "search", "documentation"]
min_version = "0.76.0"
[author]