PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
256 stars 48 forks source link

Index.html #205

Closed ghost closed 9 years ago

ghost commented 9 years ago

Why is there empty index.html files in:

content/index.html themes/index.html lib/index.html vendor/index.html plugins/index.html

james2doyle commented 9 years ago

By default a git repo does not index empty folders. These empty files are there to maintain the folder structure instead of adding more code to manage the file system.

On Sat, Mar 7, 2015 at 3:51 PM MR. MONK notifications@github.com wrote:

Why is there empty index.html files in:

content/index.html themes/index.html lib/index.html vendor/index.html plugins/index.html

— Reply to this email directly or view it on GitHub https://github.com/PhileCMS/Phile/issues/205.

ghost commented 9 years ago

Hi james ! Thanks for reply. Ok, so it´s a Git thing...

So if I understand things right I can safely delete those empty index.html files. (sorry I am a monkey)

james2doyle commented 9 years ago

yes you can delete them, if you dont plan on using git

On Sat, Mar 7, 2015 at 4:01 PM MR. MONK notifications@github.com wrote:

Hi james ! Thanks for reply. Ok, so it´s a Git thing...

So if I understand things right I can safely delete those empty index.html files. (sorry I am a monkey)

— Reply to this email directly or view it on GitHub https://github.com/PhileCMS/Phile/issues/205#issuecomment-77709828.

ghost commented 9 years ago

Cool thanks,

Just realized that ; ) (Used to see .gitignore files). Well this looks very promising. Great introduction film! I have tried Stacey and Kirby before so now lets do Phile !