isnowfy / simple

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

Blog setup in subdirectory #9

Closed travis-g closed 10 years ago

travis-g commented 10 years ago

Initializing Simple requires the root's HTML file /index.html file to be overwritten. Is there a way to set Simple up in a custom subdirectory, such as /blog/, so that the blog is hosted at http://[username].github.io/blog?

isnowfy commented 10 years ago

Yes, you can do it with fork the project yourself and change the path to what you like in src/app.js

travis-g commented 10 years ago

Excellent! Thank you very much. I'm really looking forward to getting Simple configured. Amazing work.

On Thu, May 29, 2014 at 12:31 AM, Rui Wang notifications@github.com wrote:

Yes, you can do it with fork the project yourself and change the path to what you like in src/app.js

— Reply to this email directly or view it on GitHubhttps://github.com/isnowfy/simple/issues/9#issuecomment-44493479 .

isnowfy commented 10 years ago

Thank for your support, and sorry for there is no main configuration, so you need to change several lines in the code, please search the write keyword to help do it. When you finish changing, you can push the project to your gh-pages branch and generate the blog with your own pages :)