diff --git a/README.md~ b/README.md~ new file mode 100644 index 0000000..f0bfd51 --- /dev/null +++ b/README.md~ @@ -0,0 +1,18 @@ +#GetHosp +一个有情怀的GetHosp + +向天朝优秀的程序员致敬 + +##使用 +* [点击使用](http://fushenghua.github.io/GetHosp) + + +##PR +欢迎大家一起PR,维护这个项目,并且不会有任何商业用途。 + +##感慨 +先是看了微博传的海口越秀区殴打视频,又看魏则西事件,感觉社会越来越可怕,所以发起一个有情怀的项目。 + +##另外一个 +* [莆田系医院名单](https://github.com/langhua9527/BlackheartedHospital/blob/master/README.md) + diff --git a/_includes/head.html~ b/_includes/head.html~ new file mode 100644 index 0000000..7b5a3bf --- /dev/null +++ b/_includes/head.html~ @@ -0,0 +1,13 @@ + + + + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + + + + + diff --git a/search.json~ b/search.json~ new file mode 100644 index 0000000..2cbea75 --- /dev/null +++ b/search.json~ @@ -0,0 +1,17 @@ +--- +layout: null +--- +{ + "code" : 0 , + "data" : [ + {% for post in site.posts %} + { + "title" : "{{ post.title }} - {% for tag in post.tags %}{% if forloop.rindex != 1 %}{{ tag }}_{% else %}{{ tag }}{% endif %}{% endfor %}", + "url" : "{{ site.url }}{{ post.url }}" + } + {% if forloop.rindex != 1 %} + , + {% endif %} + {% endfor %} + ] +}