From 05fcf104ea2b00020d9915f5e09b1b2f8e189d9b Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 28 Dec 2020 16:45:07 +0000
Subject: [PATCH] update

---
 exampleSite/content/_index.md |    4 ++--
 images/tn.png                 |    0 
 theme.toml                    |    4 ++--
 images/screenshot.png         |    0 
 README.md                     |    3 ++-
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index fc8b362..0d7816d 100644
--- a/README.md
+++ b/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
 
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 04c2717..9049ef8 100644
--- a/exampleSite/content/_index.md
+++ b/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 >}}
 
diff --git a/images/screenshot.png b/images/screenshot.png
index 31ac4a3..6795fa1 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index b59b3f5..894a1d1 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ
diff --git a/theme.toml b/theme.toml
index 3f16d33..96a5133 100644
--- a/theme.toml
+++ b/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]

--
Gitblit v1.10.0