ShannonChenCHN / eureka

✍️ I read, I write, I think, I do, I learn, I code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

个人博客和 Markdown

ShannonChenCHN opened this issue · comments

  • 静态博客
    • hexo
    • Jekyll
  • 动态博客
    • Ghost

搭建个人博客

问题

  • 如何添加评论?
  • 如何添加标签和分类
  • 如何添加访问量数据?

参考

Markdown 中如何实现居中对齐?

<div align = "center">这是居中内容</div >

参考:

Markdown 中如何实现调整图片大小?

<img src="http://www.w3school.com.cn/i/eg_mouse.jpg" height="200" width="200"  />