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

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorotis <xiaohei.zyx@gmail.com>2019-12-31 17:44:17 +0300
committerotis <xiaohei.zyx@gmail.com>2019-12-31 17:44:17 +0300
commitdd68cad10b402c28aef6484ef437237d35ba8772 (patch)
treedf67beb9a3ae470a0f5dc7c8c378ac8d56f35fb9
parente25d82f90e0a02ea921ede80107002bc4be54826 (diff)
update README
-rw-r--r--README.md29
1 files changed, 14 insertions, 15 deletions
diff --git a/README.md b/README.md
index a29002b..b016abe 100644
--- a/README.md
+++ b/README.md
@@ -37,22 +37,21 @@ The file structure of `repo` is roughly referred to [hexo-theme-pure](https://gi
5. [2019-12-31]
1. support highlight shortcode Note: Just compatible with basic `highlight` usage like:
- ```html
- {{< highlight go >}}
- // ... code
- {{< / highlight >}}
- ```
-
- If you use hugo official example like,rendering will be very ugly.I don't want to compatible with it or maybe you want. Don't forget send a pr~ thanks.
- ```html
- {{< highlight go "linenos=table,hl_lines=8 15-17,linenostart=199" >}}
- // ... code
- {{< / highlight >}}
- ```
+ ```html
+ {{< highlight go >}}
+ // ... code
+ {{< / highlight >}}
+ ```
+
+ If you use hugo official example like,rendering will be very ugly.I don't want to compatible with it or maybe you want. Don't forget send a pr~ thanks.
+
+ ```html
+ {{< highlight go "linenos=table,hl_lines=8 15-17,linenostart=199" >}}
+ // ... code
+ {{< / highlight >}}
+ ```
- 2. Add my favorite font: FiraCode. If you don't like it, please fork theme and remove it under `static/font` directory.
- 3. Add Chinese Friendly Font.
- 4. Minify css&js file.
+ 2. Minify css&js file.
## Screenshots