From dd68cad10b402c28aef6484ef437237d35ba8772 Mon Sep 17 00:00:00 2001 From: otis Date: Tue, 31 Dec 2019 22:44:17 +0800 Subject: update README --- README.md | 29 ++++++++++++++--------------- 1 file 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 -- cgit v1.2.3