build_a_blog: format shell
This commit is contained in:
parent
bc16e8c13f
commit
3519112157
1 changed files with 12 additions and 12 deletions
|
@ -104,9 +104,6 @@ INFO:root:opening posts/build_a_blog.md for parsing, dest posts/build_a_blog.htm
|
|||
INFO:root:reading posts/build_a_blog.md
|
||||
INFO:root:parsing posts/build_a_blog.md
|
||||
INFO:root:writing to posts/build_a_blog.html
|
||||
```
|
||||
|
||||
Looking pretty good.
|
||||
|
||||
❯ head posts/build_a_blog.html
|
||||
<h1>Build-a-blog</h1>
|
||||
|
@ -119,6 +116,9 @@ Looking pretty good.
|
|||
</ul>
|
||||
</li>
|
||||
<li>Generate RSS</li>
|
||||
```
|
||||
|
||||
Looking pretty good.
|
||||
|
||||
Now lets do this for all `.md` files in `posts/`
|
||||
|
||||
|
|
Loading…
Reference in a new issue