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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-04-20 17:18:13 +0300
committerVivek R <vividvilla@gmail.com>2019-04-20 17:18:13 +0300
commit1a96008c73cc8a7ce779ae64942325edb0ba45a1 (patch)
tree7af3cb0f0122e015d7e040d4b4cf6e06b8a29456
parentf8563dc36cb2c4e2bd191fa3f4e3aeefad689865 (diff)
fix: minor theme.toml update and add images for hugo themes submission
-rw-r--r--README.md3
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/posts/post-5.md2
-rw-r--r--images/.DS_Storebin0 -> 6148 bytes
-rw-r--r--images/screenshot.pngbin0 -> 172287 bytes
-rw-r--r--images/tn.pngbin0 -> 93171 bytes
-rw-r--r--media/ezhil.pngbin314756 -> 0 bytes
-rw-r--r--theme.toml4
8 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 731b1d6..5860927 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,11 @@ Clean and minimal personal blog and portfolio theme for Hugo.
# Demo
[View demo](https://ezhil-hugo.netlify.com/)
-![Screenshot](media/ezhil.png "Ezhil")
+![Screenshot](images/screenshot.png "Ezhil")
# Features
* Clean and minimal
+* Responsive
* Supports tags
* Social media links
* Google Analytics integration
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eeea110..af484f6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -13,7 +13,7 @@ disqusShortname = "localhost"
[params]
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
# Number of posts to show in recent posts list.
- recentPostsCount = 10
+ recentPostsCount = 3
# Content types which are excluded from recent posts and archive page.
excludedTypes = ["page"]
disableDisqusTypes = ["page"]
diff --git a/exampleSite/content/posts/post-5.md b/exampleSite/content/posts/post-5.md
index e180c34..2d7daeb 100644
--- a/exampleSite/content/posts/post-5.md
+++ b/exampleSite/content/posts/post-5.md
@@ -1,5 +1,5 @@
---
-title: "Typography of Mine theme"
+title: "Typography"
date: 2018-03-18T12:13:38+05:30
---
diff --git a/images/.DS_Store b/images/.DS_Store
new file mode 100644
index 0000000..5008ddf
--- /dev/null
+++ b/images/.DS_Store
Binary files differ
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..8560e4d
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..35d9054
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/media/ezhil.png b/media/ezhil.png
deleted file mode 100644
index dd0e20c..0000000
--- a/media/ezhil.png
+++ /dev/null
Binary files differ
diff --git a/theme.toml b/theme.toml
index d3dcb11..356a543 100644
--- a/theme.toml
+++ b/theme.toml
@@ -7,8 +7,8 @@ licenselink = "https://github.com/vividvilla/ezhil/blob/master/LICENSE.md"
description = "Clean and minimal personal blog and portfolio theme."
homepage = "https://github.com/vividvilla/ezhil"
tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio"]
-features = []
-min_version = "0.0.1"
+features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Syntax highlighting"]
+min_version = "0.37.0"
[author]
name = "Vivek R"