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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Guo <gizak@icloud.com>2015-01-28 01:22:44 +0300
committerZack Guo <gizak@icloud.com>2015-01-28 01:22:44 +0300
commitb55f924dee7ce199ed5b0864db91c42d676e085c (patch)
tree1bf2b93bb27220e89fdd37c7e35763b4ac844f2b
parent0d1cc9e658d9544a0e51b7f143524fc502bb0358 (diff)
Update README.md
-rw-r--r--README.md30
1 files changed, 18 insertions, 12 deletions
diff --git a/README.md b/README.md
index 64d0a2b..adb1aa9 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,14 @@ Yet another [Hugo](http://hugo.spf13.com) blog theme made by love. It tries to u
### Snapshots
-list view:
-![list](images/snapshot.png)
+List view:
+![list](https://raw.githubusercontent.com/gizak/nofancy/master/images/snapshot.png)
-content view:
-![content](images/tn.png)
+Content view:
+![content](https://raw.githubusercontent.com/gizak/nofancy/master/images/tn.png)
+
+Mobile devices
+![mobile](https://raw.githubusercontent.com/gizak/nofancy/master/images/mobile.png)
### Basic ideas
@@ -17,15 +20,13 @@ Are you tired of all that emerging design concepts like flat or material? Are yo
Some ideas behind this:
-1. If it is not (or almost not) needed, get rid of it.
-
-2. The blog's content matters.
+1. Do subtraction instead of addition.
-3. The SNS thing shall not appears before blog contents.
+2. The blog's content matters (SNS things then after).
-4. Clean and mobile-friendly.
+3. Clean, high readability and mobile-friendly.
-5. Has the ability to sort contents by categories, tags, series.
+4. Full stack support (sorting contents by categories, tags, series; Google Analytics; SNS & email links...)
### Config
@@ -41,9 +42,14 @@ copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
[author]
name = "Steve Francia"
github = "spf13"
-
+ linkedin = "YOUR LINKEDIN ID"
+ facebook = "YOUR FB ID"
+ gaID = "YOUR Google Analytics Tracking ID"
+ twitter = "YOUR TWITTER ID"
```
All your personal information is in `author` section. it also support SNS links including github, twitter, linkedin, facebook (just fill in your user id).
-### You are ready to go!
+There is a fixed About page link on the top navbar which will bring user to your aboutme page. Just use `hugo new about` to write something about yourself!
+
+__You are ready to go!__