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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-04-22 17:24:00 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-04-22 17:24:00 +0300
commit8ecc2bc5a088043f25832132e616b981cbd8cc42 (patch)
treea35007fe7d6748d35c15fd82ffbef2c45aaf1f1c
parentf9121d7702118b1474fba63cdebb35458676c777 (diff)
docs: update README1.3.0
-rw-r--r--README-zh.md14
-rw-r--r--README.md7
-rw-r--r--exampleSite/content/post/doc-footnote-preview.md10
3 files changed, 28 insertions, 3 deletions
diff --git a/README-zh.md b/README-zh.md
index 85c9362..d4e0db1 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -14,8 +14,22 @@ Jane 是一个专注于阅读体验的 Hugo 主题。最早的版本基于 [hugo
- 支持多个 Shortcode
- 单独设计的 *标签页* 和 *分类页*
- 社交网站链接
+- 更好的分页、目录、注脚样式
+- 使用更快的 Chroma 代码高亮
+- 自定义 css,自定义 js,自定义 head
+- 子目录支持
+- 搜索优化
+## 谁在用 Hugo-theme-Jane
+
+- [ATFeng](https://www.gooth.org/) - A beautiful blog fork from Jane.
+- [Jack Baty's Blog](https://www.baty.net/) - Thousands of posts on the site powered by Hugo & Theme Jane.
+- [Notes on Blue Skies](https://terrty.net) - Personal blog in Russian by @paskal
+- [贤民的比特记忆](http://www.xianmin.org/) - A Chinese blog.
+- [虞双齐爱折腾](https://yushuangqi.com/) - @ysqi 个人技术博客.
+- Waiting to add more...
+
## 如何使用?
diff --git a/README.md b/README.md
index f629c09..fcd4f6f 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,13 @@ This theme focuses on improving reading experience.
- Responsive and mobile friendly
- Multilingual Mode support
- Shortcodes : image, blockquote, music, etc.
-- Separate design for Tags & Categories Page.
+- Separate design for Tags & Categories Page
- Social network linking
+- Better Pagination, TOC, footnote behavior
+- Use the awesome Chroma syntax highlighting
+- Custom css, Custom js, Custom head support
+- Sub menu support
+- Search Optimization
## Who use Hugo-theme-Jane
diff --git a/exampleSite/content/post/doc-footnote-preview.md b/exampleSite/content/post/doc-footnote-preview.md
index 8a20485..4bcc262 100644
--- a/exampleSite/content/post/doc-footnote-preview.md
+++ b/exampleSite/content/post/doc-footnote-preview.md
@@ -1,13 +1,19 @@
---
title: "Jane-Theme Footnote Preview"
-date: 2018-04-06T16:01:23+08:00
-lastmod: 2018-04-07T16:01:23+08:00
+date: 2018-03-01T16:01:23+08:00
+lastmod: 2018-03-01T16:01:23+08:00
draft: false
tags: ["footnote", "markdown", "tag-11"]
categories: ["docs", "index"]
author: "xianmin"
---
+Hugo-theme-jane optimized for footnote. When you mouse hover the footnote[^example] , footnote content will be displayed.
+
+[^example]: example footnote show.
+
+<!--more-->
+
## Footnote-1
``` markdown