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:
authorgizak <gizak@icloud.com>2015-03-13 21:46:29 +0300
committergizak <gizak@icloud.com>2015-03-13 21:46:29 +0300
commit0a04a56d185feb3ebf4746abde8bb04b76bae402 (patch)
treeda720afb08e68502c28371430e2415b5ceb2be66
parentecf50446275ed2027336749ece5854f1bc33e9da (diff)
Update README and screenshots
-rw-r--r--README.md16
-rw-r--r--images/content.pngbin0 -> 213965 bytes
-rw-r--r--images/list.pngbin0 -> 166375 bytes
-rw-r--r--images/mobile.pngbin45109 -> 80037 bytes
-rw-r--r--images/screenshot.pngbin276616 -> 93905 bytes
-rw-r--r--images/snapshot.pngbin304557 -> 0 bytes
-rw-r--r--images/tn.pngbin136748 -> 52020 bytes
7 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index adb1aa9..1f1af5f 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,16 @@ Yet another [Hugo](http://hugo.spf13.com) blog theme made by love. It tries to u
### Snapshots
List view:
-![list](https://raw.githubusercontent.com/gizak/nofancy/master/images/snapshot.png)
+
+<img src="https://raw.githubusercontent.com/gizak/nofancy/master/images/list.png" width="800">
Content view:
-![content](https://raw.githubusercontent.com/gizak/nofancy/master/images/tn.png)
+
+<img src="https://raw.githubusercontent.com/gizak/nofancy/master/images/content.png" width="800">
Mobile devices
-![mobile](https://raw.githubusercontent.com/gizak/nofancy/master/images/mobile.png)
+
+<img src="https://raw.githubusercontent.com/gizak/nofancy/master/images/mobile.png" width="400">
### Basic ideas
@@ -28,6 +31,8 @@ Some ideas behind this:
4. Full stack support (sorting contents by categories, tags, series; Google Analytics; SNS & email links...)
+### Syntax highlight
+Use [GitHub flavoured markdown](https://help.github.com/articles/github-flavored-markdown/#syntax-highlighting) to write your code snippets in posts, it will auto highlighted after running `hugo`.
### Config
@@ -36,9 +41,12 @@ Note that only posts in content/post will be displayed and the author setting in
```toml
baseurl = "http://hugo.spf13.com/"
title = "Hugo Themes"
-#author = "Steve Francia"
+#if not set copyright, default copyright template will be applied
copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
+[params]
+ highlight="Assign a syntax highlight style"
+
[author]
name = "Steve Francia"
github = "spf13"
diff --git a/images/content.png b/images/content.png
new file mode 100644
index 0000000..763c0e2
--- /dev/null
+++ b/images/content.png
Binary files differ
diff --git a/images/list.png b/images/list.png
new file mode 100644
index 0000000..b0e3639
--- /dev/null
+++ b/images/list.png
Binary files differ
diff --git a/images/mobile.png b/images/mobile.png
index d90b72a..3f0b6ea 100644
--- a/images/mobile.png
+++ b/images/mobile.png
Binary files differ
diff --git a/images/screenshot.png b/images/screenshot.png
index 21f743b..74caf37 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/snapshot.png b/images/snapshot.png
deleted file mode 100644
index f027cc2..0000000
--- a/images/snapshot.png
+++ /dev/null
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index a0df080..c88dda0 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ