Browse Source

fix: minor theme.toml update and add images for hugo themes submission

pull/2/head
Vivek R 5 years ago
parent
commit
1a96008c73
8 changed files with 6 additions and 5 deletions
  1. +2
    -1
      README.md
  2. +1
    -1
      exampleSite/config.toml
  3. +1
    -1
      exampleSite/content/posts/post-5.md
  4. BIN
      images/.DS_Store
  5. BIN
      images/screenshot.png
  6. BIN
      images/tn.png
  7. BIN
      media/ezhil.png
  8. +2
    -2
      theme.toml

+ 2
- 1
README.md View File

@@ -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

+ 1
- 1
exampleSite/config.toml View File

@@ -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"]

+ 1
- 1
exampleSite/content/posts/post-5.md View File

@@ -1,5 +1,5 @@
---
title: "Typography of Mine theme"
title: "Typography"
date: 2018-03-18T12:13:38+05:30
---


BIN
images/.DS_Store View File


BIN
images/screenshot.png View File

Before After
Width: 1500  |  Height: 1000  |  Size: 168KB

BIN
images/tn.png View File

Before After
Width: 900  |  Height: 600  |  Size: 91KB

BIN
media/ezhil.png View File

Before After
Width: 1948  |  Height: 1646  |  Size: 307KB

+ 2
- 2
theme.toml View File

@@ -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"

Loading…
Cancel
Save