gdg-x / zeppelin

Awesome conference website in 5 minutes.
http://gdg-x.github.io/zeppelin/
MIT License
678 stars 934 forks source link

How I disable regenerating? #12

Closed albertolive closed 10 years ago

albertolive commented 10 years ago

I'm trying to modify _site/index.html but, after run jekyll serve -w I see that all changes does not apply. What happen? Thank you!

zasadnyy commented 10 years ago

You have to modify files from _includes or _templates folders. _site folder gets regenerated each time you run Jekyll.

-Vitalik On 24 Aug 2014 13:12, "albertolive" notifications@github.com wrote:

I'm trying to modify _site/index.html but, after run jekyll serve -w I see that all changes does not apply. What happen? Thank you!

— Reply to this email directly or view it on GitHub https://github.com/gdg-x/zeppelin/issues/12.

albertolive commented 10 years ago

Yes, that's right! Thank you very much zasadnyy ;)

albertolive commented 10 years ago

Sorry again. How I remove the blocks of main page? I'm trying to remove it from index.html. Thank you.

albertolive commented 10 years ago

Ok, You have to remove from index.html and then execute jekyll serve -w.