isnowfy / simple

A static blog generator with a single static page
http://isnowfy.github.io/simple/
MIT License
911 stars 661 forks source link

Why the title for new post is "独立世界"? Can it be defined by user? #8

Closed zhouhao closed 10 years ago

zhouhao commented 10 years ago

Hi, Do you know why the title for new post is "独立世界"? Can it be defined by user?

Thanks for your help :-)

isnowfy commented 10 years ago

Sorry,I can not find the word "独立世界" in my project? When you create a new post, you certainly can with the title what you like.

zhouhao commented 10 years ago

Yeah, I also cannot find any code related to "独立世界".

<head>
   ...
    <title>独立世界</title>
   ...
</head>

I also checked other blog, like: http://amtia.github.io/ ---- The same problem

isnowfy commented 10 years ago

I have knew what happened, you must generate your blog with this tutorial http://blog.yangjinkun.cn/100free-ge-ren-jing-tai-bo-ke-markdown-github/ , the author changed the title to "独立世界" while mine is "simple". So you can do the same thing, fork the simple project, and change the file in src/template, and push the folder src to your gh-pages branch, and then you can generate with your simple which the title is what you like :)

zhouhao commented 10 years ago

Sorry & Thanks