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 Binary files /dev/null and b/images/.DS_Store differ diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..8560e4d Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..35d9054 Binary files /dev/null and b/images/tn.png differ diff --git a/media/ezhil.png b/media/ezhil.png deleted file mode 100644 index dd0e20c..0000000 Binary files a/media/ezhil.png and /dev/null 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"