Skip to content

Commit 0dac6d3

Browse files
author
Tzj
committed
Update README.md
1 parent fc8fe8d commit 0dac6d3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# ezBlog
22
An easy Blog written by python, flask, flask-blogging and using maupassant theme.
33

4+
## Example
5+
[My blog](https://traceme.space)
6+
### index page
7+
![index](https://github.com/noobcoderT/ezBlog/blob/master/screenshot/index.png)
8+
### post page
9+
![post-1](https://github.com/noobcoderT/ezBlog/blob/master/screenshot/post-1.png)
10+
![post-2](https://github.com/noobcoderT/ezBlog/blob/master/screenshot/post-2.png)
11+
### archives page
12+
![archives](https://github.com/noobcoderT/ezBlog/blob/master/screenshot/archives.png)
13+
### login page
14+
![login](https://github.com/noobcoderT/ezBlog/blob/master/screenshot/login.png)
15+
### writing post page
16+
![write](https://github.com/noobcoderT/ezBlog/blob/master/screenshot/write.png)
17+
18+
## Introduce
19+
[快速搭建属于自己的博客](https://traceme.space/blog/page/1/)
20+
421
## How to use
522
0. virtualenv is recommanded.
623

static/css/myaffix.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ul.markdown-toc-list {
4040
max-height: inherit;
4141
}
4242

43-
li, ul, ol{
43+
#sidebar-toc li, #sidebar-toc ul, #sidebar-toc ol{
4444
list-style:none;
4545
margin-left:-5px;
4646
}

0 commit comments

Comments
 (0)