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

github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwd <wd@wdicc.com>2017-03-11 10:59:31 +0300
committerwd <wd@wdicc.com>2017-03-11 10:59:31 +0300
commit041293c8388c4dae4b83029ff1a3140b1274cebc (patch)
treebe49e5a011661254ee8057a9c00514002514314a /README.md
parenta0b32e0b6568b4dc6876773ec2e9cfe6a3f0858f (diff)
Add highlight support and many others feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f3802e..3c2a2be 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
# hugo-fabric
Hugo Fabric Theme, forked from https://github.com/wd/hexo-fabric. You can visit live demo at https://wdicc.com.
+# Features
+
+* Support archives (But archives page and tags page didn't support pagination :( )
+* Tags list
+* RSS link and social account links
+* Disqus support
+* Use Highlight.js for code highlight
+
# Installation
First clone this repository in the `themes/` directory:
@@ -44,6 +52,10 @@ Put settings below into your config.toml.
addthis_profile_id = "wd"
```
+# Code highlight
+
+If you want to change to your favourite highlight style, just download the css file and replace `themes/hugo-fabric/static/css/hljs.css`.
+
# Archive support
Create a new file `hugo new archives.md`, and edit this file, add the following line in front matter.
@@ -52,6 +64,10 @@ Create a new file `hugo new archives.md`, and edit this file, add the following
type = "archives"
```
+# Todo
+
+* TOC support
+
# Others
* https://github.com/wd/hexo2hugo