File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ezBlog
2
2
An easy Blog written by python, flask, flask-blogging and using maupassant theme.
3
3
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
+
4
21
## How to use
5
22
0 . virtualenv is recommanded.
6
23
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ul.markdown-toc-list {
40
40
max-height : inherit;
41
41
}
42
42
43
- li , ul , ol {
43
+ # sidebar-toc li , # sidebar-toc ul , # sidebar-toc ol {
44
44
list-style : none;
45
45
margin-left : -5px ;
46
46
}
You can’t perform that action at this time.
0 commit comments